| 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 'variables': { | 7 'variables': { |
| 8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp | 8 #manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp |
| 9 'sample_pdf_file_viewer%': 0, | 9 'sample_pdf_file_viewer%': 0, |
| 10 }, | 10 }, |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 ], | 290 ], |
| 291 'dependencies': [ | 291 'dependencies': [ |
| 292 'android_deps.gyp:Android_SampleApp', | 292 'android_deps.gyp:Android_SampleApp', |
| 293 ], | 293 ], |
| 294 }], | 294 }], |
| 295 [ 'skia_gpu == 1', { | 295 [ 'skia_gpu == 1', { |
| 296 'dependencies': [ | 296 'dependencies': [ |
| 297 'gputest.gyp:skgputest', | 297 'gputest.gyp:skgputest', |
| 298 ], | 298 ], |
| 299 }], | 299 }], |
| 300 [ 'skia_os == "nacl"', { | |
| 301 'sources': [ | |
| 302 '../../nacl/src/nacl_sample.cpp', | |
| 303 ], | |
| 304 }], | |
| 305 ], | 300 ], |
| 306 'msvs_settings': { | 301 'msvs_settings': { |
| 307 'VCLinkerTool': { | 302 'VCLinkerTool': { |
| 308 'SubSystem': '2', | 303 'SubSystem': '2', |
| 309 }, | 304 }, |
| 310 }, | 305 }, |
| 311 }, | 306 }, |
| 312 ], | 307 ], |
| 313 } | 308 } |
| OLD | NEW |