| 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 "common/wallpaper/wallpaper_widget_controller.h", | 455 "common/wallpaper/wallpaper_widget_controller.h", |
| 456 "common/window_user_data.h", | 456 "common/window_user_data.h", |
| 457 "common/wm/always_on_top_controller.cc", | 457 "common/wm/always_on_top_controller.cc", |
| 458 "common/wm/always_on_top_controller.h", | 458 "common/wm/always_on_top_controller.h", |
| 459 "common/wm/container_finder.cc", | 459 "common/wm/container_finder.cc", |
| 460 "common/wm/container_finder.h", | 460 "common/wm/container_finder.h", |
| 461 "common/wm/default_state.cc", | 461 "common/wm/default_state.cc", |
| 462 "common/wm/default_state.h", | 462 "common/wm/default_state.h", |
| 463 "common/wm/default_window_resizer.cc", | 463 "common/wm/default_window_resizer.cc", |
| 464 "common/wm/default_window_resizer.h", | 464 "common/wm/default_window_resizer.h", |
| 465 "common/wm/dock/docked_window_layout_manager.cc", | |
| 466 "common/wm/dock/docked_window_layout_manager.h", | |
| 467 "common/wm/dock/docked_window_layout_manager_observer.h", | |
| 468 "common/wm/dock/docked_window_resizer.cc", | |
| 469 "common/wm/dock/docked_window_resizer.h", | |
| 470 "common/wm/drag_details.cc", | 465 "common/wm/drag_details.cc", |
| 471 "common/wm/drag_details.h", | 466 "common/wm/drag_details.h", |
| 472 "common/wm/focus_rules.cc", | 467 "common/wm/focus_rules.cc", |
| 473 "common/wm/focus_rules.h", | 468 "common/wm/focus_rules.h", |
| 474 "common/wm/fullscreen_window_finder.cc", | 469 "common/wm/fullscreen_window_finder.cc", |
| 475 "common/wm/fullscreen_window_finder.h", | 470 "common/wm/fullscreen_window_finder.h", |
| 476 "common/wm/immersive_context_ash.cc", | 471 "common/wm/immersive_context_ash.cc", |
| 477 "common/wm/immersive_context_ash.h", | 472 "common/wm/immersive_context_ash.h", |
| 478 "common/wm/lock_layout_manager.cc", | 473 "common/wm/lock_layout_manager.cc", |
| 479 "common/wm/lock_layout_manager.h", | 474 "common/wm/lock_layout_manager.h", |
| (...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1229 "system/chromeos/power/power_event_observer_unittest.cc", | 1224 "system/chromeos/power/power_event_observer_unittest.cc", |
| 1230 "system/chromeos/power/tablet_power_button_controller_unittest.cc", | 1225 "system/chromeos/power/tablet_power_button_controller_unittest.cc", |
| 1231 "system/chromeos/power/video_activity_notifier_unittest.cc", | 1226 "system/chromeos/power/video_activity_notifier_unittest.cc", |
| 1232 "system/overview/overview_button_tray_unittest.cc", | 1227 "system/overview/overview_button_tray_unittest.cc", |
| 1233 "system/toast/toast_manager_unittest.cc", | 1228 "system/toast/toast_manager_unittest.cc", |
| 1234 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", | 1229 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", |
| 1235 "system/web_notification/web_notification_tray_unittest.cc", | 1230 "system/web_notification/web_notification_tray_unittest.cc", |
| 1236 "test/ash_test_helper_unittest.cc", | 1231 "test/ash_test_helper_unittest.cc", |
| 1237 "tooltips/tooltip_controller_unittest.cc", | 1232 "tooltips/tooltip_controller_unittest.cc", |
| 1238 "wm/ash_focus_rules_unittest.cc", | 1233 "wm/ash_focus_rules_unittest.cc", |
| 1239 "wm/dock/docked_window_layout_manager_unittest.cc", | |
| 1240 "wm/dock/docked_window_resizer_unittest.cc", | |
| 1241 "wm/immersive_fullscreen_controller_unittest.cc", | 1234 "wm/immersive_fullscreen_controller_unittest.cc", |
| 1242 "wm/lock_state_controller_unittest.cc", | 1235 "wm/lock_state_controller_unittest.cc", |
| 1243 "wm/maximize_mode/accelerometer_test_data_literals.cc", | 1236 "wm/maximize_mode/accelerometer_test_data_literals.cc", |
| 1244 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", | 1237 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", |
| 1245 "wm/overlay_event_filter_unittest.cc", | 1238 "wm/overlay_event_filter_unittest.cc", |
| 1246 "wm/overview/window_selector_unittest.cc", | 1239 "wm/overview/window_selector_unittest.cc", |
| 1247 "wm/panels/panel_layout_manager_unittest.cc", | 1240 "wm/panels/panel_layout_manager_unittest.cc", |
| 1248 "wm/panels/panel_window_resizer_unittest.cc", | 1241 "wm/panels/panel_window_resizer_unittest.cc", |
| 1249 "wm/root_window_layout_manager_unittest.cc", | 1242 "wm/root_window_layout_manager_unittest.cc", |
| 1250 "wm/screen_dimmer_unittest.cc", | 1243 "wm/screen_dimmer_unittest.cc", |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 "//content/public/app:both", | 1500 "//content/public/app:both", |
| 1508 "//device/bluetooth", | 1501 "//device/bluetooth", |
| 1509 ] | 1502 ] |
| 1510 | 1503 |
| 1511 data_deps = [ | 1504 data_deps = [ |
| 1512 "//ash/strings:ash_test_strings", | 1505 "//ash/strings:ash_test_strings", |
| 1513 "//ash/resources:ash_test_resources_with_content_100_percent", | 1506 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1514 "//ash/resources:ash_test_resources_200_percent", | 1507 "//ash/resources:ash_test_resources_200_percent", |
| 1515 ] | 1508 ] |
| 1516 } | 1509 } |
| OLD | NEW |