Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: ash/BUILD.gn

Issue 2524863003: Move DisplayChangeObserver + tests from ash to ui. (Closed)
Patch Set: Rebase (again.. again.) Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 "common/wm_window_user_data.h", 609 "common/wm_window_user_data.h",
610 "debug.cc", 610 "debug.cc",
611 "debug.h", 611 "debug.h",
612 "default_wallpaper_delegate.cc", 612 "default_wallpaper_delegate.cc",
613 "default_wallpaper_delegate.h", 613 "default_wallpaper_delegate.h",
614 "display/cursor_window_controller.cc", 614 "display/cursor_window_controller.cc",
615 "display/cursor_window_controller.h", 615 "display/cursor_window_controller.h",
616 "display/display_animator.h", 616 "display/display_animator.h",
617 "display/display_animator_chromeos.cc", 617 "display/display_animator_chromeos.cc",
618 "display/display_animator_chromeos.h", 618 "display/display_animator_chromeos.h",
619 "display/display_change_observer_chromeos.cc",
620 "display/display_change_observer_chromeos.h",
621 "display/display_color_manager_chromeos.cc", 619 "display/display_color_manager_chromeos.cc",
622 "display/display_color_manager_chromeos.h", 620 "display/display_color_manager_chromeos.h",
623 "display/display_configuration_controller.cc", 621 "display/display_configuration_controller.cc",
624 "display/display_configuration_controller.h", 622 "display/display_configuration_controller.h",
625 "display/display_error_observer_chromeos.cc", 623 "display/display_error_observer_chromeos.cc",
626 "display/display_error_observer_chromeos.h", 624 "display/display_error_observer_chromeos.h",
627 "display/display_pref_util.h", 625 "display/display_pref_util.h",
628 "display/display_util.cc", 626 "display/display_util.cc",
629 "display/display_util.h", 627 "display/display_util.h",
630 "display/event_transformation_handler.cc", 628 "display/event_transformation_handler.cc",
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 "common/system/tray/tri_view_unittest.cc", 1259 "common/system/tray/tri_view_unittest.cc",
1262 "common/system/user/tray_user_unittest.cc", 1260 "common/system/user/tray_user_unittest.cc",
1263 1261
1264 # TODO: convert to use AshTest http://crbug.com/654517. 1262 # TODO: convert to use AshTest http://crbug.com/654517.
1265 "common/wallpaper/wallpaper_controller_unittest.cc", 1263 "common/wallpaper/wallpaper_controller_unittest.cc",
1266 1264
1267 # TODO: convert to use AshTest http://crbug.com/654524. 1265 # TODO: convert to use AshTest http://crbug.com/654524.
1268 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1266 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1269 "dip_unittest.cc", 1267 "dip_unittest.cc",
1270 "display/cursor_window_controller_unittest.cc", 1268 "display/cursor_window_controller_unittest.cc",
1271 "display/display_change_observer_chromeos_unittest.cc",
1272 "display/display_color_manager_chromeos_unittest.cc", 1269 "display/display_color_manager_chromeos_unittest.cc",
1273 "display/display_error_observer_chromeos_unittest.cc", 1270 "display/display_error_observer_chromeos_unittest.cc",
1274 "display/display_manager_unittest.cc", 1271 "display/display_manager_unittest.cc",
1275 "display/display_util_unittest.cc", 1272 "display/display_util_unittest.cc",
1276 "display/extended_mouse_warp_controller_unittest.cc", 1273 "display/extended_mouse_warp_controller_unittest.cc",
1277 "display/json_converter_unittest.cc", 1274 "display/json_converter_unittest.cc",
1278 "display/mirror_window_controller_unittest.cc", 1275 "display/mirror_window_controller_unittest.cc",
1279 "display/mouse_cursor_event_filter_unittest.cc", 1276 "display/mouse_cursor_event_filter_unittest.cc",
1280 "display/projecting_observer_chromeos_unittest.cc", 1277 "display/projecting_observer_chromeos_unittest.cc",
1281 "display/resolution_notification_controller_unittest.cc", 1278 "display/resolution_notification_controller_unittest.cc",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 if (is_win) { 1508 if (is_win) {
1512 configs -= [ "//build/config/win:console" ] 1509 configs -= [ "//build/config/win:console" ]
1513 configs += [ "//build/config/win:windowed" ] 1510 configs += [ "//build/config/win:windowed" ]
1514 deps += [ "//sandbox" ] 1511 deps += [ "//sandbox" ]
1515 } 1512 }
1516 1513
1517 if (is_chromeos) { 1514 if (is_chromeos) {
1518 deps += [ "//device/bluetooth" ] 1515 deps += [ "//device/bluetooth" ]
1519 } 1516 }
1520 } 1517 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698