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 '../content/content.gyp:*', | 14 '../content/content.gyp:*', |
15 '../crypto/crypto.gyp:*', | 15 '../crypto/crypto.gyp:*', |
16 '../media/media.gyp:*', | 16 '../media/media.gyp:*', |
17 '../net/net.gyp:*', | 17 '../net/net.gyp:*', |
18 '../sdch/sdch.gyp:*', | 18 '../sdch/sdch.gyp:*', |
19 '../sql/sql.gyp:*', | 19 '../sql/sql.gyp:*', |
| 20 '../sync/sync.gyp:*', |
20 '../testing/gmock.gyp:*', | 21 '../testing/gmock.gyp:*', |
21 '../testing/gtest.gyp:*', | 22 '../testing/gtest.gyp:*', |
22 '../third_party/bzip2/bzip2.gyp:*', | 23 '../third_party/bzip2/bzip2.gyp:*', |
23 '../third_party/icu/icu.gyp:*', | 24 '../third_party/icu/icu.gyp:*', |
24 '../third_party/libxml/libxml.gyp:*', | 25 '../third_party/libxml/libxml.gyp:*', |
25 '../third_party/sqlite/sqlite.gyp:*', | 26 '../third_party/sqlite/sqlite.gyp:*', |
26 '../third_party/zlib/zlib.gyp:*', | 27 '../third_party/zlib/zlib.gyp:*', |
27 '../ui/ui.gyp:*', | 28 '../ui/ui.gyp:*', |
28 '../webkit/support/webkit_support.gyp:*', | 29 '../webkit/support/webkit_support.gyp:*', |
29 'temp_gyp/googleurl.gyp:*', | 30 'temp_gyp/googleurl.gyp:*', |
30 ], | 31 ], |
31 'conditions': [ | 32 'conditions': [ |
32 ['OS!="ios"', { | 33 ['OS!="ios"', { |
33 'dependencies': [ | 34 'dependencies': [ |
34 '../cc/cc_tests.gyp:*', | 35 '../cc/cc_tests.gyp:*', |
35 '../chrome/chrome.gyp:*', | 36 '../chrome/chrome.gyp:*', |
36 '../device/device.gyp:*', | 37 '../device/device.gyp:*', |
37 '../gpu/gpu.gyp:*', | 38 '../gpu/gpu.gyp:*', |
38 '../gpu/tools/tools.gyp:*', | 39 '../gpu/tools/tools.gyp:*', |
39 '../ipc/ipc.gyp:*', | 40 '../ipc/ipc.gyp:*', |
40 '../jingle/jingle.gyp:*', | 41 '../jingle/jingle.gyp:*', |
41 '../ppapi/ppapi.gyp:*', | 42 '../ppapi/ppapi.gyp:*', |
42 '../ppapi/ppapi_internal.gyp:*', | 43 '../ppapi/ppapi_internal.gyp:*', |
43 '../printing/printing.gyp:*', | 44 '../printing/printing.gyp:*', |
44 '../skia/skia.gyp:*', | 45 '../skia/skia.gyp:*', |
45 '../sync/sync.gyp:*', | |
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
47 '../third_party/cld/cld.gyp:*', | 47 '../third_party/cld/cld.gyp:*', |
48 '../third_party/codesighs/codesighs.gyp:*', | 48 '../third_party/codesighs/codesighs.gyp:*', |
49 '../third_party/ffmpeg/ffmpeg.gyp:*', | 49 '../third_party/ffmpeg/ffmpeg.gyp:*', |
50 '../third_party/iccjpeg/iccjpeg.gyp:*', | 50 '../third_party/iccjpeg/iccjpeg.gyp:*', |
51 '../third_party/libpng/libpng.gyp:*', | 51 '../third_party/libpng/libpng.gyp:*', |
52 '../third_party/libusb/libusb.gyp:*', | 52 '../third_party/libusb/libusb.gyp:*', |
53 '../third_party/libwebp/libwebp.gyp:*', | 53 '../third_party/libwebp/libwebp.gyp:*', |
54 '../third_party/libxslt/libxslt.gyp:*', | 54 '../third_party/libxslt/libxslt.gyp:*', |
55 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 55 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 '../chrome/chrome.gyp:browser_tests_run', | 732 '../chrome/chrome.gyp:browser_tests_run', |
733 '../chrome/chrome.gyp:sync_integration_tests_run', | 733 '../chrome/chrome.gyp:sync_integration_tests_run', |
734 '../chrome/chrome.gyp:unit_tests_run', | 734 '../chrome/chrome.gyp:unit_tests_run', |
735 '../net/net.gyp:net_unittests_run', | 735 '../net/net.gyp:net_unittests_run', |
736 ], | 736 ], |
737 }, # target_name: chromium_swarm_tests | 737 }, # target_name: chromium_swarm_tests |
738 ], | 738 ], |
739 }], | 739 }], |
740 ], # conditions | 740 ], # conditions |
741 } | 741 } |
OLD | NEW |