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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//ui/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
9 | 9 |
10 # Historical note: Ash shipped on Windows for a couple years to support | 10 # Historical note: Ash shipped on Windows for a couple years to support |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 "common/wallpaper/wallpaper_widget_controller.cc", | 458 "common/wallpaper/wallpaper_widget_controller.cc", |
459 "common/wallpaper/wallpaper_widget_controller.h", | 459 "common/wallpaper/wallpaper_widget_controller.h", |
460 "common/wm/always_on_top_controller.cc", | 460 "common/wm/always_on_top_controller.cc", |
461 "common/wm/always_on_top_controller.h", | 461 "common/wm/always_on_top_controller.h", |
462 "common/wm/container_finder.cc", | 462 "common/wm/container_finder.cc", |
463 "common/wm/container_finder.h", | 463 "common/wm/container_finder.h", |
464 "common/wm/default_state.cc", | 464 "common/wm/default_state.cc", |
465 "common/wm/default_state.h", | 465 "common/wm/default_state.h", |
466 "common/wm/default_window_resizer.cc", | 466 "common/wm/default_window_resizer.cc", |
467 "common/wm/default_window_resizer.h", | 467 "common/wm/default_window_resizer.h", |
468 "common/wm/dock/docked_window_layout_manager.cc", | |
469 "common/wm/dock/docked_window_layout_manager.h", | |
470 "common/wm/dock/docked_window_layout_manager_observer.h", | |
471 "common/wm/dock/docked_window_resizer.cc", | |
472 "common/wm/dock/docked_window_resizer.h", | |
473 "common/wm/drag_details.cc", | 468 "common/wm/drag_details.cc", |
474 "common/wm/drag_details.h", | 469 "common/wm/drag_details.h", |
475 "common/wm/focus_rules.cc", | 470 "common/wm/focus_rules.cc", |
476 "common/wm/focus_rules.h", | 471 "common/wm/focus_rules.h", |
477 "common/wm/fullscreen_window_finder.cc", | 472 "common/wm/fullscreen_window_finder.cc", |
478 "common/wm/fullscreen_window_finder.h", | 473 "common/wm/fullscreen_window_finder.h", |
479 "common/wm/immersive_context_ash.cc", | 474 "common/wm/immersive_context_ash.cc", |
480 "common/wm/immersive_context_ash.h", | 475 "common/wm/immersive_context_ash.h", |
481 "common/wm/lock_layout_manager.cc", | 476 "common/wm/lock_layout_manager.cc", |
482 "common/wm/lock_layout_manager.h", | 477 "common/wm/lock_layout_manager.h", |
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 "test/ash_test_suite.cc", | 1326 "test/ash_test_suite.cc", |
1332 "test/ash_test_suite.h", | 1327 "test/ash_test_suite.h", |
1333 "test/ash_unittests.cc", | 1328 "test/ash_unittests.cc", |
1334 "tooltips/tooltip_controller_unittest.cc", | 1329 "tooltips/tooltip_controller_unittest.cc", |
1335 "touch/touch_observer_hud_unittest.cc", | 1330 "touch/touch_observer_hud_unittest.cc", |
1336 "utility/screenshot_controller_unittest.cc", | 1331 "utility/screenshot_controller_unittest.cc", |
1337 "virtual_keyboard_controller_unittest.cc", | 1332 "virtual_keyboard_controller_unittest.cc", |
1338 "wm/always_on_top_controller_unittest.cc", | 1333 "wm/always_on_top_controller_unittest.cc", |
1339 "wm/ash_focus_rules_unittest.cc", | 1334 "wm/ash_focus_rules_unittest.cc", |
1340 "wm/ash_native_cursor_manager_unittest.cc", | 1335 "wm/ash_native_cursor_manager_unittest.cc", |
1341 "wm/dock/docked_window_layout_manager_unittest.cc", | |
1342 "wm/dock/docked_window_resizer_unittest.cc", | |
1343 "wm/drag_window_resizer_unittest.cc", | 1336 "wm/drag_window_resizer_unittest.cc", |
1344 "wm/gestures/overview_gesture_handler_unittest.cc", | 1337 "wm/gestures/overview_gesture_handler_unittest.cc", |
1345 "wm/immersive_fullscreen_controller_unittest.cc", | 1338 "wm/immersive_fullscreen_controller_unittest.cc", |
1346 "wm/lock_layout_manager_unittest.cc", | 1339 "wm/lock_layout_manager_unittest.cc", |
1347 "wm/lock_state_controller_unittest.cc", | 1340 "wm/lock_state_controller_unittest.cc", |
1348 "wm/maximize_mode/accelerometer_test_data_literals.cc", | 1341 "wm/maximize_mode/accelerometer_test_data_literals.cc", |
1349 "wm/maximize_mode/maximize_mode_controller_unittest.cc", | 1342 "wm/maximize_mode/maximize_mode_controller_unittest.cc", |
1350 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", | 1343 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", |
1351 "wm/overlay_event_filter_unittest.cc", | 1344 "wm/overlay_event_filter_unittest.cc", |
1352 "wm/overview/window_selector_unittest.cc", | 1345 "wm/overview/window_selector_unittest.cc", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1477 "//content/public/app:both", | 1470 "//content/public/app:both", |
1478 "//device/bluetooth", | 1471 "//device/bluetooth", |
1479 ] | 1472 ] |
1480 | 1473 |
1481 data_deps = [ | 1474 data_deps = [ |
1482 "//ash/common/strings:ash_test_strings", | 1475 "//ash/common/strings:ash_test_strings", |
1483 "//ash/resources:ash_test_resources_with_content_100_percent", | 1476 "//ash/resources:ash_test_resources_with_content_100_percent", |
1484 "//ash/resources:ash_test_resources_200_percent", | 1477 "//ash/resources:ash_test_resources_200_percent", |
1485 ] | 1478 ] |
1486 } | 1479 } |
OLD | NEW |