| 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 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1409 '../third_party/sqlite/sqlite.gyp:*', | 1409 '../third_party/sqlite/sqlite.gyp:*', |
| 1410 '../third_party/zlib/zlib.gyp:*', | 1410 '../third_party/zlib/zlib.gyp:*', |
| 1411 '../webkit/support/webkit_support.gyp:*', | 1411 '../webkit/support/webkit_support.gyp:*', |
| 1412 '../webkit/webkit.gyp:*', | 1412 '../webkit/webkit.gyp:*', |
| 1413 | 1413 |
| 1414 '../build/temp_gyp/googleurl.gyp:*', | 1414 '../build/temp_gyp/googleurl.gyp:*', |
| 1415 | 1415 |
| 1416 '../breakpad/breakpad.gyp:*', | 1416 '../breakpad/breakpad.gyp:*', |
| 1417 '../courgette/courgette.gyp:*', | 1417 '../courgette/courgette.gyp:*', |
| 1418 '../gears/gears.gyp:*', | 1418 '../gears/gears.gyp:*', |
| 1419 '../rlz/rlz.gyp:*', | 1419 # '../rlz/rlz.gyp:*', // temporary, back with open source rlz |
| 1420 '../sandbox/sandbox.gyp:*', | 1420 '../sandbox/sandbox.gyp:*', |
| 1421 '../tools/memory_watcher/memory_watcher.gyp:*', | 1421 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 1422 '../v8/tools/gyp/v8.gyp:v8_shell', | 1422 '../v8/tools/gyp/v8.gyp:v8_shell', |
| 1423 ], | 1423 ], |
| 1424 'conditions': [ | 1424 'conditions': [ |
| 1425 ['win_use_allocator_shim==1', { | 1425 ['win_use_allocator_shim==1', { |
| 1426 'dependencies': [ | 1426 'dependencies': [ |
| 1427 '../base/allocator/allocator.gyp:*', | 1427 '../base/allocator/allocator.gyp:*', |
| 1428 ], | 1428 ], |
| 1429 }], | 1429 }], |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1721 }], # targets | 1721 }], # targets |
| 1722 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1722 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1723 ], # 'conditions' | 1723 ], # 'conditions' |
| 1724 } | 1724 } |
| 1725 | 1725 |
| 1726 # Local Variables: | 1726 # Local Variables: |
| 1727 # tab-width:2 | 1727 # tab-width:2 |
| 1728 # indent-tabs-mode:nil | 1728 # indent-tabs-mode:nil |
| 1729 # End: | 1729 # End: |
| 1730 # vim: set expandtab tabstop=2 shiftwidth=2: | 1730 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |