| 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 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1640 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 1640 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 1641 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak', | 1641 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak', |
| 1642 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak', | 1642 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak', |
| 1643 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak
', | 1643 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak
', |
| 1644 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', | 1644 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', |
| 1645 ], | 1645 ], |
| 1646 'conditions': [ | 1646 'conditions': [ |
| 1647 ['touchui==0', { | 1647 ['touchui==0', { |
| 1648 'pak_inputs': [ | 1648 'pak_inputs': [ |
| 1649 '<(grit_out_dir)/theme_resources_standard.pak', | 1649 '<(grit_out_dir)/theme_resources_standard.pak', |
| 1650 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_reso
urces_standard.pak', | |
| 1651 ], | 1650 ], |
| 1652 }, { # else: touchui!=0 | 1651 }, { # else: touchui!=0 |
| 1653 'pak_inputs': [ | 1652 'pak_inputs': [ |
| 1654 '<(grit_out_dir)/theme_resources_large.pak', | 1653 '<(grit_out_dir)/theme_resources_large.pak', |
| 1655 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large/ui_resourc
es_large.pak', | |
| 1656 ], | 1654 ], |
| 1657 }], | 1655 }], |
| 1658 ], | 1656 ], |
| 1659 }, | 1657 }, |
| 1660 'inputs': [ | 1658 'inputs': [ |
| 1661 '<(repack_path)', | 1659 '<(repack_path)', |
| 1662 '<@(pak_inputs)', | 1660 '<@(pak_inputs)', |
| 1663 ], | 1661 ], |
| 1664 'outputs': [ | 1662 'outputs': [ |
| 1665 '<(INTERMEDIATE_DIR)/repack/chrome.pak', | 1663 '<(INTERMEDIATE_DIR)/repack/chrome.pak', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1712 'destination': '<(PRODUCT_DIR)', | 1710 'destination': '<(PRODUCT_DIR)', |
| 1713 'files': [ | 1711 'files': [ |
| 1714 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1712 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
| 1715 ], | 1713 ], |
| 1716 }, | 1714 }, |
| 1717 ], | 1715 ], |
| 1718 }], # targets | 1716 }], # targets |
| 1719 }], # os_posix == 1 and OS != "mac" | 1717 }], # os_posix == 1 and OS != "mac" |
| 1720 ], # 'conditions' | 1718 ], # 'conditions' |
| 1721 } | 1719 } |
| OLD | NEW |