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

Side by Side Diff: chrome/chrome.gyp

Issue 6708093: Load devtools files from resources.pak rather than from disk take 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grd change to force rules to run Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/devtools_ui.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) 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 '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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 }, 1318 },
1319 'dependencies': [ 1319 'dependencies': [
1320 'chrome_extra_resources', 1320 'chrome_extra_resources',
1321 ], 1321 ],
1322 'actions': [ 1322 'actions': [
1323 { 1323 {
1324 'action_name': 'repack_resources', 1324 'action_name': 'repack_resources',
1325 'variables': { 1325 'variables': {
1326 'pak_inputs': [ 1326 'pak_inputs': [
1327 '<(grit_out_dir)/component_extension_resources.pak', 1327 '<(grit_out_dir)/component_extension_resources.pak',
1328 '<(grit_out_dir)/devtools_resources.pak',
1328 '<(grit_out_dir)/net_internals_resources.pak', 1329 '<(grit_out_dir)/net_internals_resources.pak',
1329 '<(grit_out_dir)/shared_resources.pak', 1330 '<(grit_out_dir)/shared_resources.pak',
1330 '<(grit_out_dir)/sync_internals_resources.pak', 1331 '<(grit_out_dir)/sync_internals_resources.pak',
1331 ], 1332 ],
1332 }, 1333 },
1333 'inputs': [ 1334 'inputs': [
1334 '<(repack_path)', 1335 '<(repack_path)',
1335 '<@(pak_inputs)', 1336 '<@(pak_inputs)',
1336 ], 1337 ],
1337 'outputs': [ 1338 'outputs': [
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 }], # targets 1720 }], # targets
1720 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1721 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1721 ], # 'conditions' 1722 ], # 'conditions'
1722 } 1723 }
1723 1724
1724 # Local Variables: 1725 # Local Variables:
1725 # tab-width:2 1726 # tab-width:2
1726 # indent-tabs-mode:nil 1727 # indent-tabs-mode:nil
1727 # End: 1728 # End:
1728 # vim: set expandtab tabstop=2 shiftwidth=2: 1729 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/devtools_ui.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698