| 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 "display/cursor_window_controller.h", | 595 "display/cursor_window_controller.h", |
| 596 "display/display_animator.h", | 596 "display/display_animator.h", |
| 597 "display/display_animator_chromeos.cc", | 597 "display/display_animator_chromeos.cc", |
| 598 "display/display_animator_chromeos.h", | 598 "display/display_animator_chromeos.h", |
| 599 "display/display_color_manager_chromeos.cc", | 599 "display/display_color_manager_chromeos.cc", |
| 600 "display/display_color_manager_chromeos.h", | 600 "display/display_color_manager_chromeos.h", |
| 601 "display/display_configuration_controller.cc", | 601 "display/display_configuration_controller.cc", |
| 602 "display/display_configuration_controller.h", | 602 "display/display_configuration_controller.h", |
| 603 "display/display_error_observer_chromeos.cc", | 603 "display/display_error_observer_chromeos.cc", |
| 604 "display/display_error_observer_chromeos.h", | 604 "display/display_error_observer_chromeos.h", |
| 605 "display/display_pref_util.h", | |
| 606 "display/display_util.cc", | 605 "display/display_util.cc", |
| 607 "display/display_util.h", | 606 "display/display_util.h", |
| 608 "display/event_transformation_handler.cc", | 607 "display/event_transformation_handler.cc", |
| 609 "display/event_transformation_handler.h", | 608 "display/event_transformation_handler.h", |
| 610 "display/extended_mouse_warp_controller.cc", | 609 "display/extended_mouse_warp_controller.cc", |
| 611 "display/extended_mouse_warp_controller.h", | 610 "display/extended_mouse_warp_controller.h", |
| 612 "display/json_converter.cc", | |
| 613 "display/json_converter.h", | |
| 614 "display/mirror_window_controller.cc", | 611 "display/mirror_window_controller.cc", |
| 615 "display/mirror_window_controller.h", | 612 "display/mirror_window_controller.h", |
| 616 "display/mouse_cursor_event_filter.cc", | 613 "display/mouse_cursor_event_filter.cc", |
| 617 "display/mouse_cursor_event_filter.h", | 614 "display/mouse_cursor_event_filter.h", |
| 618 "display/mouse_warp_controller.h", | 615 "display/mouse_warp_controller.h", |
| 619 "display/null_mouse_warp_controller.cc", | 616 "display/null_mouse_warp_controller.cc", |
| 620 "display/null_mouse_warp_controller.h", | 617 "display/null_mouse_warp_controller.h", |
| 621 "display/projecting_observer_chromeos.cc", | 618 "display/projecting_observer_chromeos.cc", |
| 622 "display/projecting_observer_chromeos.h", | 619 "display/projecting_observer_chromeos.h", |
| 623 "display/resolution_notification_controller.cc", | 620 "display/resolution_notification_controller.cc", |
| (...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1322 | 1319 |
| 1323 # TODO: tests in display generally use display_manger(), which doesn't | 1320 # TODO: tests in display generally use display_manger(), which doesn't |
| 1324 # exist in mash. Decide which of these tests need to be ported to mash. | 1321 # exist in mash. Decide which of these tests need to be ported to mash. |
| 1325 # http://crbug.com/695569 | 1322 # http://crbug.com/695569 |
| 1326 "display/cursor_window_controller_unittest.cc", | 1323 "display/cursor_window_controller_unittest.cc", |
| 1327 "display/display_color_manager_chromeos_unittest.cc", | 1324 "display/display_color_manager_chromeos_unittest.cc", |
| 1328 "display/display_error_observer_chromeos_unittest.cc", | 1325 "display/display_error_observer_chromeos_unittest.cc", |
| 1329 "display/display_manager_unittest.cc", | 1326 "display/display_manager_unittest.cc", |
| 1330 "display/display_util_unittest.cc", | 1327 "display/display_util_unittest.cc", |
| 1331 "display/extended_mouse_warp_controller_unittest.cc", | 1328 "display/extended_mouse_warp_controller_unittest.cc", |
| 1332 "display/json_converter_unittest.cc", | |
| 1333 "display/mirror_window_controller_unittest.cc", | 1329 "display/mirror_window_controller_unittest.cc", |
| 1334 "display/mouse_cursor_event_filter_unittest.cc", | 1330 "display/mouse_cursor_event_filter_unittest.cc", |
| 1335 "display/projecting_observer_chromeos_unittest.cc", | 1331 "display/projecting_observer_chromeos_unittest.cc", |
| 1336 "display/resolution_notification_controller_unittest.cc", | 1332 "display/resolution_notification_controller_unittest.cc", |
| 1337 "display/root_window_transformers_unittest.cc", | 1333 "display/root_window_transformers_unittest.cc", |
| 1338 "display/screen_ash_unittest.cc", | 1334 "display/screen_ash_unittest.cc", |
| 1339 "display/screen_position_controller_unittest.cc", | 1335 "display/screen_position_controller_unittest.cc", |
| 1340 "display/unified_mouse_warp_controller_unittest.cc", | 1336 "display/unified_mouse_warp_controller_unittest.cc", |
| 1341 "display/window_tree_host_manager_unittest.cc", | 1337 "display/window_tree_host_manager_unittest.cc", |
| 1342 | 1338 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 "//content/public/app:both", | 1503 "//content/public/app:both", |
| 1508 "//device/bluetooth", | 1504 "//device/bluetooth", |
| 1509 ] | 1505 ] |
| 1510 | 1506 |
| 1511 data_deps = [ | 1507 data_deps = [ |
| 1512 "//ash/strings:ash_test_strings", | 1508 "//ash/strings:ash_test_strings", |
| 1513 "//ash/resources:ash_test_resources_with_content_100_percent", | 1509 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1514 "//ash/resources:ash_test_resources_200_percent", | 1510 "//ash/resources:ash_test_resources_200_percent", |
| 1515 ] | 1511 ] |
| 1516 } | 1512 } |
| OLD | NEW |