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

Side by Side Diff: chrome/chrome_repack_resources.gypi

Issue 9724038: DevTools: convert about:workers into about:inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed. Created 8 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/chrome_browser.gypi ('k') | chrome/chrome_resources.gyp » ('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 'action_name': 'repack_resources', 5 'action_name': 'repack_resources',
6 'variables': { 6 'variables': {
7 'pak_inputs': [ 7 'pak_inputs': [
8 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 8 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
9 '<(grit_out_dir)/component_extension_resources.pak', 9 '<(grit_out_dir)/component_extension_resources.pak',
10 '<(grit_out_dir)/devtools_discovery_page_resources.pak', 10 '<(grit_out_dir)/devtools_discovery_page_resources.pak',
11 '<(grit_out_dir)/net_internals_resources.pak', 11 '<(grit_out_dir)/net_internals_resources.pak',
12 '<(grit_out_dir)/options_resources.pak', 12 '<(grit_out_dir)/options_resources.pak',
13 '<(grit_out_dir)/options2_resources.pak', 13 '<(grit_out_dir)/options2_resources.pak',
14 '<(grit_out_dir)/quota_internals_resources.pak', 14 '<(grit_out_dir)/quota_internals_resources.pak',
15 '<(grit_out_dir)/shared_resources.pak', 15 '<(grit_out_dir)/shared_resources.pak',
16 '<(grit_out_dir)/sync_internals_resources.pak', 16 '<(grit_out_dir)/sync_internals_resources.pak',
17 '<(grit_out_dir)/workers_resources.pak',
18 ], 17 ],
19 'conditions': [ 18 'conditions': [
20 ['OS != "mac"', { 19 ['OS != "mac"', {
21 'pak_inputs': [ 20 'pak_inputs': [
22 '<(grit_out_dir)/quota_internals_resources.pak', 21 '<(grit_out_dir)/quota_internals_resources.pak',
23 ], 22 ],
24 }], 23 }],
25 ], 24 ],
26 }, 25 },
27 'inputs': [ 26 'inputs': [
28 '<(repack_path)', 27 '<(repack_path)',
29 '<@(pak_inputs)', 28 '<@(pak_inputs)',
30 ], 29 ],
31 'outputs': [ 30 'outputs': [
32 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', 31 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak',
33 ], 32 ],
34 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'], 33 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
35 } 34 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698