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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 '<(SHARED_INTERMEDIATE_DIR)', | 92 '<(SHARED_INTERMEDIATE_DIR)', |
93 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', | 93 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', |
94 ], | 94 ], |
95 'sources': [ | 95 'sources': [ |
96 'app/shell_main_delegate.cc', | 96 'app/shell_main_delegate.cc', |
97 'app/shell_main_delegate.h', | 97 'app/shell_main_delegate.h', |
98 'browser/api/shell/shell_api.cc', | 98 'browser/api/shell/shell_api.cc', |
99 'browser/api/shell/shell_api.h', | 99 'browser/api/shell/shell_api.h', |
100 'browser/shell_app_sorting.cc', | 100 'browser/shell_app_sorting.cc', |
101 'browser/shell_app_sorting.h', | 101 'browser/shell_app_sorting.h', |
| 102 'browser/shell_app_starter.cc', |
| 103 'browser/shell_app_starter.h', |
102 'browser/shell_app_window.cc', | 104 'browser/shell_app_window.cc', |
103 'browser/shell_app_window.h', | 105 'browser/shell_app_window.h', |
104 'browser/shell_browser_context.cc', | 106 'browser/shell_browser_context.cc', |
105 'browser/shell_browser_context.h', | 107 'browser/shell_browser_context.h', |
106 'browser/shell_browser_main_parts.cc', | 108 'browser/shell_browser_main_parts.cc', |
107 'browser/shell_browser_main_parts.h', | 109 'browser/shell_browser_main_parts.h', |
108 'browser/shell_content_browser_client.cc', | 110 'browser/shell_content_browser_client.cc', |
109 'browser/shell_content_browser_client.h', | 111 'browser/shell_content_browser_client.h', |
110 'browser/shell_desktop_controller.cc', | 112 'browser/shell_desktop_controller.cc', |
111 'browser/shell_desktop_controller.h', | 113 'browser/shell_desktop_controller.h', |
112 'browser/shell_extension_system.cc', | 114 'browser/shell_extension_system.cc', |
113 'browser/shell_extension_system.h', | 115 'browser/shell_extension_system.h', |
114 'browser/shell_extension_system_factory.cc', | 116 'browser/shell_extension_system_factory.cc', |
115 'browser/shell_extension_system_factory.h', | 117 'browser/shell_extension_system_factory.h', |
116 'browser/shell_extension_web_contents_observer.cc', | 118 'browser/shell_extension_web_contents_observer.cc', |
117 'browser/shell_extension_web_contents_observer.h', | 119 'browser/shell_extension_web_contents_observer.h', |
118 'browser/shell_extensions_browser_client.cc', | 120 'browser/shell_extensions_browser_client.cc', |
119 'browser/shell_extensions_browser_client.h', | 121 'browser/shell_extensions_browser_client.h', |
120 'browser/shell_network_controller_chromeos.cc', | 122 'browser/shell_network_controller_chromeos.cc', |
121 'browser/shell_network_controller_chromeos.h', | 123 'browser/shell_network_controller_chromeos.h', |
122 'browser/shell_runtime_api_delegate.cc', | 124 'browser/shell_runtime_api_delegate.cc', |
123 'browser/shell_runtime_api_delegate.h', | 125 'browser/shell_runtime_api_delegate.h', |
124 'common/shell_app_runtime.cc', | 126 'common/shell_app_runtime.cc', |
125 'common/shell_app_runtime.h', | 127 'common/shell_app_runtime.h', |
126 'common/shell_content_client.cc', | 128 'common/shell_content_client.cc', |
127 'common/shell_content_client.h', | 129 'common/shell_content_client.h', |
128 'common/shell_extensions_client.cc', | 130 'common/shell_extensions_client.cc', |
129 'common/shell_extensions_client.h', | 131 'common/shell_extensions_client.h', |
| 132 'common/start_callback.h', |
130 'renderer/shell_content_renderer_client.cc', | 133 'renderer/shell_content_renderer_client.cc', |
131 'renderer/shell_content_renderer_client.h', | 134 'renderer/shell_content_renderer_client.h', |
132 'renderer/shell_custom_bindings.cc', | 135 'renderer/shell_custom_bindings.cc', |
133 'renderer/shell_custom_bindings.h', | 136 'renderer/shell_custom_bindings.h', |
134 'renderer/shell_custom_bindings.js', | 137 'renderer/shell_custom_bindings.js', |
135 'renderer/shell_dispatcher_delegate.cc', | 138 'renderer/shell_dispatcher_delegate.cc', |
136 'renderer/shell_dispatcher_delegate.h', | 139 'renderer/shell_dispatcher_delegate.h', |
137 'renderer/shell_extensions_renderer_client.cc', | 140 'renderer/shell_extensions_renderer_client.cc', |
138 'renderer/shell_extensions_renderer_client.h', | 141 'renderer/shell_extensions_renderer_client.h', |
139 ], | 142 ], |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'browser/shell_browsertest.cc', | 199 'browser/shell_browsertest.cc', |
197 'test/shell_test.h', | 200 'test/shell_test.h', |
198 'test/shell_test.cc', | 201 'test/shell_test.cc', |
199 'test/shell_test_launcher_delegate.cc', | 202 'test/shell_test_launcher_delegate.cc', |
200 'test/shell_test_launcher_delegate.h', | 203 'test/shell_test_launcher_delegate.h', |
201 'test/shell_tests_main.cc', | 204 'test/shell_tests_main.cc', |
202 ], | 205 ], |
203 }, | 206 }, |
204 ], # targets | 207 ], # targets |
205 } | 208 } |
OLD | NEW |