| 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 { | 626 { |
| 627 'target_name': 'aura_builder', | 627 'target_name': 'aura_builder', |
| 628 'type': 'none', | 628 'type': 'none', |
| 629 'dependencies': [ | 629 'dependencies': [ |
| 630 '../cc/cc_tests.gyp:cc_unittests', | 630 '../cc/cc_tests.gyp:cc_unittests', |
| 631 '../chrome/chrome.gyp:browser_tests', | 631 '../chrome/chrome.gyp:browser_tests', |
| 632 '../chrome/chrome.gyp:chrome', | 632 '../chrome/chrome.gyp:chrome', |
| 633 '../chrome/chrome.gyp:interactive_ui_tests', | 633 '../chrome/chrome.gyp:interactive_ui_tests', |
| 634 '../chrome/chrome.gyp:unit_tests', | 634 '../chrome/chrome.gyp:unit_tests', |
| 635 '../content/content.gyp:content_browsertests', | 635 '../content/content.gyp:content_browsertests', |
| 636 '../content/content.gyp:content_unittests', |
| 636 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 637 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 637 '../remoting/remoting.gyp:remoting_unittests', | 638 '../remoting/remoting.gyp:remoting_unittests', |
| 638 '../ui/aura/aura.gyp:*', | 639 '../ui/aura/aura.gyp:*', |
| 639 '../ui/compositor/compositor.gyp:*', | 640 '../ui/compositor/compositor.gyp:*', |
| 640 '../ui/ui.gyp:ui_unittests', | 641 '../ui/ui.gyp:ui_unittests', |
| 641 '../ui/views/views.gyp:views', | 642 '../ui/views/views.gyp:views', |
| 642 '../ui/views/views.gyp:views_unittests', | 643 '../ui/views/views.gyp:views_unittests', |
| 643 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 644 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
| 644 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 645 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
| 645 ], | 646 ], |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 '../base/base.gyp:base_unittests_run', | 700 '../base/base.gyp:base_unittests_run', |
| 700 '../chrome/chrome.gyp:browser_tests_run', | 701 '../chrome/chrome.gyp:browser_tests_run', |
| 701 '../chrome/chrome.gyp:unit_tests_run', | 702 '../chrome/chrome.gyp:unit_tests_run', |
| 702 '../net/net.gyp:net_unittests_run', | 703 '../net/net.gyp:net_unittests_run', |
| 703 ], | 704 ], |
| 704 }, # target_name: chromium_swarm_tests | 705 }, # target_name: chromium_swarm_tests |
| 705 ], | 706 ], |
| 706 }], | 707 }], |
| 707 ], # conditions | 708 ], # conditions |
| 708 } | 709 } |
| OLD | NEW |