OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # | 5 # |
6 { | 6 { |
7 'includes': [ | 7 'includes': [ |
8 'apptype_console.gypi', | 8 'apptype_console.gypi', |
9 ], | 9 ], |
10 'targets': [ | 10 'targets': [ |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 [ 'skia_os == "chromeos"', { | 246 [ 'skia_os == "chromeos"', { |
247 'sources!': [ | 247 'sources!': [ |
248 '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep
endencies | 248 '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep
endencies |
249 ], | 249 ], |
250 }], | 250 }], |
251 [ 'skia_gpu == 1', { | 251 [ 'skia_gpu == 1', { |
252 'dependencies': [ | 252 'dependencies': [ |
253 'gputest.gyp:skgputest', | 253 'gputest.gyp:skgputest', |
254 ], | 254 ], |
255 }], | 255 }], |
| 256 [ 'not skia_pdf', { |
| 257 'dependencies!': [ 'pdf.gyp:pdf' ], |
| 258 'dependencies': [ 'pdf.gyp:nopdf' ], |
| 259 }], |
256 ], | 260 ], |
257 }, | 261 }, |
258 ], | 262 ], |
259 } | 263 } |
OLD | NEW |