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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'browser/shell_extension_system.cc', | 123 'browser/shell_extension_system.cc', |
124 'browser/shell_extension_system.h', | 124 'browser/shell_extension_system.h', |
125 'browser/shell_extension_system_factory.cc', | 125 'browser/shell_extension_system_factory.cc', |
126 'browser/shell_extension_system_factory.h', | 126 'browser/shell_extension_system_factory.h', |
127 'browser/shell_extension_web_contents_observer.cc', | 127 'browser/shell_extension_web_contents_observer.cc', |
128 'browser/shell_extension_web_contents_observer.h', | 128 'browser/shell_extension_web_contents_observer.h', |
129 'browser/shell_extensions_browser_client.cc', | 129 'browser/shell_extensions_browser_client.cc', |
130 'browser/shell_extensions_browser_client.h', | 130 'browser/shell_extensions_browser_client.h', |
131 'browser/shell_network_controller_chromeos.cc', | 131 'browser/shell_network_controller_chromeos.cc', |
132 'browser/shell_network_controller_chromeos.h', | 132 'browser/shell_network_controller_chromeos.h', |
| 133 'browser/shell_runtime_api_delegate.cc', |
| 134 'browser/shell_runtime_api_delegate.h', |
133 'common/shell_app_runtime.cc', | 135 'common/shell_app_runtime.cc', |
134 'common/shell_app_runtime.h', | 136 'common/shell_app_runtime.h', |
135 'common/shell_content_client.cc', | 137 'common/shell_content_client.cc', |
136 'common/shell_content_client.h', | 138 'common/shell_content_client.h', |
137 'common/shell_extensions_client.cc', | 139 'common/shell_extensions_client.cc', |
138 'common/shell_extensions_client.h', | 140 'common/shell_extensions_client.h', |
139 'renderer/shell_content_renderer_client.cc', | 141 'renderer/shell_content_renderer_client.cc', |
140 'renderer/shell_content_renderer_client.h', | 142 'renderer/shell_content_renderer_client.h', |
141 'renderer/shell_custom_bindings.cc', | 143 'renderer/shell_custom_bindings.cc', |
142 'renderer/shell_custom_bindings.h', | 144 'renderer/shell_custom_bindings.h', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'browser/shell_browsertest.cc', | 205 'browser/shell_browsertest.cc', |
204 'test/shell_test.h', | 206 'test/shell_test.h', |
205 'test/shell_test.cc', | 207 'test/shell_test.cc', |
206 'test/shell_test_launcher_delegate.cc', | 208 'test/shell_test_launcher_delegate.cc', |
207 'test/shell_test_launcher_delegate.h', | 209 'test/shell_test_launcher_delegate.h', |
208 'test/shell_tests_main.cc', | 210 'test/shell_tests_main.cc', |
209 ], | 211 ], |
210 }, | 212 }, |
211 ], # targets | 213 ], # targets |
212 } | 214 } |
OLD | NEW |