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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 '../ui/compositor/compositor.gyp:compositor_test_support', | 232 '../ui/compositor/compositor.gyp:compositor_test_support', |
233 '../ui/views/views.gyp:views', | 233 '../ui/views/views.gyp:views', |
234 '../ui/wm/wm.gyp:wm', | 234 '../ui/wm/wm.gyp:wm', |
235 '../url/url.gyp:url_lib', | 235 '../url/url.gyp:url_lib', |
236 'athena_content_lib', | 236 'athena_content_lib', |
237 'athena_lib', | 237 'athena_lib', |
238 'resources/athena_resources.gyp:athena_resources', | 238 'resources/athena_resources.gyp:athena_resources', |
239 ], | 239 ], |
240 'sources': [ | 240 'sources': [ |
241 'extensions/test/test_extensions_delegate.cc', | 241 'extensions/test/test_extensions_delegate.cc', |
242 'test/athena_test_base.cc', | 242 'test/base/athena_test_base.cc', |
243 'test/athena_test_base.h', | 243 'test/base/athena_test_base.h', |
244 'test/athena_test_helper.cc', | 244 'test/base/athena_test_helper.cc', |
245 'test/athena_test_helper.h', | 245 'test/base/athena_test_helper.h', |
246 'test/sample_activity.cc', | 246 'test/base/sample_activity.cc', |
247 'test/sample_activity.h', | 247 'test/base/sample_activity.h', |
248 'test/sample_activity_factory.cc', | 248 'test/base/sample_activity_factory.cc', |
249 'test/sample_activity_factory.h', | 249 'test/base/sample_activity_factory.h', |
250 'test/test_app_model_builder.cc', | 250 'test/base/test_app_model_builder.cc', |
251 'test/test_app_model_builder.h', | 251 'test/base/test_app_model_builder.h', |
252 'test/test_resource_manager_delegate.cc', | 252 'test/base/test_resource_manager_delegate.cc', |
253 'wm/test/window_manager_impl_test_api.cc', | 253 'wm/test/window_manager_impl_test_api.cc', |
254 'wm/test/window_manager_impl_test_api.h', | 254 'wm/test/window_manager_impl_test_api.h', |
255 ], | 255 ], |
256 }, | 256 }, |
257 { | 257 { |
258 'target_name': 'athena_unittests', | 258 'target_name': 'athena_unittests', |
259 'type': 'executable', | 259 'type': 'executable', |
260 'dependencies': [ | 260 'dependencies': [ |
261 '../skia/skia.gyp:skia', | 261 '../skia/skia.gyp:skia', |
262 '../testing/gtest.gyp:gtest', | 262 '../testing/gtest.gyp:gtest', |
263 'athena_app_shell_lib', | 263 'athena_app_shell_lib', |
264 'athena_lib', | 264 'athena_lib', |
265 'athena_test_support', | 265 'athena_test_support', |
266 'main/athena_main.gyp:athena_main_lib', | 266 'main/athena_main.gyp:athena_main_lib', |
267 'resources/athena_resources.gyp:athena_pak', | 267 'resources/athena_resources.gyp:athena_pak', |
268 ], | 268 ], |
269 'sources': [ | 269 'sources': [ |
270 'activity/activity_manager_unittest.cc', | 270 'activity/activity_manager_unittest.cc', |
271 'content/app_activity_unittest.cc', | 271 'content/app_activity_unittest.cc', |
272 'env/athena_env_unittest.cc', | 272 'env/athena_env_unittest.cc', |
273 'home/athena_start_page_view_unittest.cc', | 273 'home/athena_start_page_view_unittest.cc', |
274 'home/home_card_gesture_manager_unittest.cc', | 274 'home/home_card_gesture_manager_unittest.cc', |
275 'home/home_card_unittest.cc', | 275 'home/home_card_unittest.cc', |
276 'input/accelerator_manager_unittest.cc', | 276 'input/accelerator_manager_unittest.cc', |
277 'resource_manager/memory_pressure_notifier_unittest.cc', | 277 'resource_manager/memory_pressure_notifier_unittest.cc', |
278 'resource_manager/resource_manager_unittest.cc', | 278 'resource_manager/resource_manager_unittest.cc', |
279 'screen/screen_manager_unittest.cc', | 279 'screen/screen_manager_unittest.cc', |
280 'test/athena_unittests.cc', | 280 'test/base/athena_unittests.cc', |
281 'util/drag_handle_unittest.cc', | 281 'util/drag_handle_unittest.cc', |
282 'util/fill_layout_manager_unittest.cc', | 282 'util/fill_layout_manager_unittest.cc', |
283 'wm/split_view_controller_unittest.cc', | 283 'wm/split_view_controller_unittest.cc', |
284 'wm/window_list_provider_impl_unittest.cc', | 284 'wm/window_list_provider_impl_unittest.cc', |
285 'wm/window_manager_unittest.cc', | 285 'wm/window_manager_unittest.cc', |
286 ], | 286 ], |
287 } | 287 } |
288 ], | 288 ], |
289 } | 289 } |
290 | 290 |
OLD | NEW |