| 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 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'SampleApp', | 9 'target_name': 'SampleApp', |
| 10 'type': 'executable', | 10 'type': 'executable', |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 ], | 247 ], |
| 248 'dependencies!': [ | 248 'dependencies!': [ |
| 249 'animator.gyp:animator', | 249 'animator.gyp:animator', |
| 250 'experimental.gyp:experimental', | 250 'experimental.gyp:experimental', |
| 251 ], | 251 ], |
| 252 'dependencies': [ | 252 'dependencies': [ |
| 253 'android_output.gyp:android_output', | 253 'android_output.gyp:android_output', |
| 254 'android_deps.gyp:Android_SampleApp', | 254 'android_deps.gyp:Android_SampleApp', |
| 255 ], | 255 ], |
| 256 }], | 256 }], |
| 257 [ 'skia_os == "chromeos"', { | |
| 258 'sources!': [ | |
| 259 '../samplecode/SampleLighting.cpp', #doesn't compile due to gpu dep
endencies | |
| 260 ], | |
| 261 'include_dirs' : [ | |
| 262 '../include/gpu', | |
| 263 ], | |
| 264 }], | |
| 265 [ 'skia_gpu == 1', { | 257 [ 'skia_gpu == 1', { |
| 266 'dependencies': [ | 258 'dependencies': [ |
| 267 'gputest.gyp:skgputest', | 259 'gputest.gyp:skgputest', |
| 268 ], | 260 ], |
| 269 }], | 261 }], |
| 270 [ 'not skia_pdf', { | 262 [ 'not skia_pdf', { |
| 271 'dependencies!': [ 'pdf.gyp:pdf' ], | 263 'dependencies!': [ 'pdf.gyp:pdf' ], |
| 272 'dependencies': [ 'pdf.gyp:nopdf' ], | 264 'dependencies': [ 'pdf.gyp:nopdf' ], |
| 273 }], | 265 }], |
| 274 ], | 266 ], |
| 275 }, | 267 }, |
| 276 ], | 268 ], |
| 277 } | 269 } |
| OLD | NEW |