| 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 13 matching lines...) Expand all Loading... |
| 24 { | 24 { |
| 25 'target_name': 'app_shell_pak', | 25 'target_name': 'app_shell_pak', |
| 26 'type': 'none', | 26 'type': 'none', |
| 27 'dependencies': [ | 27 'dependencies': [ |
| 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:generate_content_shell_res
ources', | 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)/ui/base/strings/ui_strings.gyp:ui_strings', | 37 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
| 38 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 38 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 39 ], | 39 ], |
| 40 'actions': [ | 40 'actions': [ |
| 41 { | 41 { |
| 42 'action_name': 'repack_app_shell_pack', | 42 'action_name': 'repack_app_shell_pack', |
| 43 'variables': { | 43 'variables': { |
| 44 'pak_inputs': [ | 44 'pak_inputs': [ |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'browser/shell_browsertest.cc', | 206 'browser/shell_browsertest.cc', |
| 207 'test/shell_test.h', | 207 'test/shell_test.h', |
| 208 'test/shell_test.cc', | 208 'test/shell_test.cc', |
| 209 'test/shell_test_launcher_delegate.cc', | 209 'test/shell_test_launcher_delegate.cc', |
| 210 'test/shell_test_launcher_delegate.h', | 210 'test/shell_test_launcher_delegate.h', |
| 211 'test/shell_tests_main.cc', | 211 'test/shell_tests_main.cc', |
| 212 ], | 212 ], |
| 213 }, | 213 }, |
| 214 ], # targets | 214 ], # targets |
| 215 } | 215 } |
| OLD | NEW |