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

Unified Diff: ash/BUILD.gn

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: oshima + mfomitchev comments Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 711c8ec1ff8c652f4fd7e7c219c0474f8eafe841..e758261b834123e37d4d69028c37ad17a9874a85 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -465,11 +465,6 @@ component("ash") {
"common/wm/default_state.h",
"common/wm/default_window_resizer.cc",
"common/wm/default_window_resizer.h",
- "common/wm/dock/docked_window_layout_manager.cc",
- "common/wm/dock/docked_window_layout_manager.h",
varkha 2017/02/28 00:59:02 Please make sure that all those files are removed.
afakhry 2017/03/09 22:28:26 Done.
- "common/wm/dock/docked_window_layout_manager_observer.h",
- "common/wm/dock/docked_window_resizer.cc",
- "common/wm/dock/docked_window_resizer.h",
"common/wm/drag_details.cc",
"common/wm/drag_details.h",
"common/wm/focus_rules.cc",
@@ -1338,8 +1333,6 @@ test("ash_unittests") {
"wm/always_on_top_controller_unittest.cc",
"wm/ash_focus_rules_unittest.cc",
"wm/ash_native_cursor_manager_unittest.cc",
- "wm/dock/docked_window_layout_manager_unittest.cc",
- "wm/dock/docked_window_resizer_unittest.cc",
"wm/drag_window_resizer_unittest.cc",
"wm/gestures/overview_gesture_handler_unittest.cc",
"wm/immersive_fullscreen_controller_unittest.cc",
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_unittest.cc » ('j') | ash/common/accelerators/accelerator_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698