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 '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 '../app/app.gyp:*', | 12 '../app/app.gyp:*', |
13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
14 '../chrome/chrome.gyp:*', | 14 '../chrome/chrome.gyp:*', |
15 '../ipc/ipc.gyp:*', | 15 '../ipc/ipc.gyp:*', |
16 '../media/media.gyp:*', | 16 '../media/media.gyp:*', |
17 '../net/net.gyp:*', | 17 '../net/net.gyp:*', |
18 '../printing/printing.gyp:*', | 18 '../printing/printing.gyp:*', |
19 '../sdch/sdch.gyp:*', | 19 '../sdch/sdch.gyp:*', |
20 '../skia/skia.gyp:*', | 20 '../skia/skia.gyp:*', |
21 '../testing/gmock.gyp:*', | 21 '../testing/gmock.gyp:*', |
22 '../testing/gtest.gyp:*', | 22 '../testing/gtest.gyp:*', |
23 '../third_party/bzip2/bzip2.gyp:*', | 23 '../third_party/bzip2/bzip2.gyp:*', |
| 24 '../third_party/cld/cld.gyp:*', |
24 '../third_party/codesighs/codesighs.gyp:*', | 25 '../third_party/codesighs/codesighs.gyp:*', |
25 '../third_party/ffmpeg/ffmpeg.gyp:*', | 26 '../third_party/ffmpeg/ffmpeg.gyp:*', |
26 '../third_party/icu/icu.gyp:*', | 27 '../third_party/icu/icu.gyp:*', |
27 '../third_party/libjpeg/libjpeg.gyp:*', | 28 '../third_party/libjpeg/libjpeg.gyp:*', |
28 '../third_party/libpng/libpng.gyp:*', | 29 '../third_party/libpng/libpng.gyp:*', |
29 '../third_party/libxml/libxml.gyp:*', | 30 '../third_party/libxml/libxml.gyp:*', |
30 '../third_party/libxslt/libxslt.gyp:*', | 31 '../third_party/libxslt/libxslt.gyp:*', |
31 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 32 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
32 '../third_party/modp_b64/modp_b64.gyp:*', | 33 '../third_party/modp_b64/modp_b64.gyp:*', |
33 '../third_party/npapi/npapi.gyp:*', | 34 '../third_party/npapi/npapi.gyp:*', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 '../breakpad/breakpad.gyp:*', | 96 '../breakpad/breakpad.gyp:*', |
96 '../chrome/app/locales/locales.gyp:*', | 97 '../chrome/app/locales/locales.gyp:*', |
97 '../courgette/courgette.gyp:*', | 98 '../courgette/courgette.gyp:*', |
98 '../gears/gears.gyp:*', | 99 '../gears/gears.gyp:*', |
99 '../gpu/demos/demos.gyp:*', | 100 '../gpu/demos/demos.gyp:*', |
100 '../gpu/gpu.gyp:*', | 101 '../gpu/gpu.gyp:*', |
101 '../rlz/rlz.gyp:*', | 102 '../rlz/rlz.gyp:*', |
102 '../sandbox/sandbox.gyp:*', | 103 '../sandbox/sandbox.gyp:*', |
103 '../third_party/bsdiff/bsdiff.gyp:*', | 104 '../third_party/bsdiff/bsdiff.gyp:*', |
104 '../third_party/bspatch/bspatch.gyp:*', | 105 '../third_party/bspatch/bspatch.gyp:*', |
105 '../third_party/cld/cld.gyp:*', | |
106 '../third_party/gles2_book/gles2_book.gyp:*', | 106 '../third_party/gles2_book/gles2_book.gyp:*', |
107 '../tools/memory_watcher/memory_watcher.gyp:*', | 107 '../tools/memory_watcher/memory_watcher.gyp:*', |
108 ], | 108 ], |
109 }, { | 109 }, { |
110 'dependencies': [ | 110 'dependencies': [ |
111 '../third_party/libevent/libevent.gyp:*', | 111 '../third_party/libevent/libevent.gyp:*', |
112 ], | 112 ], |
113 }], | 113 }], |
114 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { | 114 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { |
115 'dependencies': [ | 115 'dependencies': [ |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 ], # targets | 253 ], # targets |
254 }], # OS="win" | 254 }], # OS="win" |
255 ], # conditions | 255 ], # conditions |
256 } | 256 } |
257 | 257 |
258 # Local Variables: | 258 # Local Variables: |
259 # tab-width:2 | 259 # tab-width:2 |
260 # indent-tabs-mode:nil | 260 # indent-tabs-mode:nil |
261 # End: | 261 # End: |
262 # vim: set expandtab tabstop=2 shiftwidth=2: | 262 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |