| 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 'includes': [ | 6 'includes': [ |
| 7 'common.gypi', | 7 'common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 '../third_party/libpng/libpng.gyp:*', | 30 '../third_party/libpng/libpng.gyp:*', |
| 31 '../third_party/libxml/libxml.gyp:*', | 31 '../third_party/libxml/libxml.gyp:*', |
| 32 '../third_party/libxslt/libxslt.gyp:*', | 32 '../third_party/libxslt/libxslt.gyp:*', |
| 33 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 33 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 34 '../third_party/modp_b64/modp_b64.gyp:*', | 34 '../third_party/modp_b64/modp_b64.gyp:*', |
| 35 '../third_party/npapi/npapi.gyp:*', | 35 '../third_party/npapi/npapi.gyp:*', |
| 36 '../third_party/sqlite/sqlite.gyp:*', | 36 '../third_party/sqlite/sqlite.gyp:*', |
| 37 '../third_party/zlib/zlib.gyp:*', | 37 '../third_party/zlib/zlib.gyp:*', |
| 38 '../webkit/tools/test_shell/test_shell.gyp:*', | 38 '../webkit/tools/test_shell/test_shell.gyp:*', |
| 39 '../webkit/webkit.gyp:*', | 39 '../webkit/webkit.gyp:*', |
| 40 'util/build_util.gyp:*', |
| 40 'temp_gyp/googleurl.gyp:*', | 41 'temp_gyp/googleurl.gyp:*', |
| 41 ], | 42 ], |
| 42 'conditions': [ | 43 'conditions': [ |
| 43 ['javascript_engine=="v8"', { | 44 ['javascript_engine=="v8"', { |
| 44 'dependencies': [ | 45 'dependencies': [ |
| 45 '../v8/tools/gyp/v8.gyp:*', | 46 '../v8/tools/gyp/v8.gyp:*', |
| 46 ], | 47 ], |
| 47 }], | 48 }], |
| 48 ['OS=="linux"', { | 49 ['OS=="linux"', { |
| 49 'dependencies': [ | 50 'dependencies': [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'type': 'none', | 101 'type': 'none', |
| 101 'dependencies': [ | 102 'dependencies': [ |
| 102 'All', | 103 'All', |
| 103 '../chrome/chrome.gyp:build_app_dmg', | 104 '../chrome/chrome.gyp:build_app_dmg', |
| 104 ], | 105 ], |
| 105 }, | 106 }, |
| 106 ], | 107 ], |
| 107 }], | 108 }], |
| 108 ], | 109 ], |
| 109 } | 110 } |
| OLD | NEW |