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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 { | 169 { |
170 'target_name': 'athena_test_support', | 170 'target_name': 'athena_test_support', |
171 'type': 'static_library', | 171 'type': 'static_library', |
172 'dependencies': [ | 172 'dependencies': [ |
173 '../base/base.gyp:test_support_base', | 173 '../base/base.gyp:test_support_base', |
174 '../chromeos/chromeos.gyp:chromeos', | 174 '../chromeos/chromeos.gyp:chromeos', |
175 '../skia/skia.gyp:skia', | 175 '../skia/skia.gyp:skia', |
176 '../testing/gtest.gyp:gtest', | 176 '../testing/gtest.gyp:gtest', |
177 '../ui/accessibility/accessibility.gyp:ax_gen', | 177 '../ui/accessibility/accessibility.gyp:ax_gen', |
178 '../ui/app_list/app_list.gyp:app_list', | 178 '../ui/app_list/app_list.gyp:app_list', |
| 179 '../ui/app_list/app_list.gyp:app_list_test_support', |
179 '../ui/aura/aura.gyp:aura_test_support', | 180 '../ui/aura/aura.gyp:aura_test_support', |
180 '../ui/base/ui_base.gyp:ui_base_test_support', | 181 '../ui/base/ui_base.gyp:ui_base_test_support', |
181 '../ui/compositor/compositor.gyp:compositor_test_support', | 182 '../ui/compositor/compositor.gyp:compositor_test_support', |
182 '../ui/views/views.gyp:views', | 183 '../ui/views/views.gyp:views', |
183 '../ui/wm/wm.gyp:wm', | 184 '../ui/wm/wm.gyp:wm', |
184 '../url/url.gyp:url_lib', | 185 '../url/url.gyp:url_lib', |
185 'athena_content_lib', | 186 'athena_content_lib', |
186 'athena_lib', | 187 'athena_lib', |
187 'resources/athena_resources.gyp:athena_resources', | 188 'resources/athena_resources.gyp:athena_resources', |
188 ], | 189 ], |
(...skipping 23 matching lines...) Expand all Loading... |
212 'athena_app_shell_lib', | 213 'athena_app_shell_lib', |
213 'athena_lib', | 214 'athena_lib', |
214 'athena_test_support', | 215 'athena_test_support', |
215 'main/athena_main.gyp:athena_main_lib', | 216 'main/athena_main.gyp:athena_main_lib', |
216 'resources/athena_resources.gyp:athena_pak', | 217 'resources/athena_resources.gyp:athena_pak', |
217 ], | 218 ], |
218 'sources': [ | 219 'sources': [ |
219 'activity/activity_manager_unittest.cc', | 220 'activity/activity_manager_unittest.cc', |
220 'common/fill_layout_manager_unittest.cc', | 221 'common/fill_layout_manager_unittest.cc', |
221 'content/app_activity_unittest.cc', | 222 'content/app_activity_unittest.cc', |
| 223 'home/athena_start_page_view_unittest.cc', |
222 'home/home_card_gesture_manager_unittest.cc', | 224 'home/home_card_gesture_manager_unittest.cc', |
223 'home/home_card_unittest.cc', | 225 'home/home_card_unittest.cc', |
224 'input/accelerator_manager_unittest.cc', | 226 'input/accelerator_manager_unittest.cc', |
225 'resource_manager/memory_pressure_notifier_unittest.cc', | 227 'resource_manager/memory_pressure_notifier_unittest.cc', |
226 'resource_manager/resource_manager_unittest.cc', | 228 'resource_manager/resource_manager_unittest.cc', |
227 'screen/screen_manager_unittest.cc', | 229 'screen/screen_manager_unittest.cc', |
228 'test/athena_unittests.cc', | 230 'test/athena_unittests.cc', |
229 'wm/split_view_controller_unittest.cc', | 231 'wm/split_view_controller_unittest.cc', |
230 'wm/window_list_provider_impl_unittest.cc', | 232 'wm/window_list_provider_impl_unittest.cc', |
231 'wm/window_manager_unittest.cc', | 233 'wm/window_manager_unittest.cc', |
232 ], | 234 ], |
233 } | 235 } |
234 ], | 236 ], |
235 } | 237 } |
236 | 238 |
OLD | NEW |