| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1339 '../third_party/icu/icu.gyp:*', | 1339 '../third_party/icu/icu.gyp:*', |
| 1340 '../third_party/libjpeg/libjpeg.gyp:*', | 1340 '../third_party/libjpeg/libjpeg.gyp:*', |
| 1341 '../third_party/libpng/libpng.gyp:*', | 1341 '../third_party/libpng/libpng.gyp:*', |
| 1342 '../third_party/libxml/libxml.gyp:*', | 1342 '../third_party/libxml/libxml.gyp:*', |
| 1343 '../third_party/libxslt/libxslt.gyp:*', | 1343 '../third_party/libxslt/libxslt.gyp:*', |
| 1344 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 1344 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 1345 '../third_party/modp_b64/modp_b64.gyp:*', | 1345 '../third_party/modp_b64/modp_b64.gyp:*', |
| 1346 '../third_party/npapi/npapi.gyp:*', | 1346 '../third_party/npapi/npapi.gyp:*', |
| 1347 '../third_party/sqlite/sqlite.gyp:*', | 1347 '../third_party/sqlite/sqlite.gyp:*', |
| 1348 '../third_party/zlib/zlib.gyp:*', | 1348 '../third_party/zlib/zlib.gyp:*', |
| 1349 '../webkit/tools/test_shell/test_shell.gyp:*', | |
| 1350 '../webkit/webkit.gyp:*', | 1349 '../webkit/webkit.gyp:*', |
| 1351 | 1350 |
| 1352 '../build/temp_gyp/googleurl.gyp:*', | 1351 '../build/temp_gyp/googleurl.gyp:*', |
| 1353 | 1352 |
| 1354 '../breakpad/breakpad.gyp:*', | 1353 '../breakpad/breakpad.gyp:*', |
| 1355 '../courgette/courgette.gyp:*', | 1354 '../courgette/courgette.gyp:*', |
| 1356 '../gears/gears.gyp:*', | 1355 '../gears/gears.gyp:*', |
| 1357 '../rlz/rlz.gyp:*', | 1356 '../rlz/rlz.gyp:*', |
| 1358 '../sandbox/sandbox.gyp:*', | 1357 '../sandbox/sandbox.gyp:*', |
| 1359 '../tools/memory_watcher/memory_watcher.gyp:*', | 1358 '../tools/memory_watcher/memory_watcher.gyp:*', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1602 }], # targets | 1601 }], # targets |
| 1603 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" | 1602 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" |
| 1604 ], # 'conditions' | 1603 ], # 'conditions' |
| 1605 } | 1604 } |
| 1606 | 1605 |
| 1607 # Local Variables: | 1606 # Local Variables: |
| 1608 # tab-width:2 | 1607 # tab-width:2 |
| 1609 # indent-tabs-mode:nil | 1608 # indent-tabs-mode:nil |
| 1610 # End: | 1609 # End: |
| 1611 # vim: set expandtab tabstop=2 shiftwidth=2: | 1610 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |