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

Side by Side Diff: content/content_shell.gypi

Issue 10806018: Revert 147288 - Renamed resource files to be more verbose, specifically: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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_frame/chrome_frame.gyp ('k') | ui/aura/aura.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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', 216 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
217 }, 217 },
218 'actions': [ 218 'actions': [
219 { 219 {
220 'action_name': 'repack_content_shell_pack', 220 'action_name': 'repack_content_shell_pack',
221 'variables': { 221 'variables': {
222 'pak_inputs': [ 222 'pak_inputs': [
223 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 223 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
224 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 224 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
225 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 225 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard. pak',
227 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 227 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
228 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', 228 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
229 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 229 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
230 ], 230 ],
231 }, 231 },
232 'inputs': [ 232 'inputs': [
233 '<(repack_path)', 233 '<(repack_path)',
234 '<@(pak_inputs)', 234 '<@(pak_inputs)',
235 ], 235 ],
236 'action': ['python', '<(repack_path)', '<@(_outputs)', 236 'action': ['python', '<(repack_path)', '<@(_outputs)',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 '-buildfile', 642 '-buildfile',
643 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 643 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
644 ] 644 ]
645 } 645 }
646 ], 646 ],
647 }, 647 },
648 ], 648 ],
649 }], # OS=="android" 649 }], # OS=="android"
650 ] 650 ]
651 } 651 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698