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

Side by Side Diff: ash/BUILD.gn

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase 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/accelerators/accelerator_controller_unittest.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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "common/wallpaper/wallpaper_widget_controller.h", 452 "common/wallpaper/wallpaper_widget_controller.h",
453 "common/window_user_data.h", 453 "common/window_user_data.h",
454 "common/wm/always_on_top_controller.cc", 454 "common/wm/always_on_top_controller.cc",
455 "common/wm/always_on_top_controller.h", 455 "common/wm/always_on_top_controller.h",
456 "common/wm/container_finder.cc", 456 "common/wm/container_finder.cc",
457 "common/wm/container_finder.h", 457 "common/wm/container_finder.h",
458 "common/wm/default_state.cc", 458 "common/wm/default_state.cc",
459 "common/wm/default_state.h", 459 "common/wm/default_state.h",
460 "common/wm/default_window_resizer.cc", 460 "common/wm/default_window_resizer.cc",
461 "common/wm/default_window_resizer.h", 461 "common/wm/default_window_resizer.h",
462 "common/wm/dock/docked_window_layout_manager.cc",
463 "common/wm/dock/docked_window_layout_manager.h",
464 "common/wm/dock/docked_window_layout_manager_observer.h",
465 "common/wm/dock/docked_window_resizer.cc",
466 "common/wm/dock/docked_window_resizer.h",
467 "common/wm/drag_details.cc", 462 "common/wm/drag_details.cc",
468 "common/wm/drag_details.h", 463 "common/wm/drag_details.h",
469 "common/wm/focus_rules.cc", 464 "common/wm/focus_rules.cc",
470 "common/wm/focus_rules.h", 465 "common/wm/focus_rules.h",
471 "common/wm/fullscreen_window_finder.cc", 466 "common/wm/fullscreen_window_finder.cc",
472 "common/wm/fullscreen_window_finder.h", 467 "common/wm/fullscreen_window_finder.h",
473 "common/wm/immersive_context_ash.cc", 468 "common/wm/immersive_context_ash.cc",
474 "common/wm/immersive_context_ash.h", 469 "common/wm/immersive_context_ash.h",
475 "common/wm/lock_layout_manager.cc", 470 "common/wm/lock_layout_manager.cc",
476 "common/wm/lock_layout_manager.h", 471 "common/wm/lock_layout_manager.h",
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 "system/chromeos/power/power_event_observer_unittest.cc", 1224 "system/chromeos/power/power_event_observer_unittest.cc",
1230 "system/chromeos/power/tablet_power_button_controller_unittest.cc", 1225 "system/chromeos/power/tablet_power_button_controller_unittest.cc",
1231 "system/chromeos/power/video_activity_notifier_unittest.cc", 1226 "system/chromeos/power/video_activity_notifier_unittest.cc",
1232 "system/overview/overview_button_tray_unittest.cc", 1227 "system/overview/overview_button_tray_unittest.cc",
1233 "system/toast/toast_manager_unittest.cc", 1228 "system/toast/toast_manager_unittest.cc",
1234 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1229 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1235 "system/web_notification/web_notification_tray_unittest.cc", 1230 "system/web_notification/web_notification_tray_unittest.cc",
1236 "test/ash_test_helper_unittest.cc", 1231 "test/ash_test_helper_unittest.cc",
1237 "tooltips/tooltip_controller_unittest.cc", 1232 "tooltips/tooltip_controller_unittest.cc",
1238 "wm/ash_focus_rules_unittest.cc", 1233 "wm/ash_focus_rules_unittest.cc",
1239 "wm/dock/docked_window_layout_manager_unittest.cc",
1240 "wm/dock/docked_window_resizer_unittest.cc",
1241 "wm/immersive_fullscreen_controller_unittest.cc", 1234 "wm/immersive_fullscreen_controller_unittest.cc",
1242 "wm/lock_state_controller_unittest.cc", 1235 "wm/lock_state_controller_unittest.cc",
1243 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1236 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1244 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1237 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1245 "wm/overlay_event_filter_unittest.cc", 1238 "wm/overlay_event_filter_unittest.cc",
1246 "wm/overview/window_selector_unittest.cc", 1239 "wm/overview/window_selector_unittest.cc",
1247 "wm/panels/panel_layout_manager_unittest.cc", 1240 "wm/panels/panel_layout_manager_unittest.cc",
1248 "wm/panels/panel_window_resizer_unittest.cc", 1241 "wm/panels/panel_window_resizer_unittest.cc",
1249 "wm/root_window_layout_manager_unittest.cc", 1242 "wm/root_window_layout_manager_unittest.cc",
1250 "wm/screen_dimmer_unittest.cc", 1243 "wm/screen_dimmer_unittest.cc",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 "//content/public/app:both", 1501 "//content/public/app:both",
1509 "//device/bluetooth", 1502 "//device/bluetooth",
1510 ] 1503 ]
1511 1504
1512 data_deps = [ 1505 data_deps = [
1513 "//ash/strings:ash_test_strings", 1506 "//ash/strings:ash_test_strings",
1514 "//ash/resources:ash_test_resources_with_content_100_percent", 1507 "//ash/resources:ash_test_resources_with_content_100_percent",
1515 "//ash/resources:ash_test_resources_200_percent", 1508 "//ash/resources:ash_test_resources_200_percent",
1516 ] 1509 ]
1517 } 1510 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698