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