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

Side by Side Diff: chrome/chrome.gyp

Issue 792005: Move devtool resources from webkit_resources.grd to renderer_resources.grd. (Closed)
Patch Set: split Created 10 years, 9 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
« no previous file with comments | « no previous file | chrome/chrome_dll.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 { 1637 {
1638 'action_name': 'repack_chrome', 1638 'action_name': 'repack_chrome',
1639 'variables': { 1639 'variables': {
1640 'pak_inputs': [ 1640 'pak_inputs': [
1641 '<(grit_out_dir)/browser_resources.pak', 1641 '<(grit_out_dir)/browser_resources.pak',
1642 '<(grit_out_dir)/common_resources.pak', 1642 '<(grit_out_dir)/common_resources.pak',
1643 '<(grit_out_dir)/renderer_resources.pak', 1643 '<(grit_out_dir)/renderer_resources.pak',
1644 '<(grit_out_dir)/theme_resources.pak', 1644 '<(grit_out_dir)/theme_resources.pak',
1645 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak' , 1645 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak' ,
1646 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 1646 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
1647 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
1647 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 1648 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
1648 ], 1649 ],
1649 }, 1650 },
1650 'inputs': [ 1651 'inputs': [
1651 '<(repack_path)', 1652 '<(repack_path)',
1652 '<@(pak_inputs)', 1653 '<@(pak_inputs)',
1653 ], 1654 ],
1654 'outputs': [ 1655 'outputs': [
1655 '<(INTERMEDIATE_DIR)/repack/chrome.pak', 1656 '<(INTERMEDIATE_DIR)/repack/chrome.pak',
1656 ], 1657 ],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 }], # targets 1709 }], # targets
1709 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1710 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1710 ], # 'conditions' 1711 ], # 'conditions'
1711 } 1712 }
1712 1713
1713 # Local Variables: 1714 # Local Variables:
1714 # tab-width:2 1715 # tab-width:2
1715 # indent-tabs-mode:nil 1716 # indent-tabs-mode:nil
1716 # End: 1717 # End:
1717 # vim: set expandtab tabstop=2 shiftwidth=2: 1718 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698