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