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

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 comments from patch set 4. 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
« no previous file with comments | « no previous file | ash/animation/animation_change_type.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
11 # Windows 8 Metro mode. Windows support was removed in 2016. 11 # Windows 8 Metro mode. Windows support was removed in 2016.
12 assert(is_chromeos) 12 assert(is_chromeos)
13 assert(use_aura) 13 assert(use_aura)
14 assert(enable_hidpi) 14 assert(enable_hidpi)
15 15
16 component("ash") { 16 component("ash") {
17 sources = [ 17 sources = [
18 "accelerators/accelerator_commands_aura.cc", 18 "accelerators/accelerator_commands_aura.cc",
19 "accelerators/accelerator_commands_aura.h", 19 "accelerators/accelerator_commands_aura.h",
20 "accelerators/accelerator_controller_delegate_aura.cc", 20 "accelerators/accelerator_controller_delegate_aura.cc",
21 "accelerators/accelerator_controller_delegate_aura.h", 21 "accelerators/accelerator_controller_delegate_aura.h",
22 "accelerators/accelerator_delegate.cc", 22 "accelerators/accelerator_delegate.cc",
23 "accelerators/accelerator_delegate.h", 23 "accelerators/accelerator_delegate.h",
24 "accelerators/key_hold_detector.cc", 24 "accelerators/key_hold_detector.cc",
25 "accelerators/key_hold_detector.h", 25 "accelerators/key_hold_detector.h",
26 "accelerators/magnifier_key_scroller.cc", 26 "accelerators/magnifier_key_scroller.cc",
27 "accelerators/magnifier_key_scroller.h", 27 "accelerators/magnifier_key_scroller.h",
28 "accelerators/spoken_feedback_toggler.cc", 28 "accelerators/spoken_feedback_toggler.cc",
29 "accelerators/spoken_feedback_toggler.h", 29 "accelerators/spoken_feedback_toggler.h",
30 "animation/animation_change_type.h",
30 "app_list/app_list_delegate_impl.cc", 31 "app_list/app_list_delegate_impl.cc",
31 "app_list/app_list_delegate_impl.h", 32 "app_list/app_list_delegate_impl.h",
32 "app_list/app_list_presenter_delegate.cc", 33 "app_list/app_list_presenter_delegate.cc",
33 "app_list/app_list_presenter_delegate.h", 34 "app_list/app_list_presenter_delegate.h",
34 "app_list/app_list_presenter_delegate_factory.cc", 35 "app_list/app_list_presenter_delegate_factory.cc",
35 "app_list/app_list_presenter_delegate_factory.h", 36 "app_list/app_list_presenter_delegate_factory.h",
36 "ash_export.h", 37 "ash_export.h",
37 "ash_touch_exploration_manager_chromeos.cc", 38 "ash_touch_exploration_manager_chromeos.cc",
38 "ash_touch_exploration_manager_chromeos.h", 39 "ash_touch_exploration_manager_chromeos.h",
39 "aura/aura_layout_manager_adapter.cc", 40 "aura/aura_layout_manager_adapter.cc",
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "common/wallpaper/wallpaper_controller.cc", 455 "common/wallpaper/wallpaper_controller.cc",
455 "common/wallpaper/wallpaper_controller.h", 456 "common/wallpaper/wallpaper_controller.h",
456 "common/wallpaper/wallpaper_controller_observer.h", 457 "common/wallpaper/wallpaper_controller_observer.h",
457 "common/wallpaper/wallpaper_delegate.h", 458 "common/wallpaper/wallpaper_delegate.h",
458 "common/wallpaper/wallpaper_view.cc", 459 "common/wallpaper/wallpaper_view.cc",
459 "common/wallpaper/wallpaper_view.h", 460 "common/wallpaper/wallpaper_view.h",
460 "common/wallpaper/wallpaper_widget_controller.cc", 461 "common/wallpaper/wallpaper_widget_controller.cc",
461 "common/wallpaper/wallpaper_widget_controller.h", 462 "common/wallpaper/wallpaper_widget_controller.h",
462 "common/wm/always_on_top_controller.cc", 463 "common/wm/always_on_top_controller.cc",
463 "common/wm/always_on_top_controller.h", 464 "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", 465 "common/wm/container_finder.cc",
467 "common/wm/container_finder.h", 466 "common/wm/container_finder.h",
468 "common/wm/default_state.cc", 467 "common/wm/default_state.cc",
469 "common/wm/default_state.h", 468 "common/wm/default_state.h",
470 "common/wm/default_window_resizer.cc", 469 "common/wm/default_window_resizer.cc",
471 "common/wm/default_window_resizer.h", 470 "common/wm/default_window_resizer.h",
472 "common/wm/dock/docked_window_layout_manager.cc", 471 "common/wm/dock/docked_window_layout_manager.cc",
473 "common/wm/dock/docked_window_layout_manager.h", 472 "common/wm/dock/docked_window_layout_manager.h",
474 "common/wm/dock/docked_window_layout_manager_observer.h", 473 "common/wm/dock/docked_window_layout_manager_observer.h",
475 "common/wm/dock/docked_window_resizer.cc", 474 "common/wm/dock/docked_window_resizer.cc",
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "//content/public/app:both", 1418 "//content/public/app:both",
1420 "//device/bluetooth", 1419 "//device/bluetooth",
1421 ] 1420 ]
1422 1421
1423 data_deps = [ 1422 data_deps = [
1424 "//ash/common/strings:ash_test_strings", 1423 "//ash/common/strings:ash_test_strings",
1425 "//ash/resources:ash_test_resources_with_content_100_percent", 1424 "//ash/resources:ash_test_resources_with_content_100_percent",
1426 "//ash/resources:ash_test_resources_200_percent", 1425 "//ash/resources:ash_test_resources_200_percent",
1427 ] 1426 ]
1428 } 1427 }
OLDNEW
« no previous file with comments | « no previous file | ash/animation/animation_change_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698