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

Side by Side Diff: content/content_shell.gypi

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', 223 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
224 }, 224 },
225 'actions': [ 225 'actions': [
226 { 226 {
227 'action_name': 'repack_content_shell_pack', 227 'action_name': 'repack_content_shell_pack',
228 'variables': { 228 'variables': {
229 'pak_inputs': [ 229 'pak_inputs': [
230 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 230 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
231 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 231 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
232 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 232 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
233 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard. pak', 233 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak',
234 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 234 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
235 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', 235 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
236 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 236 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
237 ], 237 ],
238 }, 238 },
239 'inputs': [ 239 'inputs': [
240 '<(repack_path)', 240 '<(repack_path)',
241 '<@(pak_inputs)', 241 '<@(pak_inputs)',
242 ], 242 ],
243 'action': ['python', '<(repack_path)', '<@(_outputs)', 243 'action': ['python', '<(repack_path)', '<@(_outputs)',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 '-buildfile', 644 '-buildfile',
645 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 645 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
646 ] 646 ]
647 } 647 }
648 ], 648 ],
649 }, 649 },
650 ], 650 ],
651 }], # OS=="android" 651 }], # OS=="android"
652 ] 652 ]
653 } 653 }
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