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

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: Separate the two test sets for slow/smooth animation. 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
« no previous file with comments | « no previous file | ash/display/display_configuration_controller.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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 "touch/touch_hud_debug.cc", 582 "touch/touch_hud_debug.cc",
583 "touch/touch_hud_debug.h", 583 "touch/touch_hud_debug.h",
584 "touch/touch_hud_projection.cc", 584 "touch/touch_hud_projection.cc",
585 "touch/touch_hud_projection.h", 585 "touch/touch_hud_projection.h",
586 "touch/touch_observer_hud.cc", 586 "touch/touch_observer_hud.cc",
587 "touch/touch_observer_hud.h", 587 "touch/touch_observer_hud.h",
588 "touch/touch_uma.cc", 588 "touch/touch_uma.cc",
589 "touch/touch_uma.h", 589 "touch/touch_uma.h",
590 "utility/screenshot_controller.cc", 590 "utility/screenshot_controller.cc",
591 "utility/screenshot_controller.h", 591 "utility/screenshot_controller.h",
592 "utility/transformer_util.cc",
593 "utility/transformer_util.h",
592 "virtual_keyboard_controller.cc", 594 "virtual_keyboard_controller.cc",
593 "virtual_keyboard_controller.h", 595 "virtual_keyboard_controller.h",
594 "wallpaper/wallpaper_controller.cc", 596 "wallpaper/wallpaper_controller.cc",
595 "wallpaper/wallpaper_controller.h", 597 "wallpaper/wallpaper_controller.h",
596 "wallpaper/wallpaper_controller_observer.h", 598 "wallpaper/wallpaper_controller_observer.h",
597 "wallpaper/wallpaper_delegate.h", 599 "wallpaper/wallpaper_delegate.h",
598 "wallpaper/wallpaper_view.cc", 600 "wallpaper/wallpaper_view.cc",
599 "wallpaper/wallpaper_view.h", 601 "wallpaper/wallpaper_view.h",
600 "wallpaper/wallpaper_widget_controller.cc", 602 "wallpaper/wallpaper_widget_controller.cc",
601 "wallpaper/wallpaper_widget_controller.h", 603 "wallpaper/wallpaper_widget_controller.h",
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 "//content/public/app:both", 1493 "//content/public/app:both",
1492 "//device/bluetooth", 1494 "//device/bluetooth",
1493 ] 1495 ]
1494 1496
1495 data_deps = [ 1497 data_deps = [
1496 "//ash/strings:ash_test_strings", 1498 "//ash/strings:ash_test_strings",
1497 "//ash/resources:ash_test_resources_with_content_100_percent", 1499 "//ash/resources:ash_test_resources_with_content_100_percent",
1498 "//ash/resources:ash_test_resources_200_percent", 1500 "//ash/resources:ash_test_resources_200_percent",
1499 ] 1501 ]
1500 } 1502 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_configuration_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698