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

Side by Side Diff: chrome/chrome_repack_resources.gypi

Issue 14084008: Boilerplate code to add chrome://syncfs-internals page for debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase with similarity=20 Created 7 years, 7 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_ui.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '<(grit_out_dir)/memory_internals_resources.pak', 8 '<(grit_out_dir)/memory_internals_resources.pak',
9 '<(grit_out_dir)/net_internals_resources.pak', 9 '<(grit_out_dir)/net_internals_resources.pak',
10 '<(grit_out_dir)/signin_internals_resources.pak', 10 '<(grit_out_dir)/signin_internals_resources.pak',
11 '<(grit_out_dir)/sync_internals_resources.pak', 11 '<(grit_out_dir)/sync_internals_resources.pak',
12 '<(grit_out_dir)/translate_internals_resources.pak', 12 '<(grit_out_dir)/translate_internals_resources.pak',
13 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak', 13 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak',
14 ], 14 ],
15 'conditions': [ 15 'conditions': [
16 ['OS != "ios" and OS != "android"', { 16 ['OS != "ios" and OS != "android"', {
17 # New paks should be added here by default. 17 # New paks should be added here by default.
18 'pak_inputs': [ 18 'pak_inputs': [
19 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 19 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
20 '<(grit_out_dir)/component_extension_resources.pak', 20 '<(grit_out_dir)/component_extension_resources.pak',
21 '<(grit_out_dir)/options_resources.pak', 21 '<(grit_out_dir)/options_resources.pak',
22 '<(grit_out_dir)/quota_internals_resources.pak', 22 '<(grit_out_dir)/quota_internals_resources.pak',
23 '<(grit_out_dir)/sync_file_system_internals_resources.pak',
23 ], 24 ],
24 }], 25 }],
25 ['OS != "ios"', { 26 ['OS != "ios"', {
26 'pak_inputs': [ 27 'pak_inputs': [
27 '<(grit_out_dir)/devtools_discovery_page_resources.pak', 28 '<(grit_out_dir)/devtools_discovery_page_resources.pak',
28 ], 29 ],
29 }], 30 }],
30 ], 31 ],
31 }, 32 },
32 'inputs': [ 33 'inputs': [
33 '<(repack_path)', 34 '<(repack_path)',
34 '<@(pak_inputs)', 35 '<@(pak_inputs)',
35 ], 36 ],
36 'outputs': [ 37 'outputs': [
37 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', 38 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak',
38 ], 39 ],
39 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'], 40 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
40 } 41 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698