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

Side by Side Diff: content/content_shell.gypi

Issue 10870084: renamed .pak file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temp fix for 3rd party dep. Created 8 years, 3 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_repack_chrome.gypi ('k') | webkit/glue/resources/webkit_resources.grd » ('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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'variables': { 251 'variables': {
252 'pak_inputs': [ 252 'pak_inputs': [
253 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 253 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
254 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 254 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
255 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 255 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
256 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak', 256 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak',
257 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 257 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak',
258 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', 258 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak',
259 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 259 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
260 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', 260 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
261 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 261 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k',
262 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 262 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
263 ], 263 ],
264 }, 264 },
265 'inputs': [ 265 'inputs': [
266 '<(repack_path)', 266 '<(repack_path)',
267 '<@(pak_inputs)', 267 '<@(pak_inputs)',
268 ], 268 ],
269 'action': ['python', '<(repack_path)', '<@(_outputs)', 269 'action': ['python', '<(repack_path)', '<@(_outputs)',
270 '<@(pak_inputs)'], 270 '<@(pak_inputs)'],
271 'conditions': [ 271 'conditions': [
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'dependencies': [ 671 'dependencies': [
672 'content_java', 672 'content_java',
673 ], 673 ],
674 } 674 }
675 ], 675 ],
676 }, 676 },
677 ], 677 ],
678 }], # OS=="android" 678 }], # OS=="android"
679 ] 679 ]
680 } 680 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_chrome.gypi ('k') | webkit/glue/resources/webkit_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698