| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 ], | 146 ], |
| 147 'dependencies': [ | 147 'dependencies': [ |
| 148 'animator.gyp:animator', | 148 'animator.gyp:animator', |
| 149 'etc1.gyp:libetc1', | 149 'etc1.gyp:libetc1', |
| 150 'experimental.gyp:experimental', | 150 'experimental.gyp:experimental', |
| 151 'flags.gyp:flags', | 151 'flags.gyp:flags', |
| 152 'jsoncpp.gyp:jsoncpp', | 152 'jsoncpp.gyp:jsoncpp', |
| 153 'lua.gyp:lua', | 153 'lua.gyp:lua', |
| 154 'pdf.gyp:pdf', | 154 'pdf.gyp:pdf', |
| 155 'skia_lib.gyp:skia_lib', | 155 'skia_lib.gyp:skia_lib', |
| 156 'gputest.gyp:skgputest', | |
| 157 'tools.gyp:resources', | 156 'tools.gyp:resources', |
| 158 'tools.gyp:sk_tool_utils', | 157 'tools.gyp:sk_tool_utils', |
| 159 'tools.gyp:timer', | 158 'tools.gyp:timer', |
| 160 'tools.gyp:url_data_manager', | 159 'tools.gyp:url_data_manager', |
| 161 'views.gyp:views', | 160 'views.gyp:views', |
| 162 'xml.gyp:xml', | 161 'xml.gyp:xml', |
| 163 ], | 162 ], |
| 164 'msvs_settings': { | 163 'msvs_settings': { |
| 165 'VCLinkerTool': { | 164 'VCLinkerTool': { |
| 166 #Allows for creation / output to console. | 165 #Allows for creation / output to console. |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 ], | 267 ], |
| 269 }], | 268 }], |
| 270 [ 'not skia_pdf', { | 269 [ 'not skia_pdf', { |
| 271 'dependencies!': [ 'pdf.gyp:pdf' ], | 270 'dependencies!': [ 'pdf.gyp:pdf' ], |
| 272 'dependencies': [ 'pdf.gyp:nopdf' ], | 271 'dependencies': [ 'pdf.gyp:nopdf' ], |
| 273 }], | 272 }], |
| 274 ], | 273 ], |
| 275 }, | 274 }, |
| 276 ], | 275 ], |
| 277 } | 276 } |
| OLD | NEW |