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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'common.gypi', | 10 'common.gypi', |
11 ], | 11 ], |
12 'targets': [ | 12 'targets': [ |
13 { | 13 { |
14 'target_name': 'All', | 14 'target_name': 'All', |
15 'type': 'none', | 15 'type': 'none', |
16 'dependencies': [ | 16 'dependencies': [ |
17 '../base/base.gyp:*', | 17 '../base/base.gyp:*', |
18 '../chrome/chrome.gyp:*', | 18 '../chrome/chrome.gyp:*', |
19 '../media/media.gyp:*', | 19 '../media/media.gyp:*', |
20 '../net/net.gyp:*', | 20 '../net/net.gyp:*', |
| 21 '../printing/printing.gyp:*', |
21 '../sdch/sdch.gyp:*', | 22 '../sdch/sdch.gyp:*', |
22 '../skia/skia.gyp:*', | 23 '../skia/skia.gyp:*', |
23 '../testing/gtest.gyp:*', | 24 '../testing/gtest.gyp:*', |
24 '../third_party/bzip2/bzip2.gyp:*', | 25 '../third_party/bzip2/bzip2.gyp:*', |
25 '../third_party/icu38/icu38.gyp:*', | 26 '../third_party/icu38/icu38.gyp:*', |
26 '../third_party/libevent/libevent.gyp:*', | 27 '../third_party/libevent/libevent.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/modp_b64/modp_b64.gyp:*', | 32 '../third_party/modp_b64/modp_b64.gyp:*', |
32 '../third_party/npapi/npapi.gyp:*', | 33 '../third_party/npapi/npapi.gyp:*', |
33 '../third_party/sqlite/sqlite.gyp:*', | 34 '../third_party/sqlite/sqlite.gyp:*', |
34 '../third_party/zlib/zlib.gyp:*', | 35 '../third_party/zlib/zlib.gyp:*', |
35 '../webkit/tools/test_shell/test_shell.gyp:*', | 36 '../webkit/tools/test_shell/test_shell.gyp:*', |
36 '../webkit/webkit.gyp:*', | 37 '../webkit/webkit.gyp:*', |
37 'temp_gyp/googleurl.gyp:*', | 38 'temp_gyp/googleurl.gyp:*', |
38 'temp_gyp/v8.gyp:*', | 39 'temp_gyp/v8.gyp:*', |
39 ], | 40 ], |
40 }, | 41 }, |
41 ], | 42 ], |
42 } | 43 } |
OLD | NEW |