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

Side by Side Diff: ash/BUILD.gn

Issue 2871813002: Converts remaining usage of WmLayoutManager to aura::LayoutManager (Closed)
Patch Set: cleanup Created 3 years, 7 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/aura/aura_layout_manager_adapter.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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "ash_constants.cc", 54 "ash_constants.cc",
55 "ash_constants.h", 55 "ash_constants.h",
56 "ash_export.h", 56 "ash_export.h",
57 "ash_layout_constants.cc", 57 "ash_layout_constants.cc",
58 "ash_layout_constants.h", 58 "ash_layout_constants.h",
59 "ash_switches.cc", 59 "ash_switches.cc",
60 "ash_switches.h", 60 "ash_switches.h",
61 "ash_touch_exploration_manager_chromeos.cc", 61 "ash_touch_exploration_manager_chromeos.cc",
62 "ash_touch_exploration_manager_chromeos.h", 62 "ash_touch_exploration_manager_chromeos.h",
63 "ash_view_ids.h", 63 "ash_view_ids.h",
64 "aura/aura_layout_manager_adapter.cc",
65 "aura/aura_layout_manager_adapter.h",
66 "aura/key_event_watcher_aura.cc", 64 "aura/key_event_watcher_aura.cc",
67 "aura/key_event_watcher_aura.h", 65 "aura/key_event_watcher_aura.h",
68 "aura/pointer_watcher_adapter.cc", 66 "aura/pointer_watcher_adapter.cc",
69 "aura/pointer_watcher_adapter.h", 67 "aura/pointer_watcher_adapter.h",
70 "aura/shell_port_classic.cc", 68 "aura/shell_port_classic.cc",
71 "aura/shell_port_classic.h", 69 "aura/shell_port_classic.h",
72 "autoclick/autoclick_controller.cc", 70 "autoclick/autoclick_controller.cc",
73 "autoclick/autoclick_controller.h", 71 "autoclick/autoclick_controller.h",
74 "cancel_mode.cc", 72 "cancel_mode.cc",
75 "cancel_mode.h", 73 "cancel_mode.h",
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 "wm/workspace/workspace_event_handler_aura.h", 791 "wm/workspace/workspace_event_handler_aura.h",
794 "wm/workspace/workspace_layout_manager.cc", 792 "wm/workspace/workspace_layout_manager.cc",
795 "wm/workspace/workspace_layout_manager.h", 793 "wm/workspace/workspace_layout_manager.h",
796 "wm/workspace/workspace_layout_manager_backdrop_delegate.h", 794 "wm/workspace/workspace_layout_manager_backdrop_delegate.h",
797 "wm/workspace/workspace_types.h", 795 "wm/workspace/workspace_types.h",
798 "wm/workspace/workspace_window_resizer.cc", 796 "wm/workspace/workspace_window_resizer.cc",
799 "wm/workspace/workspace_window_resizer.h", 797 "wm/workspace/workspace_window_resizer.h",
800 "wm/workspace_controller.cc", 798 "wm/workspace_controller.cc",
801 "wm/workspace_controller.h", 799 "wm/workspace_controller.h",
802 "wm_display_observer.h", 800 "wm_display_observer.h",
803 "wm_layout_manager.h",
804 "wm_transient_window_observer.h", 801 "wm_transient_window_observer.h",
805 "wm_window.cc", 802 "wm_window.cc",
806 "wm_window.h", 803 "wm_window.h",
807 ] 804 ]
808 805
809 configs += [ "//build/config:precompiled_headers" ] 806 configs += [ "//build/config:precompiled_headers" ]
810 defines = [ "ASH_IMPLEMENTATION" ] 807 defines = [ "ASH_IMPLEMENTATION" ]
811 808
812 public_deps = [ 809 public_deps = [
813 "//ash/resources", 810 "//ash/resources",
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 "//content/public/app:both", 1490 "//content/public/app:both",
1494 "//device/bluetooth", 1491 "//device/bluetooth",
1495 ] 1492 ]
1496 1493
1497 data_deps = [ 1494 data_deps = [
1498 "//ash/strings:ash_test_strings", 1495 "//ash/strings:ash_test_strings",
1499 "//ash/resources:ash_test_resources_with_content_100_percent", 1496 "//ash/resources:ash_test_resources_with_content_100_percent",
1500 "//ash/resources:ash_test_resources_200_percent", 1497 "//ash/resources:ash_test_resources_200_percent",
1501 ] 1498 ]
1502 } 1499 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/aura_layout_manager_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698