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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 ], | 69 ], |
70 'include_dirs' : [ | 70 'include_dirs' : [ |
71 '../experimental/PdfViewer/inc', | 71 '../experimental/PdfViewer/inc', |
72 ], | 72 ], |
73 'dependencies': [ | 73 'dependencies': [ |
74 'pdfviewer_lib.gyp:pdfviewer_lib', | 74 'pdfviewer_lib.gyp:pdfviewer_lib', |
75 ], | 75 ], |
76 }], | 76 }], |
77 ['skia_poppler_enabled', { | 77 ['skia_poppler_enabled', { |
78 'dependencies': [ | 78 'dependencies': [ |
79 'poppler.gyp:libpoppler-cpp-gpl', | 79 'poppler.gyp:*', |
80 ], | 80 ], |
81 'defines': [ | 81 'defines': [ |
82 'SK_BUILD_POPPLER', | 82 'SK_BUILD_POPPLER', |
83 ], | 83 ], |
84 }], | 84 }], |
85 ['skia_os == "mac"', { | 85 ['skia_os == "mac"', { |
86 'sources!': [ | 86 'sources!': [ |
87 '../gm/system_preferences_default.cpp', | 87 '../gm/system_preferences_default.cpp', |
88 ], | 88 ], |
89 'sources': [ | 89 'sources': [ |
(...skipping 16 matching lines...) Expand all Loading... |
106 '../src/gpu', | 106 '../src/gpu', |
107 ], | 107 ], |
108 'dependencies': [ | 108 'dependencies': [ |
109 'gputest.gyp:skgputest', | 109 'gputest.gyp:skgputest', |
110 ], | 110 ], |
111 }], | 111 }], |
112 ], | 112 ], |
113 }, | 113 }, |
114 ], | 114 ], |
115 } | 115 } |
OLD | NEW |