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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 ], | 141 ], |
142 'sources': [ | 142 'sources': [ |
143 'content/app_activity.cc', | 143 'content/app_activity.cc', |
144 'content/app_activity.h', | 144 'content/app_activity.h', |
145 'content/app_activity_proxy.cc', | 145 'content/app_activity_proxy.cc', |
146 'content/app_activity_proxy.h', | 146 'content/app_activity_proxy.h', |
147 'content/app_activity_registry.cc', | 147 'content/app_activity_registry.cc', |
148 'content/app_activity_registry.h', | 148 'content/app_activity_registry.h', |
149 'content/app_registry_impl.cc', | 149 'content/app_registry_impl.cc', |
150 'content/content_activity_factory.cc', | 150 'content/content_activity_factory.cc', |
151 'extensions/extension_app_model_builder.cc', | 151 'content/content_activity_factory.h', |
152 'content/public/app_registry.h', | 152 'content/public/app_registry.h', |
153 'content/content_activity_factory.h', | |
154 'content/public/content_activity_factory_creator.h', | 153 'content/public/content_activity_factory_creator.h', |
155 'extensions/public/extension_app_model_builder.h', | 154 'content/public/dialogs.h', |
156 'content/public/web_contents_view_delegate_creator.h', | 155 'content/public/web_contents_view_delegate_creator.h', |
157 'content/render_view_context_menu_impl.cc', | 156 'content/render_view_context_menu_impl.cc', |
158 'content/render_view_context_menu_impl.h', | 157 'content/render_view_context_menu_impl.h', |
159 'content/web_activity.cc', | 158 'content/web_activity.cc', |
160 'content/web_activity.h', | 159 'content/web_activity.h', |
161 'content/web_contents_view_delegate_factory_impl.cc', | 160 'content/web_contents_view_delegate_factory_impl.cc', |
| 161 'extensions/extension_app_model_builder.cc', |
| 162 'extensions/extensions_delegate.cc', |
| 163 'extensions/public/extension_app_model_builder.h', |
162 'extensions/public/extensions_delegate.h', | 164 'extensions/public/extensions_delegate.h', |
163 'extensions/extensions_delegate.cc', | |
164 'virtual_keyboard/public/virtual_keyboard_manager.h', | 165 'virtual_keyboard/public/virtual_keyboard_manager.h', |
165 'virtual_keyboard/virtual_keyboard_manager_impl.cc', | 166 'virtual_keyboard/virtual_keyboard_manager_impl.cc', |
166 ], | 167 ], |
167 }, | 168 }, |
168 { | 169 { |
169 'target_name': 'athena_chrome_lib', | 170 'target_name': 'athena_chrome_lib', |
170 'type': 'static_library', | 171 'type': 'static_library', |
171 'dependencies': [ | 172 'dependencies': [ |
172 '../chrome/chrome.gyp:browser_extensions', | 173 '../chrome/chrome.gyp:browser_extensions', |
173 ], | 174 ], |
174 'sources': [ | 175 'sources': [ |
175 'content/chrome/content_activity_factory.cc', | 176 'content/chrome/content_activity_factory.cc', |
| 177 'content/chrome/dialogs.cc', |
| 178 'extensions/chrome/athena_app_delegate.cc', |
| 179 'extensions/chrome/athena_app_delegate.h', |
| 180 'extensions/chrome/athena_apps_client.cc', |
176 'extensions/chrome/athena_apps_client.h', | 181 'extensions/chrome/athena_apps_client.h', |
177 'extensions/chrome/athena_apps_client.cc', | |
178 'extensions/chrome/extensions_delegate_impl.cc', | 182 'extensions/chrome/extensions_delegate_impl.cc', |
179 ], | 183 ], |
180 }, | 184 }, |
181 { | 185 { |
182 'target_name': 'athena_app_shell_lib', | 186 'target_name': 'athena_app_shell_lib', |
183 'type': 'static_library', | 187 'type': 'static_library', |
184 'dependencies': [ | 188 'dependencies': [ |
185 '../extensions/shell/app_shell.gyp:app_shell_lib', | 189 '../extensions/shell/app_shell.gyp:app_shell_lib', |
186 ], | 190 ], |
187 'sources': [ | 191 'sources': [ |
188 'content/shell/content_activity_factory.cc', | 192 'content/shell/content_activity_factory.cc', |
| 193 'content/shell/dialogs.cc', |
189 'content/shell/shell_app_activity.cc', | 194 'content/shell/shell_app_activity.cc', |
190 'content/shell/shell_app_activity.h', | 195 'content/shell/shell_app_activity.h', |
191 'extensions/shell/extensions_delegate_impl.cc', | 196 'extensions/shell/extensions_delegate_impl.cc', |
192 ], | 197 ], |
193 }, | 198 }, |
194 { | 199 { |
195 'target_name': 'athena_test_support', | 200 'target_name': 'athena_test_support', |
196 'type': 'static_library', | 201 'type': 'static_library', |
197 'dependencies': [ | 202 'dependencies': [ |
198 '../base/base.gyp:test_support_base', | 203 '../base/base.gyp:test_support_base', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'screen/screen_manager_unittest.cc', | 260 'screen/screen_manager_unittest.cc', |
256 'test/athena_unittests.cc', | 261 'test/athena_unittests.cc', |
257 'wm/split_view_controller_unittest.cc', | 262 'wm/split_view_controller_unittest.cc', |
258 'wm/window_list_provider_impl_unittest.cc', | 263 'wm/window_list_provider_impl_unittest.cc', |
259 'wm/window_manager_unittest.cc', | 264 'wm/window_manager_unittest.cc', |
260 ], | 265 ], |
261 } | 266 } |
262 ], | 267 ], |
263 } | 268 } |
264 | 269 |
OLD | NEW |