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

Side by Side Diff: ash/BUILD.gn

Issue 2955203002: Cros Tablet Window management - Split Screen part II (Closed)
Patch Set: Fix the failed ash_unittest. 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
« no previous file with comments | « no previous file | ash/wm/maximize_mode/maximize_mode_window_state.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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 "wm/native_cursor_manager_ash.h", 676 "wm/native_cursor_manager_ash.h",
677 "wm/native_cursor_manager_ash_classic.cc", 677 "wm/native_cursor_manager_ash_classic.cc",
678 "wm/native_cursor_manager_ash_classic.h", 678 "wm/native_cursor_manager_ash_classic.h",
679 "wm/native_cursor_manager_ash_mus.cc", 679 "wm/native_cursor_manager_ash_mus.cc",
680 "wm/native_cursor_manager_ash_mus.h", 680 "wm/native_cursor_manager_ash_mus.h",
681 "wm/overlay_event_filter.cc", 681 "wm/overlay_event_filter.cc",
682 "wm/overlay_event_filter.h", 682 "wm/overlay_event_filter.h",
683 "wm/overview/cleanup_animation_observer.cc", 683 "wm/overview/cleanup_animation_observer.cc",
684 "wm/overview/cleanup_animation_observer.h", 684 "wm/overview/cleanup_animation_observer.h",
685 "wm/overview/overview_animation_type.h", 685 "wm/overview/overview_animation_type.h",
686 "wm/overview/overview_window_drag_controller.cc",
687 "wm/overview/overview_window_drag_controller.h",
686 "wm/overview/scoped_overview_animation_settings.cc", 688 "wm/overview/scoped_overview_animation_settings.cc",
687 "wm/overview/scoped_overview_animation_settings.h", 689 "wm/overview/scoped_overview_animation_settings.h",
688 "wm/overview/scoped_transform_overview_window.cc", 690 "wm/overview/scoped_transform_overview_window.cc",
689 "wm/overview/scoped_transform_overview_window.h", 691 "wm/overview/scoped_transform_overview_window.h",
690 "wm/overview/window_grid.cc", 692 "wm/overview/window_grid.cc",
691 "wm/overview/window_grid.h", 693 "wm/overview/window_grid.h",
692 "wm/overview/window_selector.cc", 694 "wm/overview/window_selector.cc",
693 "wm/overview/window_selector.h", 695 "wm/overview/window_selector.h",
694 "wm/overview/window_selector_controller.cc", 696 "wm/overview/window_selector_controller.cc",
695 "wm/overview/window_selector_controller.h", 697 "wm/overview/window_selector_controller.h",
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 deps = [ 1776 deps = [
1775 ":test_support_with_content", 1777 ":test_support_with_content",
1776 "//base", 1778 "//base",
1777 "//skia", 1779 "//skia",
1778 "//testing/gtest", 1780 "//testing/gtest",
1779 "//ui/aura", 1781 "//ui/aura",
1780 "//ui/base", 1782 "//ui/base",
1781 "//ui/gl:test_support", 1783 "//ui/gl:test_support",
1782 ] 1784 ]
1783 } 1785 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/maximize_mode/maximize_mode_window_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698