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, |
11 'dependencies': [ | 11 'dependencies': [ |
12 'some.gyp:*', | 12 'some.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
14 '../chrome/chrome.gyp:*', | 14 '../chrome/chrome.gyp:*', |
15 '../content/content.gyp:*', | 15 '../content/content.gyp:*', |
16 '../crypto/crypto.gyp:*', | 16 '../crypto/crypto.gyp:*', |
17 '../media/media.gyp:*', | 17 '../media/media.gyp:*', |
18 '../net/net.gyp:*', | 18 '../net/net.gyp:*', |
19 '../sdch/sdch.gyp:*', | 19 '../sdch/sdch.gyp:*', |
20 '../sql/sql.gyp:*', | 20 '../sql/sql.gyp:*', |
21 '../sync/sync.gyp:*', | 21 '../sync/sync.gyp:*', |
22 '../testing/gmock.gyp:*', | 22 '../testing/gmock.gyp:*', |
23 '../testing/gtest.gyp:*', | 23 '../testing/gtest.gyp:*', |
24 '../third_party/icu/icu.gyp:*', | 24 '../third_party/icu/icu.gyp:*', |
25 '../third_party/libxml/libxml.gyp:*', | 25 '../third_party/libxml/libxml.gyp:*', |
26 '../third_party/sqlite/sqlite.gyp:*', | 26 '../third_party/sqlite/sqlite.gyp:*', |
27 '../third_party/zlib/zlib.gyp:*', | 27 '../third_party/zlib/zlib.gyp:*', |
| 28 '../ui/snapshot/snapshot.gyp:*', |
28 '../ui/ui.gyp:*', | 29 '../ui/ui.gyp:*', |
29 '../url/url.gyp:*', | 30 '../url/url.gyp:*', |
30 '../webkit/support/webkit_support.gyp:*', | 31 '../webkit/support/webkit_support.gyp:*', |
31 'temp_gyp/googleurl.gyp:*', | 32 'temp_gyp/googleurl.gyp:*', |
32 ], | 33 ], |
33 'conditions': [ | 34 'conditions': [ |
34 ['OS!="ios"', { | 35 ['OS!="ios"', { |
35 'dependencies': [ | 36 'dependencies': [ |
36 '../cc/cc_tests.gyp:*', | 37 '../cc/cc_tests.gyp:*', |
37 '../components/components.gyp:*', | 38 '../components/components.gyp:*', |
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 '../content/content.gyp:content_browsertests', | 789 '../content/content.gyp:content_browsertests', |
789 '../content/content.gyp:content_unittests', | 790 '../content/content.gyp:content_unittests', |
790 '../device/device.gyp:device_unittests', | 791 '../device/device.gyp:device_unittests', |
791 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 792 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
792 '../remoting/remoting.gyp:remoting_unittests', | 793 '../remoting/remoting.gyp:remoting_unittests', |
793 '../ui/app_list/app_list.gyp:*', | 794 '../ui/app_list/app_list.gyp:*', |
794 '../ui/aura/aura.gyp:*', | 795 '../ui/aura/aura.gyp:*', |
795 '../ui/compositor/compositor.gyp:*', | 796 '../ui/compositor/compositor.gyp:*', |
796 '../ui/message_center/message_center.gyp:*', | 797 '../ui/message_center/message_center.gyp:*', |
797 '../ui/ui.gyp:ui_unittests', | 798 '../ui/ui.gyp:ui_unittests', |
| 799 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
798 '../ui/views/views.gyp:views', | 800 '../ui/views/views.gyp:views', |
799 '../ui/views/views.gyp:views_examples_with_content_exe', | 801 '../ui/views/views.gyp:views_examples_with_content_exe', |
800 '../ui/views/views.gyp:views_unittests', | 802 '../ui/views/views.gyp:views_unittests', |
801 '../ui/keyboard/keyboard.gyp:*', | 803 '../ui/keyboard/keyboard.gyp:*', |
802 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 804 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
803 'all_webkit', | 805 'all_webkit', |
804 ], | 806 ], |
805 'conditions': [ | 807 'conditions': [ |
806 ['OS=="win"', { | 808 ['OS=="win"', { |
807 'dependencies': [ | 809 'dependencies': [ |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
875 '../chrome/chrome.gyp:interactive_ui_tests_run', | 877 '../chrome/chrome.gyp:interactive_ui_tests_run', |
876 '../chrome/chrome.gyp:sync_integration_tests_run', | 878 '../chrome/chrome.gyp:sync_integration_tests_run', |
877 '../chrome/chrome.gyp:unit_tests_run', | 879 '../chrome/chrome.gyp:unit_tests_run', |
878 '../net/net.gyp:net_unittests_run', | 880 '../net/net.gyp:net_unittests_run', |
879 ], | 881 ], |
880 }, # target_name: chromium_swarm_tests | 882 }, # target_name: chromium_swarm_tests |
881 ], | 883 ], |
882 }], | 884 }], |
883 ], # conditions | 885 ], # conditions |
884 } | 886 } |
OLD | NEW |