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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
596 "display/cursor_window_controller.h", | 596 "display/cursor_window_controller.h", |
597 "display/display_animator.h", | 597 "display/display_animator.h", |
598 "display/display_animator_chromeos.cc", | 598 "display/display_animator_chromeos.cc", |
599 "display/display_animator_chromeos.h", | 599 "display/display_animator_chromeos.h", |
600 "display/display_color_manager_chromeos.cc", | 600 "display/display_color_manager_chromeos.cc", |
601 "display/display_color_manager_chromeos.h", | 601 "display/display_color_manager_chromeos.h", |
602 "display/display_configuration_controller.cc", | 602 "display/display_configuration_controller.cc", |
603 "display/display_configuration_controller.h", | 603 "display/display_configuration_controller.h", |
604 "display/display_error_observer_chromeos.cc", | 604 "display/display_error_observer_chromeos.cc", |
605 "display/display_error_observer_chromeos.h", | 605 "display/display_error_observer_chromeos.h", |
606 "display/display_pref_util.h", | |
607 "display/display_util.cc", | 606 "display/display_util.cc", |
608 "display/display_util.h", | 607 "display/display_util.h", |
609 "display/event_transformation_handler.cc", | 608 "display/event_transformation_handler.cc", |
610 "display/event_transformation_handler.h", | 609 "display/event_transformation_handler.h", |
611 "display/extended_mouse_warp_controller.cc", | 610 "display/extended_mouse_warp_controller.cc", |
612 "display/extended_mouse_warp_controller.h", | 611 "display/extended_mouse_warp_controller.h", |
613 "display/json_converter.cc", | |
614 "display/json_converter.h", | |
615 "display/mirror_window_controller.cc", | 612 "display/mirror_window_controller.cc", |
616 "display/mirror_window_controller.h", | 613 "display/mirror_window_controller.h", |
617 "display/mouse_cursor_event_filter.cc", | 614 "display/mouse_cursor_event_filter.cc", |
618 "display/mouse_cursor_event_filter.h", | 615 "display/mouse_cursor_event_filter.h", |
619 "display/mouse_warp_controller.h", | 616 "display/mouse_warp_controller.h", |
620 "display/null_mouse_warp_controller.cc", | 617 "display/null_mouse_warp_controller.cc", |
621 "display/null_mouse_warp_controller.h", | 618 "display/null_mouse_warp_controller.h", |
622 "display/projecting_observer_chromeos.cc", | 619 "display/projecting_observer_chromeos.cc", |
623 "display/projecting_observer_chromeos.h", | 620 "display/projecting_observer_chromeos.h", |
624 "display/resolution_notification_controller.cc", | 621 "display/resolution_notification_controller.cc", |
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1298 | 1295 |
1299 # TODO: tests in display generally use display_manger(), which doesn't | 1296 # TODO: tests in display generally use display_manger(), which doesn't |
1300 # exist in mash. Decide which of these tests need to be ported to mash. | 1297 # exist in mash. Decide which of these tests need to be ported to mash. |
1301 # http://crbug.com/695569 | 1298 # http://crbug.com/695569 |
1302 "display/cursor_window_controller_unittest.cc", | 1299 "display/cursor_window_controller_unittest.cc", |
1303 "display/display_color_manager_chromeos_unittest.cc", | 1300 "display/display_color_manager_chromeos_unittest.cc", |
1304 "display/display_error_observer_chromeos_unittest.cc", | 1301 "display/display_error_observer_chromeos_unittest.cc", |
1305 "display/display_manager_unittest.cc", | 1302 "display/display_manager_unittest.cc", |
1306 "display/display_util_unittest.cc", | 1303 "display/display_util_unittest.cc", |
1307 "display/extended_mouse_warp_controller_unittest.cc", | 1304 "display/extended_mouse_warp_controller_unittest.cc", |
1308 "display/json_converter_unittest.cc", | |
1309 "display/mirror_window_controller_unittest.cc", | 1305 "display/mirror_window_controller_unittest.cc", |
1310 "display/mouse_cursor_event_filter_unittest.cc", | 1306 "display/mouse_cursor_event_filter_unittest.cc", |
1311 "display/projecting_observer_chromeos_unittest.cc", | 1307 "display/projecting_observer_chromeos_unittest.cc", |
1312 "display/resolution_notification_controller_unittest.cc", | 1308 "display/resolution_notification_controller_unittest.cc", |
1313 "display/root_window_transformers_unittest.cc", | 1309 "display/root_window_transformers_unittest.cc", |
1314 "display/screen_ash_unittest.cc", | 1310 "display/screen_ash_unittest.cc", |
1315 "display/screen_position_controller_unittest.cc", | 1311 "display/screen_position_controller_unittest.cc", |
1316 "display/unified_mouse_warp_controller_unittest.cc", | 1312 "display/unified_mouse_warp_controller_unittest.cc", |
1317 "display/window_tree_host_manager_unittest.cc", | 1313 "display/window_tree_host_manager_unittest.cc", |
1318 | 1314 |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1495 "//content/public/app:both", | 1491 "//content/public/app:both", |
1496 "//device/bluetooth", | 1492 "//device/bluetooth", |
1497 ] | 1493 ] |
1498 | 1494 |
1499 data_deps = [ | 1495 data_deps = [ |
1500 "//ash/strings:ash_test_strings", | 1496 "//ash/strings:ash_test_strings", |
1501 "//ash/resources:ash_test_resources_with_content_100_percent", | 1497 "//ash/resources:ash_test_resources_with_content_100_percent", |
1502 "//ash/resources:ash_test_resources_200_percent", | 1498 "//ash/resources:ash_test_resources_200_percent", |
1503 ] | 1499 ] |
1504 } | 1500 } |
OLD | NEW |