OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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/browser/sync/tools/sync_tools.gyp:*', | 14 '../chrome/browser/sync/tools/sync_tools.gyp:*', |
15 '../chrome/chrome.gyp:*', | 15 '../chrome/chrome.gyp:*', |
16 '../gfx/gfx.gyp:*', | 16 '../gfx/gfx.gyp:*', |
17 '../gpu/gpu.gyp:*', | 17 '../gpu/gpu.gyp:*', |
18 '../gpu/demos/demos.gyp:*', | 18 '../gpu/demos/demos.gyp:*', |
19 '../ipc/ipc.gyp:*', | 19 '../ipc/ipc.gyp:*', |
20 '../jingle/jingle.gyp:*', | 20 '../jingle/jingle.gyp:*', |
21 '../media/media.gyp:*', | 21 '../media/media.gyp:*', |
22 '../net/net.gyp:*', | 22 '../net/net.gyp:*', |
| 23 '../ppapi/ppapi.gyp:*', |
23 '../printing/printing.gyp:*', | 24 '../printing/printing.gyp:*', |
24 '../sdch/sdch.gyp:*', | 25 '../sdch/sdch.gyp:*', |
25 '../skia/skia.gyp:*', | 26 '../skia/skia.gyp:*', |
26 '../testing/gmock.gyp:*', | 27 '../testing/gmock.gyp:*', |
27 '../testing/gtest.gyp:*', | 28 '../testing/gtest.gyp:*', |
28 '../third_party/bzip2/bzip2.gyp:*', | 29 '../third_party/bzip2/bzip2.gyp:*', |
29 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 30 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
30 '../third_party/cld/cld.gyp:*', | 31 '../third_party/cld/cld.gyp:*', |
31 '../third_party/codesighs/codesighs.gyp:*', | 32 '../third_party/codesighs/codesighs.gyp:*', |
32 '../third_party/ffmpeg/ffmpeg.gyp:*', | 33 '../third_party/ffmpeg/ffmpeg.gyp:*', |
33 '../third_party/icu/icu.gyp:*', | 34 '../third_party/icu/icu.gyp:*', |
34 '../third_party/libjpeg/libjpeg.gyp:*', | 35 '../third_party/libjpeg/libjpeg.gyp:*', |
35 '../third_party/libwebp/libwebp.gyp:*', | 36 '../third_party/libwebp/libwebp.gyp:*', |
36 '../third_party/libpng/libpng.gyp:*', | 37 '../third_party/libpng/libpng.gyp:*', |
37 '../third_party/libxml/libxml.gyp:*', | 38 '../third_party/libxml/libxml.gyp:*', |
38 '../third_party/libxslt/libxslt.gyp:*', | 39 '../third_party/libxslt/libxslt.gyp:*', |
39 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 40 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
40 '../third_party/mesa/mesa.gyp:*', | 41 '../third_party/mesa/mesa.gyp:*', |
41 '../third_party/modp_b64/modp_b64.gyp:*', | 42 '../third_party/modp_b64/modp_b64.gyp:*', |
42 '../third_party/npapi/npapi.gyp:*', | 43 '../third_party/npapi/npapi.gyp:*', |
43 '../third_party/ppapi/ppapi.gyp:*', | |
44 '../third_party/ots/ots.gyp:*', | 44 '../third_party/ots/ots.gyp:*', |
45 '../third_party/sqlite/sqlite.gyp:*', | 45 '../third_party/sqlite/sqlite.gyp:*', |
46 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 46 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
47 '../third_party/zlib/zlib.gyp:*', | 47 '../third_party/zlib/zlib.gyp:*', |
48 '../webkit/support/webkit_support.gyp:*', | 48 '../webkit/support/webkit_support.gyp:*', |
49 '../webkit/webkit.gyp:*', | 49 '../webkit/webkit.gyp:*', |
50 'util/build_util.gyp:*', | 50 'util/build_util.gyp:*', |
51 'temp_gyp/googleurl.gyp:*', | 51 'temp_gyp/googleurl.gyp:*', |
52 ], | 52 ], |
53 'conditions': [ | 53 'conditions': [ |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 ], # targets | 420 ], # targets |
421 }], # "chromeos==1" | 421 }], # "chromeos==1" |
422 ], # conditions | 422 ], # conditions |
423 } | 423 } |
424 | 424 |
425 # Local Variables: | 425 # Local Variables: |
426 # tab-width:2 | 426 # tab-width:2 |
427 # indent-tabs-mode:nil | 427 # indent-tabs-mode:nil |
428 # End: | 428 # End: |
429 # vim: set expandtab tabstop=2 shiftwidth=2: | 429 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |