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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 'resource_manager/memory_pressure_notifier.h', | 146 'resource_manager/memory_pressure_notifier.h', |
147 'resource_manager/resource_manager_impl.cc', | 147 'resource_manager/resource_manager_impl.cc', |
148 'resource_manager/public/resource_manager.h', | 148 'resource_manager/public/resource_manager.h', |
149 'resource_manager/public/resource_manager_delegate.h', | 149 'resource_manager/public/resource_manager_delegate.h', |
150 'virtual_keyboard/public/virtual_keyboard_manager.h', | 150 'virtual_keyboard/public/virtual_keyboard_manager.h', |
151 'resource_manager/resource_manager_impl.cc', | 151 'resource_manager/resource_manager_impl.cc', |
152 'virtual_keyboard/virtual_keyboard_manager_impl.cc', | 152 'virtual_keyboard/virtual_keyboard_manager_impl.cc', |
153 ], | 153 ], |
154 }, | 154 }, |
155 { | 155 { |
| 156 'target_name': 'athena_chrome_lib', |
| 157 'type': 'static_library', |
| 158 'dependencies': [ |
| 159 '../chrome/chrome.gyp:browser_extensions', |
| 160 ], |
| 161 'sources': [ |
| 162 'content/chrome/content_activity_factory.cc', |
| 163 'extensions/chrome/athena_apps_client.h', |
| 164 'extensions/chrome/athena_apps_client.cc', |
| 165 'extensions/chrome/extensions_delegate_impl.cc', |
| 166 ], |
| 167 }, |
| 168 { |
156 'target_name': 'athena_app_shell_lib', | 169 'target_name': 'athena_app_shell_lib', |
157 'type': 'static_library', | 170 'type': 'static_library', |
158 'dependencies': [ | 171 'dependencies': [ |
159 '../extensions/shell/app_shell.gyp:app_shell_lib', | 172 '../extensions/shell/app_shell.gyp:app_shell_lib', |
160 ], | 173 ], |
161 'sources': [ | 174 'sources': [ |
162 'content/shell/content_activity_factory.cc', | 175 'content/shell/content_activity_factory.cc', |
163 'content/shell/shell_app_activity.cc', | 176 'content/shell/shell_app_activity.cc', |
164 'content/shell/shell_app_activity.h', | 177 'content/shell/shell_app_activity.h', |
165 'extensions/shell/extensions_delegate_impl.cc', | 178 'extensions/shell/extensions_delegate_impl.cc', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'screen/screen_manager_unittest.cc', | 240 'screen/screen_manager_unittest.cc', |
228 'test/athena_unittests.cc', | 241 'test/athena_unittests.cc', |
229 'wm/split_view_controller_unittest.cc', | 242 'wm/split_view_controller_unittest.cc', |
230 'wm/window_list_provider_impl_unittest.cc', | 243 'wm/window_list_provider_impl_unittest.cc', |
231 'wm/window_manager_unittest.cc', | 244 'wm/window_manager_unittest.cc', |
232 ], | 245 ], |
233 } | 246 } |
234 ], | 247 ], |
235 } | 248 } |
236 | 249 |
OLD | NEW |