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