OLD | NEW |
(Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'variables': { |
| 7 'chromium_code': 1, |
| 8 }, |
| 9 'includes': [ |
| 10 'common.gypi', |
| 11 ], |
| 12 'targets': [ |
| 13 { |
| 14 'target_name': 'All', |
| 15 'type': 'none', |
| 16 'dependencies': [ |
| 17 '../base/base.gyp:*', |
| 18 '../chrome/chrome.gyp:*', |
| 19 '../media/media.gyp:*', |
| 20 '../net/net.gyp:*', |
| 21 '../sdch/sdch.gyp:*', |
| 22 '../skia/skia.gyp:*', |
| 23 '../testing/gtest.gyp:*', |
| 24 '../third_party/bzip2/bzip2.gyp:*', |
| 25 '../third_party/icu38/icu38.gyp:*', |
| 26 '../third_party/libevent/libevent.gyp:*', |
| 27 '../third_party/libjpeg/libjpeg.gyp:*', |
| 28 '../third_party/libpng/libpng.gyp:*', |
| 29 '../third_party/libxml/libxml.gyp:*', |
| 30 '../third_party/libxslt/libxslt.gyp:*', |
| 31 '../third_party/modp_b64/modp_b64.gyp:*', |
| 32 '../third_party/npapi/npapi.gyp:*', |
| 33 '../third_party/sqlite/sqlite.gyp:*', |
| 34 '../third_party/zlib/zlib.gyp:*', |
| 35 '../webkit/tools/test_shell/test_shell.gyp:*', |
| 36 '../webkit/webkit.gyp:*', |
| 37 'temp_gyp/googleurl.gyp:*', |
| 38 'temp_gyp/v8.gyp:*', |
| 39 ], |
| 40 }, |
| 41 ], |
| 42 } |
OLD | NEW |