| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'home/home_card_impl.cc', | 68 'home/home_card_impl.cc', |
| 69 'home/minimized_home.cc', | 69 'home/minimized_home.cc', |
| 70 'home/minimized_home.h', | 70 'home/minimized_home.h', |
| 71 'home/public/app_model_builder.h', | 71 'home/public/app_model_builder.h', |
| 72 'home/public/home_card.h', | 72 'home/public/home_card.h', |
| 73 'input/accelerator_manager_impl.cc', | 73 'input/accelerator_manager_impl.cc', |
| 74 'input/accelerator_manager_impl.h', | 74 'input/accelerator_manager_impl.h', |
| 75 'input/input_manager_impl.cc', | 75 'input/input_manager_impl.cc', |
| 76 'input/public/accelerator_manager.h', | 76 'input/public/accelerator_manager.h', |
| 77 'input/public/input_manager.h', | 77 'input/public/input_manager.h', |
| 78 'resource_manager/delegate/resource_manager_delegate.cc', |
| 79 'resource_manager/memory_pressure_notifier.cc', |
| 80 'resource_manager/memory_pressure_notifier.h', |
| 81 'resource_manager/public/resource_manager.h', |
| 82 'resource_manager/public/resource_manager_delegate.h', |
| 83 'resource_manager/resource_manager_impl.cc', |
| 78 'screen/public/screen_manager.h', | 84 'screen/public/screen_manager.h', |
| 79 'screen/screen_accelerator_handler.cc', | 85 'screen/screen_accelerator_handler.cc', |
| 80 'screen/screen_accelerator_handler.h', | 86 'screen/screen_accelerator_handler.h', |
| 81 'screen/screen_manager_impl.cc', | 87 'screen/screen_manager_impl.cc', |
| 82 'system/background_controller.cc', | 88 'system/background_controller.cc', |
| 83 'system/background_controller.h', | 89 'system/background_controller.h', |
| 84 'system/device_socket_listener.cc', | 90 'system/device_socket_listener.cc', |
| 85 'system/device_socket_listener.h', | 91 'system/device_socket_listener.h', |
| 86 'system/network_selector.cc', | 92 'system/network_selector.cc', |
| 87 'system/network_selector.h', | 93 'system/network_selector.h', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'content/public/content_activity_factory_creator.h', | 152 'content/public/content_activity_factory_creator.h', |
| 147 'content/public/content_app_model_builder.h', | 153 'content/public/content_app_model_builder.h', |
| 148 'content/public/web_contents_view_delegate_creator.h', | 154 'content/public/web_contents_view_delegate_creator.h', |
| 149 'content/render_view_context_menu_impl.cc', | 155 'content/render_view_context_menu_impl.cc', |
| 150 'content/render_view_context_menu_impl.h', | 156 'content/render_view_context_menu_impl.h', |
| 151 'content/web_activity.cc', | 157 'content/web_activity.cc', |
| 152 'content/web_activity.h', | 158 'content/web_activity.h', |
| 153 'content/web_contents_view_delegate_factory_impl.cc', | 159 'content/web_contents_view_delegate_factory_impl.cc', |
| 154 'extensions/public/extensions_delegate.h', | 160 'extensions/public/extensions_delegate.h', |
| 155 'extensions/extensions_delegate.cc', | 161 'extensions/extensions_delegate.cc', |
| 156 'resource_manager/memory_pressure_notifier.cc', | |
| 157 'resource_manager/memory_pressure_notifier.h', | |
| 158 'resource_manager/resource_manager_impl.cc', | |
| 159 'resource_manager/public/resource_manager.h', | |
| 160 'resource_manager/public/resource_manager_delegate.h', | |
| 161 'virtual_keyboard/public/virtual_keyboard_manager.h', | 162 'virtual_keyboard/public/virtual_keyboard_manager.h', |
| 162 'resource_manager/resource_manager_impl.cc', | |
| 163 'virtual_keyboard/virtual_keyboard_manager_impl.cc', | 163 'virtual_keyboard/virtual_keyboard_manager_impl.cc', |
| 164 ], | 164 ], |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 'target_name': 'athena_chrome_lib', |
| 168 'type': 'static_library', |
| 169 'dependencies': [ |
| 170 '../chrome/chrome.gyp:browser_extensions', |
| 171 ], |
| 172 'sources': [ |
| 173 'content/chrome/content_activity_factory.cc', |
| 174 'extensions/chrome/athena_apps_client.h', |
| 175 'extensions/chrome/athena_apps_client.cc', |
| 176 'extensions/chrome/extensions_delegate_impl.cc', |
| 177 ], |
| 178 }, |
| 179 { |
| 167 'target_name': 'athena_app_shell_lib', | 180 'target_name': 'athena_app_shell_lib', |
| 168 'type': 'static_library', | 181 'type': 'static_library', |
| 169 'dependencies': [ | 182 'dependencies': [ |
| 170 '../extensions/shell/app_shell.gyp:app_shell_lib', | 183 '../extensions/shell/app_shell.gyp:app_shell_lib', |
| 171 ], | 184 ], |
| 172 'sources': [ | 185 'sources': [ |
| 173 'content/shell/content_activity_factory.cc', | 186 'content/shell/content_activity_factory.cc', |
| 174 'content/shell/shell_app_activity.cc', | 187 'content/shell/shell_app_activity.cc', |
| 175 'content/shell/shell_app_activity.h', | 188 'content/shell/shell_app_activity.h', |
| 176 'extensions/shell/extensions_delegate_impl.cc', | 189 'extensions/shell/extensions_delegate_impl.cc', |
| 177 'resource_manager/delegate/resource_manager_delegate.cc', | |
| 178 ], | 190 ], |
| 179 }, | 191 }, |
| 180 { | 192 { |
| 181 'target_name': 'athena_test_support', | 193 'target_name': 'athena_test_support', |
| 182 'type': 'static_library', | 194 'type': 'static_library', |
| 183 'dependencies': [ | 195 'dependencies': [ |
| 184 '../base/base.gyp:test_support_base', | 196 '../base/base.gyp:test_support_base', |
| 185 '../chromeos/chromeos.gyp:chromeos', | 197 '../chromeos/chromeos.gyp:chromeos', |
| 186 '../skia/skia.gyp:skia', | 198 '../skia/skia.gyp:skia', |
| 187 '../testing/gtest.gyp:gtest', | 199 '../testing/gtest.gyp:gtest', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'screen/screen_manager_unittest.cc', | 252 'screen/screen_manager_unittest.cc', |
| 241 'test/athena_unittests.cc', | 253 'test/athena_unittests.cc', |
| 242 'wm/split_view_controller_unittest.cc', | 254 'wm/split_view_controller_unittest.cc', |
| 243 'wm/window_list_provider_impl_unittest.cc', | 255 'wm/window_list_provider_impl_unittest.cc', |
| 244 'wm/window_manager_unittest.cc', | 256 'wm/window_manager_unittest.cc', |
| 245 ], | 257 ], |
| 246 } | 258 } |
| 247 ], | 259 ], |
| 248 } | 260 } |
| 249 | 261 |
| OLD | NEW |