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

Side by Side Diff: ash/BUILD.gn

Issue 2889413002: chromeos: nukes window_state_aura (Closed)
Patch Set: merge, remove include from windows and shuffle functions for declaration Created 3 years, 7 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/accelerators/accelerator_commands_unittest.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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 "wm/window_positioner.cc", 768 "wm/window_positioner.cc",
769 "wm/window_positioner.h", 769 "wm/window_positioner.h",
770 "wm/window_positioning_utils.cc", 770 "wm/window_positioning_utils.cc",
771 "wm/window_positioning_utils.h", 771 "wm/window_positioning_utils.h",
772 "wm/window_properties.cc", 772 "wm/window_properties.cc",
773 "wm/window_properties.h", 773 "wm/window_properties.h",
774 "wm/window_resizer.cc", 774 "wm/window_resizer.cc",
775 "wm/window_resizer.h", 775 "wm/window_resizer.h",
776 "wm/window_state.cc", 776 "wm/window_state.cc",
777 "wm/window_state.h", 777 "wm/window_state.h",
778 "wm/window_state_aura.cc",
779 "wm/window_state_aura.h",
780 "wm/window_state_delegate.cc", 778 "wm/window_state_delegate.cc",
781 "wm/window_state_delegate.h", 779 "wm/window_state_delegate.h",
782 "wm/window_state_observer.h", 780 "wm/window_state_observer.h",
783 "wm/window_state_util.cc", 781 "wm/window_state_util.cc",
784 "wm/window_state_util.h", 782 "wm/window_state_util.h",
785 "wm/window_util.cc", 783 "wm/window_util.cc",
786 "wm/window_util.h", 784 "wm/window_util.h",
787 "wm/wm_event.cc", 785 "wm/wm_event.cc",
788 "wm/wm_event.h", 786 "wm/wm_event.h",
789 "wm/wm_snap_to_pixel_layout_manager.cc", 787 "wm/wm_snap_to_pixel_layout_manager.cc",
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 "//content/public/app:both", 1512 "//content/public/app:both",
1515 "//device/bluetooth", 1513 "//device/bluetooth",
1516 ] 1514 ]
1517 1515
1518 data_deps = [ 1516 data_deps = [
1519 "//ash/strings:ash_test_strings", 1517 "//ash/strings:ash_test_strings",
1520 "//ash/resources:ash_test_resources_with_content_100_percent", 1518 "//ash/resources:ash_test_resources_with_content_100_percent",
1521 "//ash/resources:ash_test_resources_200_percent", 1519 "//ash/resources:ash_test_resources_200_percent",
1522 ] 1520 ]
1523 } 1521 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_commands_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698