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, |
(...skipping 14 matching lines...) Expand all Loading... |
25 '../third_party/ffmpeg/ffmpeg.gyp:*', | 25 '../third_party/ffmpeg/ffmpeg.gyp:*', |
26 '../third_party/icu/icu.gyp:*', | 26 '../third_party/icu/icu.gyp:*', |
27 '../third_party/libjpeg/libjpeg.gyp:*', | 27 '../third_party/libjpeg/libjpeg.gyp:*', |
28 '../third_party/libpng/libpng.gyp:*', | 28 '../third_party/libpng/libpng.gyp:*', |
29 '../third_party/libxml/libxml.gyp:*', | 29 '../third_party/libxml/libxml.gyp:*', |
30 '../third_party/libxslt/libxslt.gyp:*', | 30 '../third_party/libxslt/libxslt.gyp:*', |
31 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 31 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
32 '../third_party/modp_b64/modp_b64.gyp:*', | 32 '../third_party/modp_b64/modp_b64.gyp:*', |
33 '../third_party/npapi/npapi.gyp:*', | 33 '../third_party/npapi/npapi.gyp:*', |
34 '../third_party/sqlite/sqlite.gyp:*', | 34 '../third_party/sqlite/sqlite.gyp:*', |
| 35 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
35 '../third_party/zlib/zlib.gyp:*', | 36 '../third_party/zlib/zlib.gyp:*', |
36 '../webkit/tools/test_shell/test_shell.gyp:*', | 37 '../webkit/tools/test_shell/test_shell.gyp:*', |
37 '../webkit/webkit.gyp:*', | 38 '../webkit/webkit_glue.gyp:*', |
38 'util/build_util.gyp:*', | 39 'util/build_util.gyp:*', |
39 'temp_gyp/googleurl.gyp:*', | 40 'temp_gyp/googleurl.gyp:*', |
40 ], | 41 ], |
41 'conditions': [ | 42 'conditions': [ |
42 ['javascript_engine=="v8"', { | 43 ['javascript_engine=="v8"', { |
43 'dependencies': [ | 44 'dependencies': [ |
44 '../v8/tools/gyp/v8.gyp:*', | 45 '../v8/tools/gyp/v8.gyp:*', |
45 ], | 46 ], |
46 }], | 47 }], |
47 ['chrome_frame_define==1', { | 48 ['chrome_frame_define==1', { |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 ], # targets | 240 ], # targets |
240 }], # OS="win" | 241 }], # OS="win" |
241 ], # conditions | 242 ], # conditions |
242 } | 243 } |
243 | 244 |
244 # Local Variables: | 245 # Local Variables: |
245 # tab-width:2 | 246 # tab-width:2 |
246 # indent-tabs-mode:nil | 247 # indent-tabs-mode:nil |
247 # End: | 248 # End: |
248 # vim: set expandtab tabstop=2 shiftwidth=2: | 249 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |