| 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 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1282 '../base/base.gyp:base_unittests_run', | 1282 '../base/base.gyp:base_unittests_run', |
| 1283 '../chrome/chrome.gyp:browser_tests_run', | 1283 '../chrome/chrome.gyp:browser_tests_run', |
| 1284 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1284 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 1285 '../chrome/chrome.gyp:sync_integration_tests_run', | 1285 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 1286 '../chrome/chrome.gyp:unit_tests_run', | 1286 '../chrome/chrome.gyp:unit_tests_run', |
| 1287 '../content/content_shell_and_tests.gyp:content_browsertests_run', | 1287 '../content/content_shell_and_tests.gyp:content_browsertests_run', |
| 1288 '../content/content_shell_and_tests.gyp:content_unittests_run', | 1288 '../content/content_shell_and_tests.gyp:content_unittests_run', |
| 1289 '../net/net.gyp:net_unittests_run', | 1289 '../net/net.gyp:net_unittests_run', |
| 1290 ], | 1290 ], |
| 1291 }, # target_name: chromium_swarm_tests | 1291 }, # target_name: chromium_swarm_tests |
| 1292 { |
| 1293 'target_name': 'chromoting_swarm_tests', |
| 1294 'type': 'none', |
| 1295 'dependencies': [ |
| 1296 '../testing/chromoting/integration_test.gyp:chromoting_integration_t
ests_run', |
| 1297 ], |
| 1298 }, # target_name: chromoting_swarm_tests |
| 1292 ], | 1299 ], |
| 1293 }], | 1300 }], |
| 1294 ['OS=="mac" and toolkit_views==1', { | 1301 ['OS=="mac" and toolkit_views==1', { |
| 1295 'targets': [ | 1302 'targets': [ |
| 1296 { | 1303 { |
| 1297 'target_name': 'macviews_builder', | 1304 'target_name': 'macviews_builder', |
| 1298 'type': 'none', | 1305 'type': 'none', |
| 1299 'dependencies': [ | 1306 'dependencies': [ |
| 1300 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1307 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1301 '../ui/views/views.gyp:views', | 1308 '../ui/views/views.gyp:views', |
| 1302 '../ui/views/views.gyp:views_unittests', | 1309 '../ui/views/views.gyp:views_unittests', |
| 1303 ], | 1310 ], |
| 1304 }, # target_name: macviews_builder | 1311 }, # target_name: macviews_builder |
| 1305 ], # targets | 1312 ], # targets |
| 1306 }], # os=='mac' and toolkit_views==1 | 1313 }], # os=='mac' and toolkit_views==1 |
| 1307 ], # conditions | 1314 ], # conditions |
| 1308 } | 1315 } |
| OLD | NEW |