| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 ], | 190 ], |
| 191 'sources': [ | 191 'sources': [ |
| 192 'content/chrome/dialogs.cc', | 192 'content/chrome/dialogs.cc', |
| 193 'content/chrome/media_utils.cc', | 193 'content/chrome/media_utils.cc', |
| 194 'content/chrome/scheme_classifier_factory.cc', | 194 'content/chrome/scheme_classifier_factory.cc', |
| 195 'content/chrome/web_activity_helpers.cc', | 195 'content/chrome/web_activity_helpers.cc', |
| 196 'extensions/chrome/athena_chrome_app_delegate.cc', | 196 'extensions/chrome/athena_chrome_app_delegate.cc', |
| 197 'extensions/chrome/athena_chrome_app_delegate.h', | 197 'extensions/chrome/athena_chrome_app_delegate.h', |
| 198 'extensions/chrome/athena_chrome_app_window_client.cc', | 198 'extensions/chrome/athena_chrome_app_window_client.cc', |
| 199 'extensions/chrome/athena_chrome_app_window_client.h', | 199 'extensions/chrome/athena_chrome_app_window_client.h', |
| 200 'extensions/chrome/athena_extension_install_ui.cc', |
| 201 'extensions/chrome/athena_extension_install_ui.h', |
| 200 'extensions/chrome/extensions_delegate_impl.cc', | 202 'extensions/chrome/extensions_delegate_impl.cc', |
| 203 'extensions/chrome/public/extension_install_ui_factory.h', |
| 201 ], | 204 ], |
| 202 }, | 205 }, |
| 203 { | 206 { |
| 204 'target_name': 'athena_app_shell_lib', | 207 'target_name': 'athena_app_shell_lib', |
| 205 'type': 'static_library', | 208 'type': 'static_library', |
| 206 'dependencies': [ | 209 'dependencies': [ |
| 207 '../components/components.gyp:component_metrics_proto', | 210 '../components/components.gyp:component_metrics_proto', |
| 208 '../components/components.gyp:omnibox', | 211 '../components/components.gyp:omnibox', |
| 209 '../extensions/shell/app_shell.gyp:app_shell_lib', | 212 '../extensions/shell/app_shell.gyp:app_shell_lib', |
| 210 '../skia/skia.gyp:skia', | 213 '../skia/skia.gyp:skia', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'util/drag_handle_unittest.cc', | 290 'util/drag_handle_unittest.cc', |
| 288 'util/fill_layout_manager_unittest.cc', | 291 'util/fill_layout_manager_unittest.cc', |
| 289 'wm/split_view_controller_unittest.cc', | 292 'wm/split_view_controller_unittest.cc', |
| 290 'wm/window_list_provider_impl_unittest.cc', | 293 'wm/window_list_provider_impl_unittest.cc', |
| 291 'wm/window_manager_unittest.cc', | 294 'wm/window_manager_unittest.cc', |
| 292 ], | 295 ], |
| 293 } | 296 } |
| 294 ], | 297 ], |
| 295 } | 298 } |
| 296 | 299 |
| OLD | NEW |