| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 '../chromecast/chromecast.gyp:*', | 219 '../chromecast/chromecast.gyp:*', |
| 220 ], | 220 ], |
| 221 }], | 221 }], |
| 222 ['use_x11==1', { | 222 ['use_x11==1', { |
| 223 'dependencies': [ | 223 'dependencies': [ |
| 224 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 224 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
| 225 ], | 225 ], |
| 226 }], | 226 }], |
| 227 ['OS=="win"', { | 227 ['OS=="win"', { |
| 228 'dependencies': [ | 228 'dependencies': [ |
| 229 '../chrome/tools/disable_outdated_build_detector/disable_outdated_bu
ild_detector.gyp:*', | |
| 230 '../chrome_elf/chrome_elf.gyp:*', | 229 '../chrome_elf/chrome_elf.gyp:*', |
| 231 '../courgette/courgette.gyp:*', | 230 '../courgette/courgette.gyp:*', |
| 232 '../rlz/rlz.gyp:*', | 231 '../rlz/rlz.gyp:*', |
| 233 '../sandbox/sandbox.gyp:*', | 232 '../sandbox/sandbox.gyp:*', |
| 234 '<(angle_path)/src/angle.gyp:*', | 233 '<(angle_path)/src/angle.gyp:*', |
| 235 '../third_party/bspatch/bspatch.gyp:*', | 234 '../third_party/bspatch/bspatch.gyp:*', |
| 236 '../tools/win/static_initializers/static_initializers.gyp:*', | 235 '../tools/win/static_initializers/static_initializers.gyp:*', |
| 237 ], | 236 ], |
| 238 }], | 237 }], |
| 239 ['toolkit_views==1', { | 238 ['toolkit_views==1', { |
| (...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1334 'dependencies': [ | 1333 'dependencies': [ |
| 1335 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1334 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1336 '../ui/views/views.gyp:views', | 1335 '../ui/views/views.gyp:views', |
| 1337 '../ui/views/views.gyp:views_unittests', | 1336 '../ui/views/views.gyp:views_unittests', |
| 1338 ], | 1337 ], |
| 1339 }, # target_name: macviews_builder | 1338 }, # target_name: macviews_builder |
| 1340 ], # targets | 1339 ], # targets |
| 1341 }], # os=='mac' and toolkit_views==1 | 1340 }], # os=='mac' and toolkit_views==1 |
| 1342 ], # conditions | 1341 ], # conditions |
| 1343 } | 1342 } |
| OLD | NEW |