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

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: Rebased on all the changes previously. 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 "touch/touch_hud_debug.cc", 584 "touch/touch_hud_debug.cc",
585 "touch/touch_hud_debug.h", 585 "touch/touch_hud_debug.h",
586 "touch/touch_hud_projection.cc", 586 "touch/touch_hud_projection.cc",
587 "touch/touch_hud_projection.h", 587 "touch/touch_hud_projection.h",
588 "touch/touch_observer_hud.cc", 588 "touch/touch_observer_hud.cc",
589 "touch/touch_observer_hud.h", 589 "touch/touch_observer_hud.h",
590 "touch/touch_uma.cc", 590 "touch/touch_uma.cc",
591 "touch/touch_uma.h", 591 "touch/touch_uma.h",
592 "utility/screenshot_controller.cc", 592 "utility/screenshot_controller.cc",
593 "utility/screenshot_controller.h", 593 "utility/screenshot_controller.h",
594 "utility/transformer_util.cc",
595 "utility/transformer_util.h",
594 "virtual_keyboard_controller.cc", 596 "virtual_keyboard_controller.cc",
595 "virtual_keyboard_controller.h", 597 "virtual_keyboard_controller.h",
596 "wallpaper/wallpaper_controller.cc", 598 "wallpaper/wallpaper_controller.cc",
597 "wallpaper/wallpaper_controller.h", 599 "wallpaper/wallpaper_controller.h",
598 "wallpaper/wallpaper_controller_observer.h", 600 "wallpaper/wallpaper_controller_observer.h",
599 "wallpaper/wallpaper_delegate.h", 601 "wallpaper/wallpaper_delegate.h",
600 "wallpaper/wallpaper_view.cc", 602 "wallpaper/wallpaper_view.cc",
601 "wallpaper/wallpaper_view.h", 603 "wallpaper/wallpaper_view.h",
602 "wallpaper/wallpaper_widget_controller.cc", 604 "wallpaper/wallpaper_widget_controller.cc",
603 "wallpaper/wallpaper_widget_controller.h", 605 "wallpaper/wallpaper_widget_controller.h",
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "//content/public/app:both", 1494 "//content/public/app:both",
1493 "//device/bluetooth", 1495 "//device/bluetooth",
1494 ] 1496 ]
1495 1497
1496 data_deps = [ 1498 data_deps = [
1497 "//ash/strings:ash_test_strings", 1499 "//ash/strings:ash_test_strings",
1498 "//ash/resources:ash_test_resources_with_content_100_percent", 1500 "//ash/resources:ash_test_resources_with_content_100_percent",
1499 "//ash/resources:ash_test_resources_200_percent", 1501 "//ash/resources:ash_test_resources_200_percent",
1500 ] 1502 ]
1501 } 1503 }
OLDNEW
« no previous file with comments | « no previous file | ash/devtools/ash_devtools_unittest.cc » ('j') | ash/devtools/ash_devtools_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698