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

Side by Side Diff: ash/BUILD.gn

Issue 2790583004: Add second copy request after screen rotation to flatten the layers in animation. (Closed)
Patch Set: Move some functions to ash/utility/transformer_util. Created 3 years, 8 months 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
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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 "touch/touch_hud_debug.cc", 718 "touch/touch_hud_debug.cc",
719 "touch/touch_hud_debug.h", 719 "touch/touch_hud_debug.h",
720 "touch/touch_hud_projection.cc", 720 "touch/touch_hud_projection.cc",
721 "touch/touch_hud_projection.h", 721 "touch/touch_hud_projection.h",
722 "touch/touch_observer_hud.cc", 722 "touch/touch_observer_hud.cc",
723 "touch/touch_observer_hud.h", 723 "touch/touch_observer_hud.h",
724 "touch/touch_uma.cc", 724 "touch/touch_uma.cc",
725 "touch/touch_uma.h", 725 "touch/touch_uma.h",
726 "utility/screenshot_controller.cc", 726 "utility/screenshot_controller.cc",
727 "utility/screenshot_controller.h", 727 "utility/screenshot_controller.h",
728 "utility/transformer_util.cc",
729 "utility/transformer_util.h",
728 "virtual_keyboard_controller.cc", 730 "virtual_keyboard_controller.cc",
729 "virtual_keyboard_controller.h", 731 "virtual_keyboard_controller.h",
730 "wm/ash_focus_rules.cc", 732 "wm/ash_focus_rules.cc",
731 "wm/ash_focus_rules.h", 733 "wm/ash_focus_rules.h",
732 "wm/ash_native_cursor_manager.cc", 734 "wm/ash_native_cursor_manager.cc",
733 "wm/ash_native_cursor_manager.h", 735 "wm/ash_native_cursor_manager.h",
734 "wm/boot_splash_screen_chromeos.cc", 736 "wm/boot_splash_screen_chromeos.cc",
735 "wm/boot_splash_screen_chromeos.h", 737 "wm/boot_splash_screen_chromeos.h",
736 "wm/cursor_manager_chromeos.cc", 738 "wm/cursor_manager_chromeos.cc",
737 "wm/cursor_manager_chromeos.h", 739 "wm/cursor_manager_chromeos.h",
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 "//content/public/app:both", 1491 "//content/public/app:both",
1490 "//device/bluetooth", 1492 "//device/bluetooth",
1491 ] 1493 ]
1492 1494
1493 data_deps = [ 1495 data_deps = [
1494 "//ash/strings:ash_test_strings", 1496 "//ash/strings:ash_test_strings",
1495 "//ash/resources:ash_test_resources_with_content_100_percent", 1497 "//ash/resources:ash_test_resources_with_content_100_percent",
1496 "//ash/resources:ash_test_resources_200_percent", 1498 "//ash/resources:ash_test_resources_200_percent",
1497 ] 1499 ]
1498 } 1500 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/root_window_layout_manager.cc » ('j') | ash/display/root_window_transformers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698