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

Side by Side Diff: ash/BUILD.gn

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 64 "aura/aura_layout_manager_adapter.cc",
65 "aura/aura_layout_manager_adapter.h", 65 "aura/aura_layout_manager_adapter.h",
66 "aura/key_event_watcher_aura.cc", 66 "aura/key_event_watcher_aura.cc",
67 "aura/key_event_watcher_aura.h", 67 "aura/key_event_watcher_aura.h",
68 "aura/pointer_watcher_adapter.cc", 68 "aura/pointer_watcher_adapter.cc",
69 "aura/pointer_watcher_adapter.h", 69 "aura/pointer_watcher_adapter.h",
70 "aura/wm_shell_aura.cc", 70 "aura/shell_port_classic.cc",
71 "aura/wm_shell_aura.h", 71 "aura/shell_port_classic.h",
72 "autoclick/autoclick_controller.cc", 72 "autoclick/autoclick_controller.cc",
73 "autoclick/autoclick_controller.h", 73 "autoclick/autoclick_controller.h",
74 "cancel_mode.cc", 74 "cancel_mode.cc",
75 "cancel_mode.h", 75 "cancel_mode.h",
76 "cast_config_controller.cc", 76 "cast_config_controller.cc",
77 "cast_config_controller.h", 77 "cast_config_controller.h",
78 "debug.cc", 78 "debug.cc",
79 "debug.h", 79 "debug.h",
80 "default_accessibility_delegate.cc", 80 "default_accessibility_delegate.cc",
81 "default_accessibility_delegate.h", 81 "default_accessibility_delegate.h",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "shelf/wm_shelf.cc", 314 "shelf/wm_shelf.cc",
315 "shelf/wm_shelf.h", 315 "shelf/wm_shelf.h",
316 "shelf/wm_shelf_observer.h", 316 "shelf/wm_shelf_observer.h",
317 "shelf/wm_shelf_util.cc", 317 "shelf/wm_shelf_util.cc",
318 "shelf/wm_shelf_util.h", 318 "shelf/wm_shelf_util.h",
319 "shell.cc", 319 "shell.cc",
320 "shell.h", 320 "shell.h",
321 "shell_delegate.h", 321 "shell_delegate.h",
322 "shell_init_params.h", 322 "shell_init_params.h",
323 "shell_observer.h", 323 "shell_observer.h",
324 "shell_port.cc",
325 "shell_port.h",
324 "shutdown_controller.cc", 326 "shutdown_controller.cc",
325 "shutdown_controller.h", 327 "shutdown_controller.h",
326 "sticky_keys/sticky_keys_controller.cc", 328 "sticky_keys/sticky_keys_controller.cc",
327 "sticky_keys/sticky_keys_controller.h", 329 "sticky_keys/sticky_keys_controller.h",
328 "sticky_keys/sticky_keys_overlay.cc", 330 "sticky_keys/sticky_keys_overlay.cc",
329 "sticky_keys/sticky_keys_overlay.h", 331 "sticky_keys/sticky_keys_overlay.h",
330 "sticky_keys/sticky_keys_state.h", 332 "sticky_keys/sticky_keys_state.h",
331 "system/accessibility_observer.h", 333 "system/accessibility_observer.h",
332 "system/audio/audio_detailed_view.cc", 334 "system/audio/audio_detailed_view.cc",
333 "system/audio/audio_detailed_view.h", 335 "system/audio/audio_detailed_view.h",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "wm/workspace/workspace_layout_manager.cc", 800 "wm/workspace/workspace_layout_manager.cc",
799 "wm/workspace/workspace_layout_manager.h", 801 "wm/workspace/workspace_layout_manager.h",
800 "wm/workspace/workspace_layout_manager_backdrop_delegate.h", 802 "wm/workspace/workspace_layout_manager_backdrop_delegate.h",
801 "wm/workspace/workspace_types.h", 803 "wm/workspace/workspace_types.h",
802 "wm/workspace/workspace_window_resizer.cc", 804 "wm/workspace/workspace_window_resizer.cc",
803 "wm/workspace/workspace_window_resizer.h", 805 "wm/workspace/workspace_window_resizer.h",
804 "wm/workspace_controller.cc", 806 "wm/workspace_controller.cc",
805 "wm/workspace_controller.h", 807 "wm/workspace_controller.h",
806 "wm_display_observer.h", 808 "wm_display_observer.h",
807 "wm_layout_manager.h", 809 "wm_layout_manager.h",
808 "wm_shell.cc",
809 "wm_shell.h",
810 "wm_transient_window_observer.h", 810 "wm_transient_window_observer.h",
811 "wm_window.cc", 811 "wm_window.cc",
812 "wm_window.h", 812 "wm_window.h",
813 ] 813 ]
814 814
815 configs += [ "//build/config:precompiled_headers" ] 815 configs += [ "//build/config:precompiled_headers" ]
816 defines = [ "ASH_IMPLEMENTATION" ] 816 defines = [ "ASH_IMPLEMENTATION" ]
817 817
818 public_deps = [ 818 public_deps = [
819 "//ash/resources", 819 "//ash/resources",
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 "//content/public/app:both", 1491 "//content/public/app:both",
1492 "//device/bluetooth", 1492 "//device/bluetooth",
1493 ] 1493 ]
1494 1494
1495 data_deps = [ 1495 data_deps = [
1496 "//ash/strings:ash_test_strings", 1496 "//ash/strings:ash_test_strings",
1497 "//ash/resources:ash_test_resources_with_content_100_percent", 1497 "//ash/resources:ash_test_resources_with_content_100_percent",
1498 "//ash/resources:ash_test_resources_200_percent", 1498 "//ash/resources:ash_test_resources_200_percent",
1499 ] 1499 ]
1500 } 1500 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698