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

Side by Side Diff: ash/BUILD.gn

Issue 2726823003: Remove WmLookup. (Closed)
Patch Set: Clean up include and modify comment. Created 3 years, 9 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/app_list/app_list_presenter_delegate.cc » ('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 25 matching lines...) Expand all
36 "app_list/app_list_presenter_delegate_factory.h", 36 "app_list/app_list_presenter_delegate_factory.h",
37 "ash_export.h", 37 "ash_export.h",
38 "ash_touch_exploration_manager_chromeos.cc", 38 "ash_touch_exploration_manager_chromeos.cc",
39 "ash_touch_exploration_manager_chromeos.h", 39 "ash_touch_exploration_manager_chromeos.h",
40 "aura/aura_layout_manager_adapter.cc", 40 "aura/aura_layout_manager_adapter.cc",
41 "aura/aura_layout_manager_adapter.h", 41 "aura/aura_layout_manager_adapter.h",
42 "aura/key_event_watcher_aura.cc", 42 "aura/key_event_watcher_aura.cc",
43 "aura/key_event_watcher_aura.h", 43 "aura/key_event_watcher_aura.h",
44 "aura/pointer_watcher_adapter.cc", 44 "aura/pointer_watcher_adapter.cc",
45 "aura/pointer_watcher_adapter.h", 45 "aura/pointer_watcher_adapter.h",
46 "aura/wm_lookup_aura.cc",
47 "aura/wm_lookup_aura.h",
48 "aura/wm_shell_aura.cc", 46 "aura/wm_shell_aura.cc",
49 "aura/wm_shell_aura.h", 47 "aura/wm_shell_aura.h",
50 "autoclick/autoclick_controller.cc", 48 "autoclick/autoclick_controller.cc",
51 "autoclick/autoclick_controller.h", 49 "autoclick/autoclick_controller.h",
52 "cancel_mode.cc", 50 "cancel_mode.cc",
53 "cancel_mode.h", 51 "cancel_mode.h",
54 "common/accelerators/accelerator_commands.cc", 52 "common/accelerators/accelerator_commands.cc",
55 "common/accelerators/accelerator_commands.h", 53 "common/accelerators/accelerator_commands.h",
56 "common/accelerators/accelerator_controller.cc", 54 "common/accelerators/accelerator_controller.cc",
57 "common/accelerators/accelerator_controller.h", 55 "common/accelerators/accelerator_controller.h",
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 "common/wm/workspace/workspace_layout_manager.h", 575 "common/wm/workspace/workspace_layout_manager.h",
578 "common/wm/workspace/workspace_layout_manager_backdrop_delegate.h", 576 "common/wm/workspace/workspace_layout_manager_backdrop_delegate.h",
579 "common/wm/workspace/workspace_types.h", 577 "common/wm/workspace/workspace_types.h",
580 "common/wm/workspace/workspace_window_resizer.cc", 578 "common/wm/workspace/workspace_window_resizer.cc",
581 "common/wm/workspace/workspace_window_resizer.h", 579 "common/wm/workspace/workspace_window_resizer.h",
582 "common/wm/workspace_controller.cc", 580 "common/wm/workspace_controller.cc",
583 "common/wm/workspace_controller.h", 581 "common/wm/workspace_controller.h",
584 "common/wm_activation_observer.h", 582 "common/wm_activation_observer.h",
585 "common/wm_display_observer.h", 583 "common/wm_display_observer.h",
586 "common/wm_layout_manager.h", 584 "common/wm_layout_manager.h",
587 "common/wm_lookup.cc",
588 "common/wm_lookup.h",
589 "common/wm_shell.cc", 585 "common/wm_shell.cc",
590 "common/wm_shell.h", 586 "common/wm_shell.h",
591 "common/wm_transient_window_observer.h", 587 "common/wm_transient_window_observer.h",
592 "common/wm_window.cc", 588 "common/wm_window.cc",
593 "common/wm_window.h", 589 "common/wm_window.h",
594 "common/wm_window_property.h", 590 "common/wm_window_property.h",
595 "common/wm_window_user_data.h", 591 "common/wm_window_user_data.h",
596 "debug.cc", 592 "debug.cc",
597 "debug.h", 593 "debug.h",
598 "default_wallpaper_delegate.cc", 594 "default_wallpaper_delegate.cc",
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 "//content/public/app:both", 1496 "//content/public/app:both",
1501 "//device/bluetooth", 1497 "//device/bluetooth",
1502 ] 1498 ]
1503 1499
1504 data_deps = [ 1500 data_deps = [
1505 "//ash/strings:ash_test_strings", 1501 "//ash/strings:ash_test_strings",
1506 "//ash/resources:ash_test_resources_with_content_100_percent", 1502 "//ash/resources:ash_test_resources_with_content_100_percent",
1507 "//ash/resources:ash_test_resources_200_percent", 1503 "//ash/resources:ash_test_resources_200_percent",
1508 ] 1504 ]
1509 } 1505 }
OLDNEW
« no previous file with comments | « no previous file | ash/app_list/app_list_presenter_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698