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

Side by Side Diff: ash/BUILD.gn

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase and fix 1 test 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 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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "common/wallpaper/wallpaper_widget_controller.cc", 458 "common/wallpaper/wallpaper_widget_controller.cc",
459 "common/wallpaper/wallpaper_widget_controller.h", 459 "common/wallpaper/wallpaper_widget_controller.h",
460 "common/wm/always_on_top_controller.cc", 460 "common/wm/always_on_top_controller.cc",
461 "common/wm/always_on_top_controller.h", 461 "common/wm/always_on_top_controller.h",
462 "common/wm/container_finder.cc", 462 "common/wm/container_finder.cc",
463 "common/wm/container_finder.h", 463 "common/wm/container_finder.h",
464 "common/wm/default_state.cc", 464 "common/wm/default_state.cc",
465 "common/wm/default_state.h", 465 "common/wm/default_state.h",
466 "common/wm/default_window_resizer.cc", 466 "common/wm/default_window_resizer.cc",
467 "common/wm/default_window_resizer.h", 467 "common/wm/default_window_resizer.h",
468 "common/wm/dock/docked_window_layout_manager.cc",
469 "common/wm/dock/docked_window_layout_manager.h",
470 "common/wm/dock/docked_window_layout_manager_observer.h",
471 "common/wm/dock/docked_window_resizer.cc",
472 "common/wm/dock/docked_window_resizer.h",
473 "common/wm/drag_details.cc", 468 "common/wm/drag_details.cc",
474 "common/wm/drag_details.h", 469 "common/wm/drag_details.h",
475 "common/wm/focus_rules.cc", 470 "common/wm/focus_rules.cc",
476 "common/wm/focus_rules.h", 471 "common/wm/focus_rules.h",
477 "common/wm/fullscreen_window_finder.cc", 472 "common/wm/fullscreen_window_finder.cc",
478 "common/wm/fullscreen_window_finder.h", 473 "common/wm/fullscreen_window_finder.h",
479 "common/wm/immersive_context_ash.cc", 474 "common/wm/immersive_context_ash.cc",
480 "common/wm/immersive_context_ash.h", 475 "common/wm/immersive_context_ash.h",
481 "common/wm/lock_layout_manager.cc", 476 "common/wm/lock_layout_manager.cc",
482 "common/wm/lock_layout_manager.h", 477 "common/wm/lock_layout_manager.h",
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 "test/ash_test_environment_default.cc", 1256 "test/ash_test_environment_default.cc",
1262 "test/ash_test_helper_unittest.cc", 1257 "test/ash_test_helper_unittest.cc",
1263 "test/ash_unittests.cc", 1258 "test/ash_unittests.cc",
1264 "tooltips/tooltip_controller_unittest.cc", 1259 "tooltips/tooltip_controller_unittest.cc",
1265 "touch/touch_observer_hud_unittest.cc", 1260 "touch/touch_observer_hud_unittest.cc",
1266 "utility/screenshot_controller_unittest.cc", 1261 "utility/screenshot_controller_unittest.cc",
1267 "virtual_keyboard_controller_unittest.cc", 1262 "virtual_keyboard_controller_unittest.cc",
1268 "wm/always_on_top_controller_unittest.cc", 1263 "wm/always_on_top_controller_unittest.cc",
1269 "wm/ash_focus_rules_unittest.cc", 1264 "wm/ash_focus_rules_unittest.cc",
1270 "wm/ash_native_cursor_manager_unittest.cc", 1265 "wm/ash_native_cursor_manager_unittest.cc",
1271 "wm/dock/docked_window_layout_manager_unittest.cc",
1272 "wm/dock/docked_window_resizer_unittest.cc",
1273 "wm/drag_window_resizer_unittest.cc", 1266 "wm/drag_window_resizer_unittest.cc",
1274 "wm/gestures/overview_gesture_handler_unittest.cc", 1267 "wm/gestures/overview_gesture_handler_unittest.cc",
1275 "wm/immersive_fullscreen_controller_unittest.cc", 1268 "wm/immersive_fullscreen_controller_unittest.cc",
1276 "wm/lock_layout_manager_unittest.cc", 1269 "wm/lock_layout_manager_unittest.cc",
1277 "wm/lock_state_controller_unittest.cc", 1270 "wm/lock_state_controller_unittest.cc",
1278 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1271 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1279 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 1272 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
1280 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1273 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1281 "wm/overlay_event_filter_unittest.cc", 1274 "wm/overlay_event_filter_unittest.cc",
1282 "wm/overview/window_selector_unittest.cc", 1275 "wm/overview/window_selector_unittest.cc",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 "//content/public/app:both", 1402 "//content/public/app:both",
1410 "//device/bluetooth", 1403 "//device/bluetooth",
1411 ] 1404 ]
1412 1405
1413 data_deps = [ 1406 data_deps = [
1414 "//ash/common/strings:ash_test_strings", 1407 "//ash/common/strings:ash_test_strings",
1415 "//ash/resources:ash_test_resources_with_content_100_percent", 1408 "//ash/resources:ash_test_resources_with_content_100_percent",
1416 "//ash/resources:ash_test_resources_200_percent", 1409 "//ash/resources:ash_test_resources_200_percent",
1417 ] 1410 ]
1418 } 1411 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_unittest.cc » ('j') | ash/common/accelerators/accelerator_table.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698