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 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1603 'repack_path': '../tools/data_pack/repack.py', | 1603 'repack_path': '../tools/data_pack/repack.py', |
1604 }, | 1604 }, |
1605 'dependencies': [ | 1605 'dependencies': [ |
1606 # MSVS needs the dependencies explictly named, Make is able to | 1606 # MSVS needs the dependencies explictly named, Make is able to |
1607 # derive the dependencies from the output files. | 1607 # derive the dependencies from the output files. |
1608 'chrome_resources', | 1608 'chrome_resources', |
1609 'chrome_strings', | 1609 'chrome_strings', |
1610 'default_plugin/default_plugin.gyp:default_plugin_resources', | 1610 'default_plugin/default_plugin.gyp:default_plugin_resources', |
1611 'platform_locale_settings', | 1611 'platform_locale_settings', |
1612 'theme_resources', | 1612 'theme_resources', |
| 1613 'theme_resources_standard', |
| 1614 'theme_resources_large', |
1613 '<(DEPTH)/net/net.gyp:net_resources', | 1615 '<(DEPTH)/net/net.gyp:net_resources', |
1614 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | 1616 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
1615 '<(DEPTH)/ui/ui.gyp:gfx_resources', | 1617 '<(DEPTH)/ui/ui.gyp:gfx_resources', |
1616 '<(DEPTH)/ui/ui.gyp:ui_resources', | 1618 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 1619 '<(DEPTH)/ui/ui.gyp:ui_resources_large', |
| 1620 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', |
1617 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 1621 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
1618 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', | 1622 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', |
1619 ], | 1623 ], |
1620 'actions': [ | 1624 'actions': [ |
1621 # TODO(mark): These actions are duplicated for the Mac in the | 1625 # TODO(mark): These actions are duplicated for the Mac in the |
1622 # chrome_dll target. Can they be unified? | 1626 # chrome_dll target. Can they be unified? |
1623 # | 1627 # |
1624 # Mac needs 'process_outputs_as_mac_bundle_resources' to be set, | 1628 # Mac needs 'process_outputs_as_mac_bundle_resources' to be set, |
1625 # and the option is only effective when the target type is native | 1629 # and the option is only effective when the target type is native |
1626 # binary. Hence we cannot build the Mac bundle resources here. | 1630 # binary. Hence we cannot build the Mac bundle resources here. |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1737 'destination': '<(PRODUCT_DIR)', | 1741 'destination': '<(PRODUCT_DIR)', |
1738 'files': [ | 1742 'files': [ |
1739 '<(INTERMEDIATE_DIR)/repack/chrome.pak' | 1743 '<(INTERMEDIATE_DIR)/repack/chrome.pak' |
1740 ], | 1744 ], |
1741 }, | 1745 }, |
1742 ], | 1746 ], |
1743 }], # targets | 1747 }], # targets |
1744 }], # OS != "mac" | 1748 }], # OS != "mac" |
1745 ], # 'conditions' | 1749 ], # 'conditions' |
1746 } | 1750 } |
OLD | NEW |