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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1314 "test/ash_test_suite.cc", | 1309 "test/ash_test_suite.cc", |
1315 "test/ash_test_suite.h", | 1310 "test/ash_test_suite.h", |
1316 "test/ash_unittests.cc", | 1311 "test/ash_unittests.cc", |
1317 "tooltips/tooltip_controller_unittest.cc", | 1312 "tooltips/tooltip_controller_unittest.cc", |
1318 "touch/touch_observer_hud_unittest.cc", | 1313 "touch/touch_observer_hud_unittest.cc", |
1319 "utility/screenshot_controller_unittest.cc", | 1314 "utility/screenshot_controller_unittest.cc", |
1320 "virtual_keyboard_controller_unittest.cc", | 1315 "virtual_keyboard_controller_unittest.cc", |
1321 "wm/always_on_top_controller_unittest.cc", | 1316 "wm/always_on_top_controller_unittest.cc", |
1322 "wm/ash_focus_rules_unittest.cc", | 1317 "wm/ash_focus_rules_unittest.cc", |
1323 "wm/ash_native_cursor_manager_unittest.cc", | 1318 "wm/ash_native_cursor_manager_unittest.cc", |
1324 "wm/dock/docked_window_layout_manager_unittest.cc", | |
1325 "wm/dock/docked_window_resizer_unittest.cc", | |
1326 "wm/drag_window_resizer_unittest.cc", | 1319 "wm/drag_window_resizer_unittest.cc", |
1327 "wm/gestures/overview_gesture_handler_unittest.cc", | 1320 "wm/gestures/overview_gesture_handler_unittest.cc", |
1328 "wm/immersive_fullscreen_controller_unittest.cc", | 1321 "wm/immersive_fullscreen_controller_unittest.cc", |
1329 "wm/lock_layout_manager_unittest.cc", | 1322 "wm/lock_layout_manager_unittest.cc", |
1330 "wm/lock_state_controller_unittest.cc", | 1323 "wm/lock_state_controller_unittest.cc", |
1331 "wm/maximize_mode/accelerometer_test_data_literals.cc", | 1324 "wm/maximize_mode/accelerometer_test_data_literals.cc", |
1332 "wm/maximize_mode/maximize_mode_controller_unittest.cc", | 1325 "wm/maximize_mode/maximize_mode_controller_unittest.cc", |
1333 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", | 1326 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", |
1334 "wm/overlay_event_filter_unittest.cc", | 1327 "wm/overlay_event_filter_unittest.cc", |
1335 "wm/overview/window_selector_unittest.cc", | 1328 "wm/overview/window_selector_unittest.cc", |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1463 "//content/public/app:both", | 1456 "//content/public/app:both", |
1464 "//device/bluetooth", | 1457 "//device/bluetooth", |
1465 ] | 1458 ] |
1466 | 1459 |
1467 data_deps = [ | 1460 data_deps = [ |
1468 "//ash/common/strings:ash_test_strings", | 1461 "//ash/common/strings:ash_test_strings", |
1469 "//ash/resources:ash_test_resources_with_content_100_percent", | 1462 "//ash/resources:ash_test_resources_with_content_100_percent", |
1470 "//ash/resources:ash_test_resources_200_percent", | 1463 "//ash/resources:ash_test_resources_200_percent", |
1471 ] | 1464 ] |
1472 } | 1465 } |
OLD | NEW |