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