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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 'content/public/content_activity_factory_creator.h', | 155 'content/public/content_activity_factory_creator.h', |
156 'content/public/dialogs.h', | 156 'content/public/dialogs.h', |
157 'content/public/web_contents_view_delegate_creator.h', | 157 'content/public/web_contents_view_delegate_creator.h', |
158 'content/render_view_context_menu_impl.cc', | 158 'content/render_view_context_menu_impl.cc', |
159 'content/render_view_context_menu_impl.h', | 159 'content/render_view_context_menu_impl.h', |
160 'content/web_activity.cc', | 160 'content/web_activity.cc', |
161 'content/web_activity.h', | 161 'content/web_activity.h', |
162 'content/web_contents_view_delegate_factory_impl.cc', | 162 'content/web_contents_view_delegate_factory_impl.cc', |
163 'extensions/athena_app_delegate_base.cc', | 163 'extensions/athena_app_delegate_base.cc', |
164 'extensions/athena_app_delegate_base.h', | 164 'extensions/athena_app_delegate_base.h', |
165 'extensions/athena_apps_client_base.cc', | 165 'extensions/athena_app_window_client_base.cc', |
166 'extensions/athena_apps_client_base.h', | 166 'extensions/athena_app_window_client_base.h', |
167 'extensions/athena_native_app_window_views.cc', | 167 'extensions/athena_native_app_window_views.cc', |
168 'extensions/athena_native_app_window_views.h', | 168 'extensions/athena_native_app_window_views.h', |
169 'extensions/extension_app_model_builder.cc', | 169 'extensions/extension_app_model_builder.cc', |
170 'extensions/extensions_delegate.cc', | 170 'extensions/extensions_delegate.cc', |
171 'extensions/public/extension_app_model_builder.h', | 171 'extensions/public/extension_app_model_builder.h', |
172 'extensions/public/extensions_delegate.h', | 172 'extensions/public/extensions_delegate.h', |
173 'virtual_keyboard/public/virtual_keyboard_manager.h', | 173 'virtual_keyboard/public/virtual_keyboard_manager.h', |
174 'virtual_keyboard/virtual_keyboard_manager_impl.cc', | 174 'virtual_keyboard/virtual_keyboard_manager_impl.cc', |
175 ], | 175 ], |
176 }, | 176 }, |
177 { | 177 { |
178 'target_name': 'athena_chrome_lib', | 178 'target_name': 'athena_chrome_lib', |
179 'type': 'static_library', | 179 'type': 'static_library', |
180 'dependencies': [ | 180 'dependencies': [ |
181 '../chrome/chrome.gyp:browser_extensions', | 181 '../chrome/chrome.gyp:browser_extensions', |
182 ], | 182 ], |
183 'sources': [ | 183 'sources': [ |
184 'content/chrome/content_activity_factory.cc', | 184 'content/chrome/content_activity_factory.cc', |
185 'content/chrome/dialogs.cc', | 185 'content/chrome/dialogs.cc', |
186 'extensions/chrome/athena_chrome_app_delegate.cc', | 186 'extensions/chrome/athena_chrome_app_delegate.cc', |
187 'extensions/chrome/athena_chrome_app_delegate.h', | 187 'extensions/chrome/athena_chrome_app_delegate.h', |
188 'extensions/chrome/athena_chrome_apps_client.cc', | 188 'extensions/chrome/athena_chrome_app_window_client.cc', |
189 'extensions/chrome/athena_chrome_apps_client.h', | 189 'extensions/chrome/athena_chrome_app_window_client.h', |
190 'extensions/chrome/extensions_delegate_impl.cc', | 190 'extensions/chrome/extensions_delegate_impl.cc', |
191 ], | 191 ], |
192 }, | 192 }, |
193 { | 193 { |
194 'target_name': 'athena_app_shell_lib', | 194 'target_name': 'athena_app_shell_lib', |
195 'type': 'static_library', | 195 'type': 'static_library', |
196 'dependencies': [ | 196 'dependencies': [ |
197 '../extensions/shell/app_shell.gyp:app_shell_lib', | 197 '../extensions/shell/app_shell.gyp:app_shell_lib', |
198 '../skia/skia.gyp:skia', | 198 '../skia/skia.gyp:skia', |
199 ], | 199 ], |
200 'sources': [ | 200 'sources': [ |
201 'content/shell/content_activity_factory.cc', | 201 'content/shell/content_activity_factory.cc', |
202 'content/shell/dialogs.cc', | 202 'content/shell/dialogs.cc', |
203 'content/shell/shell_app_activity.cc', | 203 'content/shell/shell_app_activity.cc', |
204 'content/shell/shell_app_activity.h', | 204 'content/shell/shell_app_activity.h', |
205 'extensions/shell/extensions_delegate_impl.cc', | 205 'extensions/shell/extensions_delegate_impl.cc', |
206 'extensions/shell/athena_shell_app_delegate.cc', | 206 'extensions/shell/athena_shell_app_delegate.cc', |
207 'extensions/shell/athena_shell_app_delegate.h', | 207 'extensions/shell/athena_shell_app_delegate.h', |
208 'extensions/shell/athena_shell_apps_client.cc', | 208 'extensions/shell/athena_shell_app_window_client.cc', |
209 'extensions/shell/athena_shell_apps_client.h', | 209 'extensions/shell/athena_shell_app_window_client.h', |
210 'extensions/shell/athena_apps_client_delegate.h', | 210 'extensions/shell/athena_apps_client_delegate.h', |
211 ], | 211 ], |
212 }, | 212 }, |
213 { | 213 { |
214 'target_name': 'athena_test_support', | 214 'target_name': 'athena_test_support', |
215 'type': 'static_library', | 215 'type': 'static_library', |
216 'dependencies': [ | 216 'dependencies': [ |
217 '../base/base.gyp:test_support_base', | 217 '../base/base.gyp:test_support_base', |
218 '../chromeos/chromeos.gyp:chromeos', | 218 '../chromeos/chromeos.gyp:chromeos', |
219 '../skia/skia.gyp:skia', | 219 '../skia/skia.gyp:skia', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 'screen/screen_manager_unittest.cc', | 274 'screen/screen_manager_unittest.cc', |
275 'test/athena_unittests.cc', | 275 'test/athena_unittests.cc', |
276 'wm/split_view_controller_unittest.cc', | 276 'wm/split_view_controller_unittest.cc', |
277 'wm/window_list_provider_impl_unittest.cc', | 277 'wm/window_list_provider_impl_unittest.cc', |
278 'wm/window_manager_unittest.cc', | 278 'wm/window_manager_unittest.cc', |
279 ], | 279 ], |
280 } | 280 } |
281 ], | 281 ], |
282 } | 282 } |
283 | 283 |
OLD | NEW |