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

Side by Side Diff: content/content_shell.gypi

Issue 10824111: Include webkit strings in the content shell package (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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 | « no previous file | content/shell/DEPS » ('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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'pak_inputs': [ 247 'pak_inputs': [
248 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 248 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
249 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 249 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
250 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 250 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
251 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak', 251 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak',
252 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 252 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak',
253 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', 253 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak',
254 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
255 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
256 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 256 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
257 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
257 ], 258 ],
258 }, 259 },
259 'inputs': [ 260 'inputs': [
260 '<(repack_path)', 261 '<(repack_path)',
261 '<@(pak_inputs)', 262 '<@(pak_inputs)',
262 ], 263 ],
263 'action': ['python', '<(repack_path)', '<@(_outputs)', 264 'action': ['python', '<(repack_path)', '<@(_outputs)',
264 '<@(pak_inputs)'], 265 '<@(pak_inputs)'],
265 'conditions': [ 266 'conditions': [
266 ['OS!="android"', { 267 ['OS!="android"', {
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'shell/android/java/content_shell_apk.xml', 648 'shell/android/java/content_shell_apk.xml',
648 # '<(CONFIGURATION_NAME)', 649 # '<(CONFIGURATION_NAME)',
649 ] 650 ]
650 } 651 }
651 ], 652 ],
652 }, 653 },
653 ], 654 ],
654 }], # OS=="android" 655 }], # OS=="android"
655 ] 656 ]
656 } 657 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698