| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 'variables': { | 8 'variables': { |
| 9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
| 10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
| (...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1411 '../third_party/icu/icu.gyp:*', | 1411 '../third_party/icu/icu.gyp:*', |
| 1412 '../third_party/libpng/libpng.gyp:*', | 1412 '../third_party/libpng/libpng.gyp:*', |
| 1413 '../third_party/libwebp/libwebp.gyp:*', | 1413 '../third_party/libwebp/libwebp.gyp:*', |
| 1414 '../third_party/libxslt/libxslt.gyp:*', | 1414 '../third_party/libxslt/libxslt.gyp:*', |
| 1415 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 1415 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 1416 '../third_party/modp_b64/modp_b64.gyp:*', | 1416 '../third_party/modp_b64/modp_b64.gyp:*', |
| 1417 '../third_party/npapi/npapi.gyp:*', | 1417 '../third_party/npapi/npapi.gyp:*', |
| 1418 '../third_party/qcms/qcms.gyp:*', | 1418 '../third_party/qcms/qcms.gyp:*', |
| 1419 '../third_party/sqlite/sqlite.gyp:*', | 1419 '../third_party/sqlite/sqlite.gyp:*', |
| 1420 '../third_party/zlib/zlib.gyp:*', | 1420 '../third_party/zlib/zlib.gyp:*', |
| 1421 '../ui/gfx/gfx.gyp:*', | 1421 '../ui/ui.gyp:*', |
| 1422 '../webkit/support/webkit_support.gyp:*', | 1422 '../webkit/support/webkit_support.gyp:*', |
| 1423 '../webkit/webkit.gyp:*', | 1423 '../webkit/webkit.gyp:*', |
| 1424 | 1424 |
| 1425 '../build/temp_gyp/googleurl.gyp:*', | 1425 '../build/temp_gyp/googleurl.gyp:*', |
| 1426 | 1426 |
| 1427 '../breakpad/breakpad.gyp:*', | 1427 '../breakpad/breakpad.gyp:*', |
| 1428 '../courgette/courgette.gyp:*', | 1428 '../courgette/courgette.gyp:*', |
| 1429 '../rlz/rlz.gyp:*', | 1429 '../rlz/rlz.gyp:*', |
| 1430 '../sandbox/sandbox.gyp:*', | 1430 '../sandbox/sandbox.gyp:*', |
| 1431 '../tools/memory_watcher/memory_watcher.gyp:*', | 1431 '../tools/memory_watcher/memory_watcher.gyp:*', |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1695 }], # targets | 1695 }], # targets |
| 1696 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1696 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1697 ], # 'conditions' | 1697 ], # 'conditions' |
| 1698 } | 1698 } |
| 1699 | 1699 |
| 1700 # Local Variables: | 1700 # Local Variables: |
| 1701 # tab-width:2 | 1701 # tab-width:2 |
| 1702 # indent-tabs-mode:nil | 1702 # indent-tabs-mode:nil |
| 1703 # End: | 1703 # End: |
| 1704 # vim: set expandtab tabstop=2 shiftwidth=2: | 1704 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |