| OLD | NEW |
| 1 # GYP file to build the "gm" (golden master) executable. | 1 # GYP file to build the "gm" (golden master) executable. |
| 2 { | 2 { |
| 3 'includes': [ | 3 'includes': [ |
| 4 'apptype_console.gypi', | 4 'apptype_console.gypi', |
| 5 ], | 5 ], |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'gm_expectations', | 8 'target_name': 'gm_expectations', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'include_dirs' : [ | 10 'include_dirs' : [ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 | 43 |
| 44 '../src/pipe/utils/SamplePipeControllers.h', | 44 '../src/pipe/utils/SamplePipeControllers.h', |
| 45 '../src/pipe/utils/SamplePipeControllers.cpp', | 45 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 46 ], | 46 ], |
| 47 'dependencies': [ | 47 'dependencies': [ |
| 48 'skia_lib.gyp:skia_lib', | 48 'skia_lib.gyp:skia_lib', |
| 49 'flags.gyp:flags', | 49 'flags.gyp:flags', |
| 50 'gm.gyp:gm_expectations', | 50 'gm.gyp:gm_expectations', |
| 51 'jsoncpp.gyp:jsoncpp', | 51 'jsoncpp.gyp:jsoncpp', |
| 52 'pdf.gyp:pdf', | 52 'pdf.gyp:pdf', |
| 53 'etc1.gyp:libetc1', |
| 53 ], | 54 ], |
| 54 'conditions': [ | 55 'conditions': [ |
| 55 ['skia_android_framework', { | 56 ['skia_android_framework', { |
| 56 'libraries': [ | 57 'libraries': [ |
| 57 '-lskia', | 58 '-lskia', |
| 58 ], | 59 ], |
| 59 }], | 60 }], |
| 60 ['skia_run_pdfviewer_in_gm or skia_poppler_enabled', { | 61 ['skia_run_pdfviewer_in_gm or skia_poppler_enabled', { |
| 61 'sources': [ | 62 'sources': [ |
| 62 '../src/utils/SkPDFRasterizer.cpp', | 63 '../src/utils/SkPDFRasterizer.cpp', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 '../src/gpu', | 106 '../src/gpu', |
| 106 ], | 107 ], |
| 107 'dependencies': [ | 108 'dependencies': [ |
| 108 'gputest.gyp:skgputest', | 109 'gputest.gyp:skgputest', |
| 109 ], | 110 ], |
| 110 }], | 111 }], |
| 111 ], | 112 ], |
| 112 }, | 113 }, |
| 113 ], | 114 ], |
| 114 } | 115 } |
| OLD | NEW |