Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1156)

Side by Side Diff: chrome/chrome.gyp

Issue 7648040: Revert 96817 - make bubble_border to use resources under ui/resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/bubble/bubble_border.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/bubble/bubble_border.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698