OLD | NEW |
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 17 matching lines...) Expand all Loading... |
28 'app_shell_resources', | 28 'app_shell_resources', |
29 # Need extension related resources in common_resources.pak and | 29 # Need extension related resources in common_resources.pak and |
30 # renderer_resources_100_percent.pak | 30 # renderer_resources_100_percent.pak |
31 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 31 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
32 # Need dev-tools related resources in shell_resources.pak and | 32 # Need dev-tools related resources in shell_resources.pak and |
33 # devtools_resources.pak. | 33 # devtools_resources.pak. |
34 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_resources', | 34 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_resources', |
35 '<(DEPTH)/content/browser/devtools/devtools_resources.gyp:devtools_resou
rces', | 35 '<(DEPTH)/content/browser/devtools/devtools_resources.gyp:devtools_resou
rces', |
36 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 36 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
37 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 37 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
38 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', | |
39 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 38 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 39 '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings', |
40 ], | 40 ], |
41 'actions': [ | 41 'actions': [ |
42 { | 42 { |
43 'action_name': 'repack_app_shell_pack', | 43 'action_name': 'repack_app_shell_pack', |
44 'variables': { | 44 'variables': { |
45 'pak_inputs': [ | 45 'pak_inputs': [ |
46 '<(SHARED_INTERMEDIATE_DIR)/apps/shell/app_shell_resources.pak', | 46 '<(SHARED_INTERMEDIATE_DIR)/apps/shell/app_shell_resources.pak', |
47 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.pak', | 47 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.pak', |
48 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.pak', | 48 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.pak', |
49 # TODO(jamescook): Extract the extension/app related resources | 49 # TODO(jamescook): Extract the extension/app related resources |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'browser/shell_browsertest.cc', | 203 'browser/shell_browsertest.cc', |
204 'test/shell_test.h', | 204 'test/shell_test.h', |
205 'test/shell_test.cc', | 205 'test/shell_test.cc', |
206 'test/shell_test_launcher_delegate.cc', | 206 'test/shell_test_launcher_delegate.cc', |
207 'test/shell_test_launcher_delegate.h', | 207 'test/shell_test_launcher_delegate.h', |
208 'test/shell_tests_main.cc', | 208 'test/shell_tests_main.cc', |
209 ], | 209 ], |
210 }, | 210 }, |
211 ], # targets | 211 ], # targets |
212 } | 212 } |
OLD | NEW |