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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'All', | 8 'target_name': 'All', |
9 'type': 'none', | 9 'type': 'none', |
10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
347 ['OS!="android" and OS!="ios"', { | 347 ['OS!="android" and OS!="ios"', { |
348 'dependencies': [ | 348 'dependencies': [ |
349 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 349 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
350 ], | 350 ], |
351 }], | 351 }], |
352 ['enable_printing!=0', { | 352 ['enable_printing!=0', { |
353 'dependencies': [ | 353 'dependencies': [ |
354 '../printing/printing.gyp:printing_unittests', | 354 '../printing/printing.gyp:printing_unittests', |
355 ], | 355 ], |
356 }], | 356 }], |
357 ['use_aura==1', { | |
358 'dependencies': [ | |
359 '../ui/aura/aura.gyp:aura_unittests', | |
360 '../ui/compositor/compositor.gyp:compositor_unittests', | |
scottmg
2013/11/07 19:24:50
is this aura-dependent?
jam
2013/11/07 19:36:06
good question, it's not, however it looked like th
| |
361 ], | |
362 }], | |
363 ['use_ash==1', { | |
364 'dependencies': [ | |
365 '../ash/ash.gyp:ash_unittests', | |
366 ], | |
367 }], | |
357 ], | 368 ], |
358 }, # target_name: chromium_builder_tests | 369 }, # target_name: chromium_builder_tests |
359 { | 370 { |
360 'target_name': 'chromium_2010_builder_tests', | 371 'target_name': 'chromium_2010_builder_tests', |
361 'type': 'none', | 372 'type': 'none', |
362 'dependencies': [ | 373 'dependencies': [ |
363 'chromium_builder_tests', | 374 'chromium_builder_tests', |
364 ], | 375 ], |
365 }, # target_name: chromium_2010_builder_tests | 376 }, # target_name: chromium_2010_builder_tests |
366 ], | 377 ], |
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1023 '../chrome/chrome.gyp:interactive_ui_tests_run', | 1034 '../chrome/chrome.gyp:interactive_ui_tests_run', |
1024 '../chrome/chrome.gyp:sync_integration_tests_run', | 1035 '../chrome/chrome.gyp:sync_integration_tests_run', |
1025 '../chrome/chrome.gyp:unit_tests_run', | 1036 '../chrome/chrome.gyp:unit_tests_run', |
1026 '../net/net.gyp:net_unittests_run', | 1037 '../net/net.gyp:net_unittests_run', |
1027 ], | 1038 ], |
1028 }, # target_name: chromium_swarm_tests | 1039 }, # target_name: chromium_swarm_tests |
1029 ], | 1040 ], |
1030 }], | 1041 }], |
1031 ], # conditions | 1042 ], # conditions |
1032 } | 1043 } |
OLD | NEW |