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

Side by Side Diff: ash/BUILD.gn

Issue 2679333002: [ash-md] Remove the number of animators used for the Shelf animations. (Closed)
Patch Set: Addressed review comments and updated ShelfBackgroundAnimator::animator_ lifetime. Created 3 years, 10 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "common/wallpaper/wallpaper_controller.cc", 454 "common/wallpaper/wallpaper_controller.cc",
455 "common/wallpaper/wallpaper_controller.h", 455 "common/wallpaper/wallpaper_controller.h",
456 "common/wallpaper/wallpaper_controller_observer.h", 456 "common/wallpaper/wallpaper_controller_observer.h",
457 "common/wallpaper/wallpaper_delegate.h", 457 "common/wallpaper/wallpaper_delegate.h",
458 "common/wallpaper/wallpaper_view.cc", 458 "common/wallpaper/wallpaper_view.cc",
459 "common/wallpaper/wallpaper_view.h", 459 "common/wallpaper/wallpaper_view.h",
460 "common/wallpaper/wallpaper_widget_controller.cc", 460 "common/wallpaper/wallpaper_widget_controller.cc",
461 "common/wallpaper/wallpaper_widget_controller.h", 461 "common/wallpaper/wallpaper_widget_controller.h",
462 "common/wm/always_on_top_controller.cc", 462 "common/wm/always_on_top_controller.cc",
463 "common/wm/always_on_top_controller.h", 463 "common/wm/always_on_top_controller.h",
464 "common/wm/background_animator.cc",
465 "common/wm/background_animator.h",
466 "common/wm/container_finder.cc", 464 "common/wm/container_finder.cc",
467 "common/wm/container_finder.h", 465 "common/wm/container_finder.h",
468 "common/wm/default_state.cc", 466 "common/wm/default_state.cc",
469 "common/wm/default_state.h", 467 "common/wm/default_state.h",
470 "common/wm/default_window_resizer.cc", 468 "common/wm/default_window_resizer.cc",
471 "common/wm/default_window_resizer.h", 469 "common/wm/default_window_resizer.h",
472 "common/wm/dock/docked_window_layout_manager.cc", 470 "common/wm/dock/docked_window_layout_manager.cc",
473 "common/wm/dock/docked_window_layout_manager.h", 471 "common/wm/dock/docked_window_layout_manager.h",
474 "common/wm/dock/docked_window_layout_manager_observer.h", 472 "common/wm/dock/docked_window_layout_manager_observer.h",
475 "common/wm/dock/docked_window_resizer.cc", 473 "common/wm/dock/docked_window_resizer.cc",
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "//content/public/app:both", 1417 "//content/public/app:both",
1420 "//device/bluetooth", 1418 "//device/bluetooth",
1421 ] 1419 ]
1422 1420
1423 data_deps = [ 1421 data_deps = [
1424 "//ash/common/strings:ash_test_strings", 1422 "//ash/common/strings:ash_test_strings",
1425 "//ash/resources:ash_test_resources_with_content_100_percent", 1423 "//ash/resources:ash_test_resources_with_content_100_percent",
1426 "//ash/resources:ash_test_resources_200_percent", 1424 "//ash/resources:ash_test_resources_200_percent",
1427 ] 1425 ]
1428 } 1426 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/shelf/shelf_background_animator.h » ('j') | ash/common/shelf/shelf_background_animator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698