| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'sources': [ | 199 'sources': [ |
| 200 'content/chrome/dialogs.cc', | 200 'content/chrome/dialogs.cc', |
| 201 'content/chrome/media_utils.cc', | 201 'content/chrome/media_utils.cc', |
| 202 'content/chrome/web_activity_helpers.cc', | 202 'content/chrome/web_activity_helpers.cc', |
| 203 'extensions/chrome/app_list_controller_delegate_athena.cc', | 203 'extensions/chrome/app_list_controller_delegate_athena.cc', |
| 204 'extensions/chrome/app_list_controller_delegate_athena.h', | 204 'extensions/chrome/app_list_controller_delegate_athena.h', |
| 205 'extensions/chrome/athena_chrome_app_delegate.cc', | 205 'extensions/chrome/athena_chrome_app_delegate.cc', |
| 206 'extensions/chrome/athena_chrome_app_delegate.h', | 206 'extensions/chrome/athena_chrome_app_delegate.h', |
| 207 'extensions/chrome/athena_chrome_app_window_client.cc', | 207 'extensions/chrome/athena_chrome_app_window_client.cc', |
| 208 'extensions/chrome/athena_chrome_app_window_client.h', | 208 'extensions/chrome/athena_chrome_app_window_client.h', |
| 209 'extensions/chrome/athena_extension_install_ui.cc', |
| 210 'extensions/chrome/athena_extension_install_ui.h', |
| 209 'extensions/chrome/chrome_search_controller_factory.cc', | 211 'extensions/chrome/chrome_search_controller_factory.cc', |
| 210 'extensions/chrome/chrome_search_controller_factory.h', | 212 'extensions/chrome/chrome_search_controller_factory.h', |
| 211 'extensions/chrome/extensions_delegate_impl.cc', | 213 'extensions/chrome/extensions_delegate_impl.cc', |
| 212 'screen_lock/chrome/chrome_screen_lock_manager.cc', | 214 'screen_lock/chrome/chrome_screen_lock_manager.cc', |
| 213 ], | 215 ], |
| 214 }, | 216 }, |
| 215 { | 217 { |
| 216 'target_name': 'athena_app_shell_lib', | 218 'target_name': 'athena_app_shell_lib', |
| 217 'type': 'static_library', | 219 'type': 'static_library', |
| 218 'dependencies': [ | 220 'dependencies': [ |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'util/drag_handle_unittest.cc', | 308 'util/drag_handle_unittest.cc', |
| 307 'util/fill_layout_manager_unittest.cc', | 309 'util/fill_layout_manager_unittest.cc', |
| 308 'wm/split_view_controller_unittest.cc', | 310 'wm/split_view_controller_unittest.cc', |
| 309 'wm/window_list_provider_impl_unittest.cc', | 311 'wm/window_list_provider_impl_unittest.cc', |
| 310 'wm/window_manager_unittest.cc', | 312 'wm/window_manager_unittest.cc', |
| 311 ], | 313 ], |
| 312 } | 314 } |
| 313 ], | 315 ], |
| 314 } | 316 } |
| 315 | 317 |
| OLD | NEW |