epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 1 | # GYP file to build the "gm" (golden master) executable. |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 2 | { |
| 3 | 'includes': [ |
| 4 | 'apptype_console.gypi', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 5 | ], |
| 6 | 'targets': [ |
| 7 | { |
scroggo@google.com | 6843bdb | 2013-05-08 19:14:23 +0000 | [diff] [blame] | 8 | 'target_name': 'gm_expectations', |
| 9 | 'type': 'static_library', |
| 10 | 'include_dirs' : [ |
scroggo@google.com | 6843bdb | 2013-05-08 19:14:23 +0000 | [diff] [blame] | 11 | '../src/utils/', |
| 12 | ], |
| 13 | 'sources': [ |
| 14 | '../gm/gm_expectations.h', |
| 15 | '../gm/gm_expectations.cpp', |
| 16 | ], |
| 17 | 'dependencies': [ |
djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 18 | 'skia_lib.gyp:skia_lib', |
scroggo@google.com | 6843bdb | 2013-05-08 19:14:23 +0000 | [diff] [blame] | 19 | 'jsoncpp.gyp:jsoncpp', |
scroggo@google.com | 6843bdb | 2013-05-08 19:14:23 +0000 | [diff] [blame] | 20 | ], |
| 21 | 'direct_dependent_settings': { |
| 22 | 'include_dirs': [ |
| 23 | '../gm/', |
| 24 | ], |
| 25 | }, |
| 26 | }, |
| 27 | { |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 28 | 'target_name': 'gm', |
| 29 | 'type': 'executable', |
robertphillips@google.com | 67febd9 | 2012-05-22 12:14:50 +0000 | [diff] [blame] | 30 | 'include_dirs' : [ |
| 31 | '../src/core', |
halcanary@google.com | 2c7c7ee | 2013-12-05 18:31:42 +0000 | [diff] [blame] | 32 | '../src/images', |
humper@google.com | 7c7292c | 2013-01-04 20:29:03 +0000 | [diff] [blame] | 33 | '../src/effects', |
scroggo | 93b4375 | 2012-06-06 21:26:31 +0000 | [diff] [blame] | 34 | '../src/pipe/utils/', |
epoger@google.com | ee8a8e3 | 2012-12-18 19:13:49 +0000 | [diff] [blame] | 35 | '../src/utils/', |
robertphillips@google.com | 67febd9 | 2012-05-22 12:14:50 +0000 | [diff] [blame] | 36 | ], |
bsalomon@google.com | 48dd1a2 | 2011-10-31 14:18:20 +0000 | [diff] [blame] | 37 | 'includes': [ |
| 38 | 'gmslides.gypi', |
| 39 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 40 | 'sources': [ |
reed@google.com | 30db599 | 2011-08-29 17:41:02 +0000 | [diff] [blame] | 41 | '../gm/gmmain.cpp', |
epoger@google.com | 7bc13a6 | 2012-02-14 14:53:59 +0000 | [diff] [blame] | 42 | '../gm/system_preferences_default.cpp', |
robertphillips@google.com | ad7d481 | 2013-04-12 15:13:35 +0000 | [diff] [blame] | 43 | |
scroggo@google.com | 72c9672 | 2012-06-06 21:07:10 +0000 | [diff] [blame] | 44 | '../src/pipe/utils/SamplePipeControllers.h', |
| 45 | '../src/pipe/utils/SamplePipeControllers.cpp', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 46 | ], |
| 47 | 'dependencies': [ |
djsollen@google.com | 52f0297 | 2013-06-03 12:10:19 +0000 | [diff] [blame] | 48 | 'skia_lib.gyp:skia_lib', |
scroggo@google.com | 09fd4d2 | 2013-03-20 14:20:18 +0000 | [diff] [blame] | 49 | 'flags.gyp:flags', |
scroggo@google.com | 6843bdb | 2013-05-08 19:14:23 +0000 | [diff] [blame] | 50 | 'gm.gyp:gm_expectations', |
epoger@google.com | ee8a8e3 | 2012-12-18 19:13:49 +0000 | [diff] [blame] | 51 | 'jsoncpp.gyp:jsoncpp', |
epoger@google.com | dcab3a1 | 2011-06-24 19:09:09 +0000 | [diff] [blame] | 52 | 'pdf.gyp:pdf', |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 53 | ], |
bungeman@google.com | 0f1541f | 2011-10-10 13:47:06 +0000 | [diff] [blame] | 54 | 'conditions': [ |
commit-bot@chromium.org | 25c1066 | 2014-05-16 17:56:43 +0000 | [diff] [blame] | 55 | ['skia_android_framework', { |
| 56 | 'libraries': [ |
| 57 | '-lskia', |
| 58 | '-lcutils', |
| 59 | ], |
| 60 | }], |
commit-bot@chromium.org | 1066f08 | 2014-01-10 19:09:00 +0000 | [diff] [blame] | 61 | ['skia_run_pdfviewer_in_gm or skia_poppler_enabled', { |
| 62 | 'sources': [ |
| 63 | '../src/utils/SkPDFRasterizer.cpp', |
| 64 | ], |
| 65 | }], |
commit-bot@chromium.org | ffd178c | 2013-11-11 15:10:47 +0000 | [diff] [blame] | 66 | ['skia_run_pdfviewer_in_gm', { |
| 67 | 'defines': [ |
| 68 | 'SK_BUILD_NATIVE_PDF_RENDERER', |
| 69 | ], |
commit-bot@chromium.org | 23a9121 | 2013-11-12 17:44:28 +0000 | [diff] [blame] | 70 | 'include_dirs' : [ |
scroggo@google.com | 9092289 | 2013-11-14 19:09:27 +0000 | [diff] [blame] | 71 | '../experimental/PdfViewer/inc', |
commit-bot@chromium.org | 23a9121 | 2013-11-12 17:44:28 +0000 | [diff] [blame] | 72 | ], |
| 73 | 'dependencies': [ |
| 74 | 'pdfviewer_lib.gyp:pdfviewer_lib', |
| 75 | ], |
commit-bot@chromium.org | ffd178c | 2013-11-11 15:10:47 +0000 | [diff] [blame] | 76 | }], |
commit-bot@chromium.org | 83f5692 | 2014-01-09 22:54:26 +0000 | [diff] [blame] | 77 | ['skia_poppler_enabled', { |
commit-bot@chromium.org | 327c081 | 2013-08-20 18:57:01 +0000 | [diff] [blame] | 78 | 'dependencies': [ |
commit-bot@chromium.org | 3056bdd | 2014-05-20 15:07:53 +0000 | [diff] [blame] | 79 | 'poppler.gyp:*', |
commit-bot@chromium.org | 327c081 | 2013-08-20 18:57:01 +0000 | [diff] [blame] | 80 | ], |
commit-bot@chromium.org | 327c081 | 2013-08-20 18:57:01 +0000 | [diff] [blame] | 81 | 'defines': [ |
| 82 | 'SK_BUILD_POPPLER', |
| 83 | ], |
| 84 | }], |
epoger@google.com | 7bc13a6 | 2012-02-14 14:53:59 +0000 | [diff] [blame] | 85 | ['skia_os == "mac"', { |
| 86 | 'sources!': [ |
| 87 | '../gm/system_preferences_default.cpp', |
| 88 | ], |
| 89 | 'sources': [ |
| 90 | '../gm/system_preferences_mac.mm', |
| 91 | ], |
| 92 | 'link_settings': { |
| 93 | 'libraries': [ |
| 94 | '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', |
| 95 | '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 96 | ], |
| 97 | }, |
| 98 | }], |
| 99 | ['skia_os == "win"', { |
bungeman@google.com | 0f1541f | 2011-10-10 13:47:06 +0000 | [diff] [blame] | 100 | 'dependencies': [ |
| 101 | 'xps.gyp:xps', |
| 102 | ], |
| 103 | }], |
bsalomon@google.com | cf8fb1f | 2012-08-02 14:03:32 +0000 | [diff] [blame] | 104 | ['skia_gpu == 1', { |
| 105 | 'include_dirs': [ |
| 106 | '../src/gpu', |
| 107 | ], |
commit-bot@chromium.org | 78a1078 | 2013-08-21 19:27:48 +0000 | [diff] [blame] | 108 | 'dependencies': [ |
| 109 | 'gputest.gyp:skgputest', |
| 110 | ], |
bsalomon@google.com | cf8fb1f | 2012-08-02 14:03:32 +0000 | [diff] [blame] | 111 | }], |
| 112 | ], |
epoger@google.com | ccdbd2c | 2011-06-02 14:38:23 +0000 | [diff] [blame] | 113 | }, |
| 114 | ], |
| 115 | } |