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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 }, | 179 }, |
180 { | 180 { |
181 'target_name': 'athena_chrome_lib', | 181 'target_name': 'athena_chrome_lib', |
182 'type': 'static_library', | 182 'type': 'static_library', |
183 'dependencies': [ | 183 'dependencies': [ |
184 '../components/components.gyp:component_metrics_proto', | 184 '../components/components.gyp:component_metrics_proto', |
185 '../chrome/chrome.gyp:browser_extensions', | 185 '../chrome/chrome.gyp:browser_extensions', |
186 '../components/components.gyp:omnibox', | 186 '../components/components.gyp:omnibox', |
187 ], | 187 ], |
188 'sources': [ | 188 'sources': [ |
189 'content/chrome/content_activity_factory.cc', | |
190 'content/chrome/dialogs.cc', | 189 'content/chrome/dialogs.cc', |
191 'content/chrome/scheme_classifier_factory.cc', | 190 'content/chrome/scheme_classifier_factory.cc', |
192 'extensions/chrome/athena_chrome_app_delegate.cc', | 191 'extensions/chrome/athena_chrome_app_delegate.cc', |
193 'extensions/chrome/athena_chrome_app_delegate.h', | 192 'extensions/chrome/athena_chrome_app_delegate.h', |
194 'extensions/chrome/athena_chrome_app_window_client.cc', | 193 'extensions/chrome/athena_chrome_app_window_client.cc', |
195 'extensions/chrome/athena_chrome_app_window_client.h', | 194 'extensions/chrome/athena_chrome_app_window_client.h', |
196 'extensions/chrome/extensions_delegate_impl.cc', | 195 'extensions/chrome/extensions_delegate_impl.cc', |
197 ], | 196 ], |
198 }, | 197 }, |
199 { | 198 { |
200 'target_name': 'athena_app_shell_lib', | 199 'target_name': 'athena_app_shell_lib', |
201 'type': 'static_library', | 200 'type': 'static_library', |
202 'dependencies': [ | 201 'dependencies': [ |
203 '../components/components.gyp:component_metrics_proto', | 202 '../components/components.gyp:component_metrics_proto', |
204 '../components/components.gyp:omnibox', | 203 '../components/components.gyp:omnibox', |
205 '../extensions/shell/app_shell.gyp:app_shell_lib', | 204 '../extensions/shell/app_shell.gyp:app_shell_lib', |
206 '../skia/skia.gyp:skia', | 205 '../skia/skia.gyp:skia', |
207 ], | 206 ], |
208 'sources': [ | 207 'sources': [ |
209 'content/shell/content_activity_factory.cc', | |
210 'content/shell/dialogs.cc', | 208 'content/shell/dialogs.cc', |
211 'content/shell/scheme_classifier_factory.cc', | 209 'content/shell/scheme_classifier_factory.cc', |
212 'content/shell/shell_app_activity.cc', | |
213 'content/shell/shell_app_activity.h', | |
214 'extensions/shell/extensions_delegate_impl.cc', | 210 'extensions/shell/extensions_delegate_impl.cc', |
215 'extensions/shell/athena_shell_app_delegate.cc', | 211 'extensions/shell/athena_shell_app_delegate.cc', |
216 'extensions/shell/athena_shell_app_delegate.h', | 212 'extensions/shell/athena_shell_app_delegate.h', |
217 'extensions/shell/athena_shell_app_window_client.cc', | 213 'extensions/shell/athena_shell_app_window_client.cc', |
218 'extensions/shell/athena_shell_app_window_client.h', | 214 'extensions/shell/athena_shell_app_window_client.h', |
219 'extensions/shell/athena_apps_client_delegate.h', | 215 'extensions/shell/athena_apps_client_delegate.h', |
220 ], | 216 ], |
221 }, | 217 }, |
222 { | 218 { |
223 'target_name': 'athena_test_support', | 219 'target_name': 'athena_test_support', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'screen/screen_manager_unittest.cc', | 279 'screen/screen_manager_unittest.cc', |
284 'test/athena_unittests.cc', | 280 'test/athena_unittests.cc', |
285 'wm/split_view_controller_unittest.cc', | 281 'wm/split_view_controller_unittest.cc', |
286 'wm/window_list_provider_impl_unittest.cc', | 282 'wm/window_list_provider_impl_unittest.cc', |
287 'wm/window_manager_unittest.cc', | 283 'wm/window_manager_unittest.cc', |
288 ], | 284 ], |
289 } | 285 } |
290 ], | 286 ], |
291 } | 287 } |
292 | 288 |
OLD | NEW |