| 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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 }], | 185 }], |
| 186 ], | 186 ], |
| 187 'dependencies': [ | 187 'dependencies': [ |
| 188 '../chrome_elf/chrome_elf.gyp:*', | 188 '../chrome_elf/chrome_elf.gyp:*', |
| 189 '../cloud_print/cloud_print.gyp:*', | 189 '../cloud_print/cloud_print.gyp:*', |
| 190 '../courgette/courgette.gyp:*', | 190 '../courgette/courgette.gyp:*', |
| 191 '../rlz/rlz.gyp:*', | 191 '../rlz/rlz.gyp:*', |
| 192 '../sandbox/sandbox.gyp:*', | 192 '../sandbox/sandbox.gyp:*', |
| 193 '<(angle_path)/src/build_angle.gyp:*', | 193 '<(angle_path)/src/build_angle.gyp:*', |
| 194 '../third_party/bspatch/bspatch.gyp:*', | 194 '../third_party/bspatch/bspatch.gyp:*', |
| 195 '../tools/win/static_initializers/static_initializers.gyp:*', |
| 195 ], | 196 ], |
| 196 }, { | 197 }, { |
| 197 'dependencies': [ | 198 'dependencies': [ |
| 198 '../third_party/libevent/libevent.gyp:*', | 199 '../third_party/libevent/libevent.gyp:*', |
| 199 ], | 200 ], |
| 200 }], | 201 }], |
| 201 ['toolkit_views==1', { | 202 ['toolkit_views==1', { |
| 202 'dependencies': [ | 203 'dependencies': [ |
| 203 '../ui/views/controls/webview/webview.gyp:*', | 204 '../ui/views/controls/webview/webview.gyp:*', |
| 204 '../ui/views/views.gyp:*', | 205 '../ui/views/views.gyp:*', |
| (...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1232 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1233 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1233 '../chrome/chrome.gyp:sync_integration_tests_run', | 1234 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1234 '../chrome/chrome.gyp:unit_tests_run', | 1235 '../chrome/chrome.gyp:unit_tests_run', |
| 1235 '../net/net.gyp:net_unittests_run', | 1236 '../net/net.gyp:net_unittests_run', |
| 1236 ], | 1237 ], |
| 1237 }, # target_name: chromium_swarm_tests | 1238 }, # target_name: chromium_swarm_tests |
| 1238 ], | 1239 ], |
| 1239 }], | 1240 }], |
| 1240 ], # conditions | 1241 ], # conditions |
| 1241 } | 1242 } |
| OLD | NEW |