| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 1635 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 1636 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak', | 1636 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak', |
| 1637 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak', | 1637 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak', |
| 1638 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak
', | 1638 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak
', |
| 1639 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', | 1639 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', |
| 1640 ], | 1640 ], |
| 1641 'conditions': [ | 1641 'conditions': [ |
| 1642 ['touchui==0', { | 1642 ['touchui==0', { |
| 1643 'pak_inputs': [ | 1643 'pak_inputs': [ |
| 1644 '<(grit_out_dir)/theme_resources_standard.pak', | 1644 '<(grit_out_dir)/theme_resources_standard.pak', |
| 1645 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_reso
urces_standard.pak', |
| 1645 ], | 1646 ], |
| 1646 }, { # else: touchui!=0 | 1647 }, { # else: touchui!=0 |
| 1647 'pak_inputs': [ | 1648 'pak_inputs': [ |
| 1648 '<(grit_out_dir)/theme_resources_large.pak', | 1649 '<(grit_out_dir)/theme_resources_large.pak', |
| 1650 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large/ui_resourc
es_large.pak', |
| 1649 ], | 1651 ], |
| 1650 }], | 1652 }], |
| 1651 ], | 1653 ], |
| 1652 }, | 1654 }, |
| 1653 'inputs': [ | 1655 'inputs': [ |
| 1654 '<(repack_path)', | 1656 '<(repack_path)', |
| 1655 '<@(pak_inputs)', | 1657 '<@(pak_inputs)', |
| 1656 ], | 1658 ], |
| 1657 'outputs': [ | 1659 'outputs': [ |
| 1658 '<(INTERMEDIATE_DIR)/repack/chrome.pak', | 1660 '<(INTERMEDIATE_DIR)/repack/chrome.pak', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1705 'destination': '<(PRODUCT_DIR)', | 1707 'destination': '<(PRODUCT_DIR)', |
| 1706 'files': [ | 1708 'files': [ |
| 1707 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1709 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
| 1708 ], | 1710 ], |
| 1709 }, | 1711 }, |
| 1710 ], | 1712 ], |
| 1711 }], # targets | 1713 }], # targets |
| 1712 }], # os_posix == 1 and OS != "mac" | 1714 }], # os_posix == 1 and OS != "mac" |
| 1713 ], # 'conditions' | 1715 ], # 'conditions' |
| 1714 } | 1716 } |
| OLD | NEW |