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

Side by Side Diff: content/content_shell.gypi

Issue 21952005: Reland: Remove webkit_chromium_resources.pak entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', 313 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
314 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour ces.pak', 314 '<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resour ces.pak',
315 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 315 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
316 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 316 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
317 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak', 317 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak',
318 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 318 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak',
319 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak', 319 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/webui_resources.pak',
320 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', 320 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak',
321 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 321 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
322 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', 322 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak',
323 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
324 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k', 323 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa k',
325 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 324 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
326 ], 325 ],
327 }, 326 },
328 'inputs': [ 327 'inputs': [
329 '<(repack_path)', 328 '<(repack_path)',
330 '<@(pak_inputs)', 329 '<@(pak_inputs)',
331 ], 330 ],
332 'action': ['python', '<(repack_path)', '<@(_outputs)', 331 'action': ['python', '<(repack_path)', '<@(_outputs)',
333 '<@(pak_inputs)'], 332 '<@(pak_inputs)'],
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 '../tools/imagediff/image_diff.gyp:image_diff#host', 738 '../tools/imagediff/image_diff.gyp:image_diff#host',
740 ], 739 ],
741 }], 740 }],
742 ], 741 ],
743 'includes': [ '../build/java_apk.gypi' ], 742 'includes': [ '../build/java_apk.gypi' ],
744 }, 743 },
745 ], 744 ],
746 }], # OS=="android" 745 }], # OS=="android"
747 ] 746 ]
748 } 747 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698