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

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: 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
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_standard. pak', 226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 '-buildfile', 606 '-buildfile',
607 '<(DEPTH)/content/shell/android/java/content_shell_apk.xml', 607 '<(DEPTH)/content/shell/android/java/content_shell_apk.xml',
608 ] 608 ]
609 } 609 }
610 ], 610 ],
611 }, 611 },
612 ], 612 ],
613 }], # OS=="android" 613 }], # OS=="android"
614 ] 614 ]
615 } 615 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698