| 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 '../chrome/chrome.gyp:browser_tests', | 539 '../chrome/chrome.gyp:browser_tests', |
| 540 '../chrome/chrome.gyp:chrome', | 540 '../chrome/chrome.gyp:chrome', |
| 541 '../chrome/chrome.gyp:interactive_ui_tests', | 541 '../chrome/chrome.gyp:interactive_ui_tests', |
| 542 '../chrome/chrome.gyp:performance_browser_tests', | 542 '../chrome/chrome.gyp:performance_browser_tests', |
| 543 '../chrome/chrome.gyp:performance_ui_tests', | 543 '../chrome/chrome.gyp:performance_ui_tests', |
| 544 '../chrome/chrome.gyp:safe_browsing_tests', | 544 '../chrome/chrome.gyp:safe_browsing_tests', |
| 545 '../chrome/chrome.gyp:sync_integration_tests', | 545 '../chrome/chrome.gyp:sync_integration_tests', |
| 546 '../chrome/chrome.gyp:sync_unit_tests', | 546 '../chrome/chrome.gyp:sync_unit_tests', |
| 547 '../chrome/chrome.gyp:ui_tests', | 547 '../chrome/chrome.gyp:ui_tests', |
| 548 '../chrome/chrome.gyp:unit_tests', | 548 '../chrome/chrome.gyp:unit_tests', |
| 549 '../content/content.gyp:content_browsertests', | |
| 550 '../content/content.gyp:content_unittests', | 549 '../content/content.gyp:content_unittests', |
| 551 '../crypto/crypto.gyp:crypto_unittests', | 550 '../crypto/crypto.gyp:crypto_unittests', |
| 552 '../dbus/dbus.gyp:dbus_unittests', | 551 '../dbus/dbus.gyp:dbus_unittests', |
| 553 '../ipc/ipc.gyp:ipc_tests', | 552 '../ipc/ipc.gyp:ipc_tests', |
| 554 '../jingle/jingle.gyp:jingle_unittests', | 553 '../jingle/jingle.gyp:jingle_unittests', |
| 555 '../media/media.gyp:ffmpeg_tests', | 554 '../media/media.gyp:ffmpeg_tests', |
| 556 '../media/media.gyp:media_unittests', | 555 '../media/media.gyp:media_unittests', |
| 557 '../net/net.gyp:net_unittests', | 556 '../net/net.gyp:net_unittests', |
| 558 '../printing/printing.gyp:printing_unittests', | 557 '../printing/printing.gyp:printing_unittests', |
| 559 '../remoting/remoting.gyp:remoting_unittests', | 558 '../remoting/remoting.gyp:remoting_unittests', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 '../chrome/chrome.gyp:ui_tests', | 616 '../chrome/chrome.gyp:ui_tests', |
| 618 '../ui/views/views.gyp:views_unittests', | 617 '../ui/views/views.gyp:views_unittests', |
| 619 ], | 618 ], |
| 620 }], | 619 }], |
| 621 ], | 620 ], |
| 622 }, | 621 }, |
| 623 ], # targets | 622 ], # targets |
| 624 }], # "use_aura==1" | 623 }], # "use_aura==1" |
| 625 ], # conditions | 624 ], # conditions |
| 626 } | 625 } |
| OLD | NEW |