| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 '../chrome/tools/crash_service/caps/caps.gyp:*', | 228 '../chrome/tools/crash_service/caps/caps.gyp:*', |
| 229 '../chrome_elf/chrome_elf.gyp:*', | 229 '../chrome_elf/chrome_elf.gyp:*', |
| 230 '../cloud_print/cloud_print.gyp:*', | 230 '../cloud_print/cloud_print.gyp:*', |
| 231 '../courgette/courgette.gyp:*', | 231 '../courgette/courgette.gyp:*', |
| 232 '../rlz/rlz.gyp:*', | 232 '../rlz/rlz.gyp:*', |
| 233 '../sandbox/sandbox.gyp:*', | 233 '../sandbox/sandbox.gyp:*', |
| 234 '<(angle_path)/src/angle.gyp:*', | 234 '<(angle_path)/src/angle.gyp:*', |
| 235 '../third_party/bspatch/bspatch.gyp:*', | 235 '../third_party/bspatch/bspatch.gyp:*', |
| 236 '../tools/win/static_initializers/static_initializers.gyp:*', | 236 '../tools/win/static_initializers/static_initializers.gyp:*', |
| 237 ], | 237 ], |
| 238 }, { | |
| 239 'dependencies': [ | |
| 240 '../third_party/libevent/libevent.gyp:*', | |
| 241 ], | |
| 242 }], | 238 }], |
| 243 ['toolkit_views==1', { | 239 ['toolkit_views==1', { |
| 244 'dependencies': [ | 240 'dependencies': [ |
| 245 '../ui/views/controls/webview/webview.gyp:*', | 241 '../ui/views/controls/webview/webview.gyp:*', |
| 246 '../ui/views/views.gyp:*', | 242 '../ui/views/views.gyp:*', |
| 247 ], | 243 ], |
| 248 }], | 244 }], |
| 249 ['use_aura==1', { | 245 ['use_aura==1', { |
| 250 'dependencies': [ | 246 'dependencies': [ |
| 251 '../ui/aura/aura.gyp:*', | 247 '../ui/aura/aura.gyp:*', |
| (...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1442 'dependencies': [ | 1438 'dependencies': [ |
| 1443 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1439 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1444 '../ui/views/views.gyp:views', | 1440 '../ui/views/views.gyp:views', |
| 1445 '../ui/views/views.gyp:views_unittests', | 1441 '../ui/views/views.gyp:views_unittests', |
| 1446 ], | 1442 ], |
| 1447 }, # target_name: macviews_builder | 1443 }, # target_name: macviews_builder |
| 1448 ], # targets | 1444 ], # targets |
| 1449 }], # os=='mac' and toolkit_views==1 | 1445 }], # os=='mac' and toolkit_views==1 |
| 1450 ], # conditions | 1446 ], # conditions |
| 1451 } | 1447 } |
| OLD | NEW |