| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 '../chromecast/chromecast.gyp:*', | 218 '../chromecast/chromecast.gyp:*', |
| 219 ], | 219 ], |
| 220 }], | 220 }], |
| 221 ['use_x11==1', { | 221 ['use_x11==1', { |
| 222 'dependencies': [ | 222 'dependencies': [ |
| 223 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 223 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 224 ], | 224 ], |
| 225 }], | 225 }], |
| 226 ['OS=="win"', { | 226 ['OS=="win"', { |
| 227 'dependencies': [ | 227 'dependencies': [ |
| 228 '../chrome/tools/crash_service/caps/caps.gyp:*', |
| 228 '../chrome_elf/chrome_elf.gyp:*', | 229 '../chrome_elf/chrome_elf.gyp:*', |
| 229 '../courgette/courgette.gyp:*', | 230 '../courgette/courgette.gyp:*', |
| 230 '../rlz/rlz.gyp:*', | 231 '../rlz/rlz.gyp:*', |
| 231 '../sandbox/sandbox.gyp:*', | 232 '../sandbox/sandbox.gyp:*', |
| 232 '<(angle_path)/src/angle.gyp:*', | 233 '<(angle_path)/src/angle.gyp:*', |
| 233 '../third_party/bspatch/bspatch.gyp:*', | 234 '../third_party/bspatch/bspatch.gyp:*', |
| 234 '../tools/win/static_initializers/static_initializers.gyp:*', | 235 '../tools/win/static_initializers/static_initializers.gyp:*', |
| 235 ], | 236 ], |
| 236 }], | 237 }], |
| 237 ['toolkit_views==1', { | 238 ['toolkit_views==1', { |
| (...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1374 'dependencies': [ | 1375 'dependencies': [ |
| 1375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1376 '../ui/views/views.gyp:views', | 1377 '../ui/views/views.gyp:views', |
| 1377 '../ui/views/views.gyp:views_unittests', | 1378 '../ui/views/views.gyp:views_unittests', |
| 1378 ], | 1379 ], |
| 1379 }, # target_name: macviews_builder | 1380 }, # target_name: macviews_builder |
| 1380 ], # targets | 1381 ], # targets |
| 1381 }], # os=='mac' and toolkit_views==1 | 1382 }], # os=='mac' and toolkit_views==1 |
| 1382 ], # conditions | 1383 ], # conditions |
| 1383 } | 1384 } |
| OLD | NEW |