| 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', |
| 156 'tools.gyp:resources', | 157 'tools.gyp:resources', |
| 157 'tools.gyp:sk_tool_utils', | 158 'tools.gyp:sk_tool_utils', |
| 158 'tools.gyp:timer', | 159 'tools.gyp:timer', |
| 159 'tools.gyp:url_data_manager', | 160 'tools.gyp:url_data_manager', |
| 160 'views.gyp:views', | 161 'views.gyp:views', |
| 161 'xml.gyp:xml', | 162 'xml.gyp:xml', |
| 162 ], | 163 ], |
| 163 'msvs_settings': { | 164 'msvs_settings': { |
| 164 'VCLinkerTool': { | 165 'VCLinkerTool': { |
| 165 #Allows for creation / output to console. | 166 #Allows for creation / output to console. |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 ], | 268 ], |
| 268 }], | 269 }], |
| 269 [ 'not skia_pdf', { | 270 [ 'not skia_pdf', { |
| 270 'dependencies!': [ 'pdf.gyp:pdf' ], | 271 'dependencies!': [ 'pdf.gyp:pdf' ], |
| 271 'dependencies': [ 'pdf.gyp:nopdf' ], | 272 'dependencies': [ 'pdf.gyp:nopdf' ], |
| 272 }], | 273 }], |
| 273 ], | 274 ], |
| 274 }, | 275 }, |
| 275 ], | 276 ], |
| 276 } | 277 } |
| OLD | NEW |