OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 6 'includes': [ |
7 'common.gypi', | 7 'common.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 'target_name': 'All', | 11 'target_name': 'All', |
12 'type': 'none', | 12 'type': 'none', |
13 'xcode_create_dependents_test_runner': 1, | 13 'xcode_create_dependents_test_runner': 1, |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../app/app.gyp:*', | 15 '../app/app.gyp:*', |
16 '../base/base.gyp:*', | 16 '../base/base.gyp:*', |
17 '../chrome/chrome.gyp:*', | 17 '../chrome/chrome.gyp:*', |
18 '../ipc/ipc.gyp:*', | 18 '../ipc/ipc.gyp:*', |
19 '../media/media.gyp:*', | 19 '../media/media.gyp:*', |
20 '../net/net.gyp:*', | 20 '../net/net.gyp:*', |
21 '../printing/printing.gyp:*', | 21 '../printing/printing.gyp:*', |
22 '../sdch/sdch.gyp:*', | 22 '../sdch/sdch.gyp:*', |
23 '../skia/skia.gyp:*', | 23 '../skia/skia.gyp:*', |
24 '../testing/gmock.gyp:*', | 24 '../testing/gmock.gyp:*', |
25 '../testing/gtest.gyp:*', | 25 '../testing/gtest.gyp:*', |
26 '../third_party/bzip2/bzip2.gyp:*', | 26 '../third_party/bzip2/bzip2.gyp:*', |
27 '../third_party/codesighs/codesighs.gyp:*', | 27 '../third_party/codesighs/codesighs.gyp:*', |
28 '../third_party/ffmpeg/ffmpeg.gyp:*', | 28 '../third_party/ffmpeg/ffmpeg.gyp:*', |
29 '../third_party/icu38/icu38.gyp:*', | 29 '../third_party/icu/icu.gyp:*', |
30 '../third_party/libjpeg/libjpeg.gyp:*', | 30 '../third_party/libjpeg/libjpeg.gyp:*', |
31 '../third_party/libpng/libpng.gyp:*', | 31 '../third_party/libpng/libpng.gyp:*', |
32 '../third_party/libxml/libxml.gyp:*', | 32 '../third_party/libxml/libxml.gyp:*', |
33 '../third_party/libxslt/libxslt.gyp:*', | 33 '../third_party/libxslt/libxslt.gyp:*', |
34 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 34 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
35 '../third_party/modp_b64/modp_b64.gyp:*', | 35 '../third_party/modp_b64/modp_b64.gyp:*', |
36 '../third_party/npapi/npapi.gyp:*', | 36 '../third_party/npapi/npapi.gyp:*', |
37 '../third_party/sqlite/sqlite.gyp:*', | 37 '../third_party/sqlite/sqlite.gyp:*', |
38 '../third_party/zlib/zlib.gyp:*', | 38 '../third_party/zlib/zlib.gyp:*', |
39 '../webkit/tools/test_shell/test_shell.gyp:*', | 39 '../webkit/tools/test_shell/test_shell.gyp:*', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'type': 'none', | 111 'type': 'none', |
112 'dependencies': [ | 112 'dependencies': [ |
113 'All', | 113 'All', |
114 '../chrome/chrome.gyp:build_app_dmg', | 114 '../chrome/chrome.gyp:build_app_dmg', |
115 ], | 115 ], |
116 }, | 116 }, |
117 ], | 117 ], |
118 }], | 118 }], |
119 ], | 119 ], |
120 } | 120 } |
OLD | NEW |