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

Side by Side Diff: ash/BUILD.gn

Issue 2955203002: Cros Tablet Window management - Split Screen part II (Closed)
Patch Set: Rebase. Created 3 years, 5 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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 "wm/native_cursor_manager_ash.h", 678 "wm/native_cursor_manager_ash.h",
679 "wm/native_cursor_manager_ash_classic.cc", 679 "wm/native_cursor_manager_ash_classic.cc",
680 "wm/native_cursor_manager_ash_classic.h", 680 "wm/native_cursor_manager_ash_classic.h",
681 "wm/native_cursor_manager_ash_mus.cc", 681 "wm/native_cursor_manager_ash_mus.cc",
682 "wm/native_cursor_manager_ash_mus.h", 682 "wm/native_cursor_manager_ash_mus.h",
683 "wm/overlay_event_filter.cc", 683 "wm/overlay_event_filter.cc",
684 "wm/overlay_event_filter.h", 684 "wm/overlay_event_filter.h",
685 "wm/overview/cleanup_animation_observer.cc", 685 "wm/overview/cleanup_animation_observer.cc",
686 "wm/overview/cleanup_animation_observer.h", 686 "wm/overview/cleanup_animation_observer.h",
687 "wm/overview/overview_animation_type.h", 687 "wm/overview/overview_animation_type.h",
688 "wm/overview/overview_window_drag_controller.cc",
689 "wm/overview/overview_window_drag_controller.h",
688 "wm/overview/scoped_overview_animation_settings.cc", 690 "wm/overview/scoped_overview_animation_settings.cc",
689 "wm/overview/scoped_overview_animation_settings.h", 691 "wm/overview/scoped_overview_animation_settings.h",
690 "wm/overview/scoped_transform_overview_window.cc", 692 "wm/overview/scoped_transform_overview_window.cc",
691 "wm/overview/scoped_transform_overview_window.h", 693 "wm/overview/scoped_transform_overview_window.h",
692 "wm/overview/window_grid.cc", 694 "wm/overview/window_grid.cc",
693 "wm/overview/window_grid.h", 695 "wm/overview/window_grid.h",
694 "wm/overview/window_selector.cc", 696 "wm/overview/window_selector.cc",
695 "wm/overview/window_selector.h", 697 "wm/overview/window_selector.h",
696 "wm/overview/window_selector_controller.cc", 698 "wm/overview/window_selector_controller.cc",
697 "wm/overview/window_selector_controller.h", 699 "wm/overview/window_selector_controller.h",
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 "//content/public/app:both", 1564 "//content/public/app:both",
1563 "//device/bluetooth", 1565 "//device/bluetooth",
1564 ] 1566 ]
1565 1567
1566 data_deps = [ 1568 data_deps = [
1567 "//ash/strings:ash_test_strings", 1569 "//ash/strings:ash_test_strings",
1568 "//ash/resources:ash_test_resources_with_content_100_percent", 1570 "//ash/resources:ash_test_resources_with_content_100_percent",
1569 "//ash/resources:ash_test_resources_200_percent", 1571 "//ash/resources:ash_test_resources_200_percent",
1570 ] 1572 ]
1571 } 1573 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/maximize_mode/maximize_mode_window_state.cc » ('j') | ash/wm/overview/overview_window_drag_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698