From 15b125d40122e966bd723d23e82c3224b1da4898 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Fri, 16 Jan 2015 12:08:52 -0800 Subject: delete old things! NOTREECHECKS=true Review URL: https://codereview.chromium.org/855003006 --- gyp/gm.gyp | 100 ---------------------------------------------------------- gyp/most.gyp | 1 - gyp/tools.gyp | 37 ---------------------- 3 files changed, 138 deletions(-) delete mode 100644 gyp/gm.gyp (limited to 'gyp') diff --git a/gyp/gm.gyp b/gyp/gm.gyp deleted file mode 100644 index 658a0677c3..0000000000 --- a/gyp/gm.gyp +++ /dev/null @@ -1,100 +0,0 @@ -# GYP file to build the "gm" (golden master) executable. -{ - 'includes': [ - 'apptype_console.gypi', - ], - 'targets': [ - { - 'target_name': 'gm', - 'type': 'executable', - 'include_dirs' : [ - '../src/core', - '../src/effects', - '../src/images', - '../src/pipe/utils', - '../src/utils', - ], - 'includes': [ - 'gmslides.gypi', - ], - 'sources': [ - '../gm/gm.cpp', - '../gm/gmmain.cpp', - '../gm/system_preferences_default.cpp', - - '../src/pipe/utils/SamplePipeControllers.h', - '../src/pipe/utils/SamplePipeControllers.cpp', - ], - 'dependencies': [ - 'etc1.gyp:libetc1', - 'flags.gyp:flags', - 'jsoncpp.gyp:jsoncpp', - 'pdf.gyp:pdf', - 'skia_lib.gyp:skia_lib', - 'tools.gyp:crash_handler', - 'tools.gyp:gm_expectations', - 'tools.gyp:proc_stats', - 'tools.gyp:resources', - 'tools.gyp:sk_tool_utils', - ], - 'conditions': [ - ['skia_android_framework', { - 'libraries': [ - '-lskia', - ], - }], - ['skia_run_pdfviewer_in_gm or skia_poppler_enabled', { - 'sources': [ - '../src/utils/SkPDFRasterizer.cpp', - ], - }], - ['skia_run_pdfviewer_in_gm', { - 'defines': [ - 'SK_BUILD_NATIVE_PDF_RENDERER', - ], - 'include_dirs' : [ - '../experimental/PdfViewer/inc', - ], - 'dependencies': [ - 'pdfviewer_lib.gyp:pdfviewer_lib', - ], - }], - ['skia_poppler_enabled', { - 'dependencies': [ - 'poppler.gyp:*', - ], - 'defines': [ - 'SK_BUILD_POPPLER', - ], - }], - ['skia_os == "mac"', { - 'sources!': [ - '../gm/system_preferences_default.cpp', - ], - 'sources': [ - '../gm/system_preferences_mac.mm', - ], - 'link_settings': { - 'libraries': [ - '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', - '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', - ], - }, - }], - ['skia_os == "win"', { - 'dependencies': [ - 'xps.gyp:xps', - ], - }], - ['skia_gpu == 1', { - 'include_dirs': [ - '../src/gpu', - ], - 'dependencies': [ - 'gputest.gyp:skgputest', - ], - }], - ], - }, - ], -} diff --git a/gyp/most.gyp b/gyp/most.gyp index e22629ae74..b94bda4e82 100644 --- a/gyp/most.gyp +++ b/gyp/most.gyp @@ -16,7 +16,6 @@ 'skia_lib.gyp:skia_lib', 'bench.gyp:*', - 'gm.gyp:gm', 'SampleApp.gyp:SampleApp', 'tools.gyp:tools', 'pathops_unittest.gyp:*', diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 13416664fc..7c3cc2a217 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -13,7 +13,6 @@ 'target_name': 'tools', 'type': 'none', 'dependencies': [ - 'bbh_shootout', 'bench_pictures', 'dump_record', 'filter', @@ -42,22 +41,6 @@ ], ], }, - { - 'target_name': 'gm_expectations', - 'type': 'static_library', - 'include_dirs' : [ '../src/utils/' ], - 'sources': [ - '../gm/gm_expectations.cpp', - ], - 'dependencies': [ - 'jsoncpp.gyp:jsoncpp', - 'sk_tool_utils', - 'skia_lib.gyp:skia_lib', - ], - 'direct_dependent_settings': { - 'include_dirs': [ '../gm/' ], - }, - }, { 'target_name': 'crash_handler', 'type': 'static_library', @@ -556,26 +539,6 @@ 'skia_lib.gyp:skia_lib', ], }, - { - 'target_name': 'bbh_shootout', - 'type': 'executable', - 'include_dirs': [ - '../bench', - '../tools/' - ], - 'sources': [ - '../tools/bbh_shootout.cpp', - - # Bench code: - ], - 'dependencies': [ - 'timer', - 'flags.gyp:flags', - 'skia_lib.gyp:skia_lib', - 'tools.gyp:picture_renderer', - 'tools.gyp:picture_utils', - ], - }, { 'target_name': 'filter', 'type': 'executable', -- cgit v1.2.3