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

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
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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "common/wallpaper/wallpaper_widget_controller.h", 453 "common/wallpaper/wallpaper_widget_controller.h",
454 "common/window_user_data.h", 454 "common/window_user_data.h",
455 "common/wm/always_on_top_controller.cc", 455 "common/wm/always_on_top_controller.cc",
456 "common/wm/always_on_top_controller.h", 456 "common/wm/always_on_top_controller.h",
457 "common/wm/container_finder.cc", 457 "common/wm/container_finder.cc",
458 "common/wm/container_finder.h", 458 "common/wm/container_finder.h",
459 "common/wm/default_state.cc", 459 "common/wm/default_state.cc",
460 "common/wm/default_state.h", 460 "common/wm/default_state.h",
461 "common/wm/default_window_resizer.cc", 461 "common/wm/default_window_resizer.cc",
462 "common/wm/default_window_resizer.h", 462 "common/wm/default_window_resizer.h",
463 "common/wm/dock/docked_window_layout_manager.cc",
464 "common/wm/dock/docked_window_layout_manager.h",
465 "common/wm/dock/docked_window_layout_manager_observer.h",
466 "common/wm/dock/docked_window_resizer.cc",
467 "common/wm/dock/docked_window_resizer.h",
468 "common/wm/drag_details.cc", 463 "common/wm/drag_details.cc",
469 "common/wm/drag_details.h", 464 "common/wm/drag_details.h",
470 "common/wm/focus_rules.cc", 465 "common/wm/focus_rules.cc",
471 "common/wm/focus_rules.h", 466 "common/wm/focus_rules.h",
472 "common/wm/fullscreen_window_finder.cc", 467 "common/wm/fullscreen_window_finder.cc",
473 "common/wm/fullscreen_window_finder.h", 468 "common/wm/fullscreen_window_finder.h",
474 "common/wm/immersive_context_ash.cc", 469 "common/wm/immersive_context_ash.cc",
475 "common/wm/immersive_context_ash.h", 470 "common/wm/immersive_context_ash.h",
476 "common/wm/lock_layout_manager.cc", 471 "common/wm/lock_layout_manager.cc",
477 "common/wm/lock_layout_manager.h", 472 "common/wm/lock_layout_manager.h",
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 "system/chromeos/power/power_event_observer_unittest.cc", 1222 "system/chromeos/power/power_event_observer_unittest.cc",
1228 "system/chromeos/power/tablet_power_button_controller_unittest.cc", 1223 "system/chromeos/power/tablet_power_button_controller_unittest.cc",
1229 "system/chromeos/power/video_activity_notifier_unittest.cc", 1224 "system/chromeos/power/video_activity_notifier_unittest.cc",
1230 "system/overview/overview_button_tray_unittest.cc", 1225 "system/overview/overview_button_tray_unittest.cc",
1231 "system/toast/toast_manager_unittest.cc", 1226 "system/toast/toast_manager_unittest.cc",
1232 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1227 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1233 "system/web_notification/web_notification_tray_unittest.cc", 1228 "system/web_notification/web_notification_tray_unittest.cc",
1234 "test/ash_test_helper_unittest.cc", 1229 "test/ash_test_helper_unittest.cc",
1235 "tooltips/tooltip_controller_unittest.cc", 1230 "tooltips/tooltip_controller_unittest.cc",
1236 "wm/ash_focus_rules_unittest.cc", 1231 "wm/ash_focus_rules_unittest.cc",
1237 "wm/dock/docked_window_layout_manager_unittest.cc",
1238 "wm/dock/docked_window_resizer_unittest.cc",
1239 "wm/immersive_fullscreen_controller_unittest.cc", 1232 "wm/immersive_fullscreen_controller_unittest.cc",
1240 "wm/lock_state_controller_unittest.cc", 1233 "wm/lock_state_controller_unittest.cc",
1241 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1234 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1242 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1235 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1243 "wm/overlay_event_filter_unittest.cc", 1236 "wm/overlay_event_filter_unittest.cc",
1244 "wm/overview/window_selector_unittest.cc", 1237 "wm/overview/window_selector_unittest.cc",
1245 "wm/panels/panel_layout_manager_unittest.cc", 1238 "wm/panels/panel_layout_manager_unittest.cc",
1246 "wm/panels/panel_window_resizer_unittest.cc", 1239 "wm/panels/panel_window_resizer_unittest.cc",
1247 "wm/root_window_layout_manager_unittest.cc", 1240 "wm/root_window_layout_manager_unittest.cc",
1248 "wm/screen_dimmer_unittest.cc", 1241 "wm/screen_dimmer_unittest.cc",
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 "//content/public/app:both", 1498 "//content/public/app:both",
1506 "//device/bluetooth", 1499 "//device/bluetooth",
1507 ] 1500 ]
1508 1501
1509 data_deps = [ 1502 data_deps = [
1510 "//ash/strings:ash_test_strings", 1503 "//ash/strings:ash_test_strings",
1511 "//ash/resources:ash_test_resources_with_content_100_percent", 1504 "//ash/resources:ash_test_resources_with_content_100_percent",
1512 "//ash/resources:ash_test_resources_200_percent", 1505 "//ash/resources:ash_test_resources_200_percent",
1513 ] 1506 ]
1514 } 1507 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698