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

Side by Side Diff: apps/shell/app_shell.gyp

Issue 290553003: app_shell: Repack extensions strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'pak_inputs': [ 44 'pak_inputs': [
45 '<(SHARED_INTERMEDIATE_DIR)/apps/shell/app_shell_resources.pak', 45 '<(SHARED_INTERMEDIATE_DIR)/apps/shell/app_shell_resources.pak',
46 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.pak', 46 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.pak',
47 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.pak', 47 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.pak',
48 # TODO(jamescook): Extract the extension/app related resources 48 # TODO(jamescook): Extract the extension/app related resources
49 # from generated_resources_en-US.pak. 49 # from generated_resources_en-US.pak.
50 '<(SHARED_INTERMEDIATE_DIR)/chrome/generated_resources_en-US.pak', 50 '<(SHARED_INTERMEDIATE_DIR)/chrome/generated_resources_en-US.pak',
51 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources_100_percent. pak', 51 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources_100_percent. pak',
52 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 52 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
53 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', 53 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak',
54 '<(SHARED_INTERMEDIATE_DIR)/extensions/strings/extensions_strings_ en-US.pak',
tfarina 2014/05/15 21:59:13 I think you want to depend on extensions_strings t
Yoyo Zhou 2014/05/15 22:07:21 Yes, good catch.
54 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak', 55 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak',
55 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak', 56 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak',
56 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak', 57 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak',
57 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 58 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
58 ], 59 ],
59 'pak_output': '<(PRODUCT_DIR)/app_shell.pak', 60 'pak_output': '<(PRODUCT_DIR)/app_shell.pak',
60 }, 61 },
61 'includes': [ '../../build/repack_action.gypi' ], 62 'includes': [ '../../build/repack_action.gypi' ],
62 }, 63 },
63 ], 64 ],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'browser/shell_browsertest.cc', 200 'browser/shell_browsertest.cc',
200 'test/shell_test.h', 201 'test/shell_test.h',
201 'test/shell_test.cc', 202 'test/shell_test.cc',
202 'test/shell_test_launcher_delegate.cc', 203 'test/shell_test_launcher_delegate.cc',
203 'test/shell_test_launcher_delegate.h', 204 'test/shell_test_launcher_delegate.h',
204 'test/shell_tests_main.cc', 205 'test/shell_tests_main.cc',
205 ], 206 ],
206 }, 207 },
207 ], # targets 208 ], # targets
208 } 209 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698