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

Side by Side Diff: ash/BUILD.gn

Issue 2731663002: Remove WmWindowProperty (Closed)
Patch Set: Created 3 years, 9 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 "common/wm_activation_observer.h", 584 "common/wm_activation_observer.h",
585 "common/wm_display_observer.h", 585 "common/wm_display_observer.h",
586 "common/wm_layout_manager.h", 586 "common/wm_layout_manager.h",
587 "common/wm_lookup.cc", 587 "common/wm_lookup.cc",
588 "common/wm_lookup.h", 588 "common/wm_lookup.h",
589 "common/wm_shell.cc", 589 "common/wm_shell.cc",
590 "common/wm_shell.h", 590 "common/wm_shell.h",
591 "common/wm_transient_window_observer.h", 591 "common/wm_transient_window_observer.h",
592 "common/wm_window.cc", 592 "common/wm_window.cc",
593 "common/wm_window.h", 593 "common/wm_window.h",
594 "common/wm_window_property.h",
595 "common/wm_window_user_data.h", 594 "common/wm_window_user_data.h",
596 "debug.cc", 595 "debug.cc",
597 "debug.h", 596 "debug.h",
598 "default_wallpaper_delegate.cc", 597 "default_wallpaper_delegate.cc",
599 "default_wallpaper_delegate.h", 598 "default_wallpaper_delegate.h",
600 "display/cursor_window_controller.cc", 599 "display/cursor_window_controller.cc",
601 "display/cursor_window_controller.h", 600 "display/cursor_window_controller.h",
602 "display/display_animator.h", 601 "display/display_animator.h",
603 "display/display_animator_chromeos.cc", 602 "display/display_animator_chromeos.cc",
604 "display/display_animator_chromeos.h", 603 "display/display_animator_chromeos.h",
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 "//content/public/app:both", 1480 "//content/public/app:both",
1482 "//device/bluetooth", 1481 "//device/bluetooth",
1483 ] 1482 ]
1484 1483
1485 data_deps = [ 1484 data_deps = [
1486 "//ash/common/strings:ash_test_strings", 1485 "//ash/common/strings:ash_test_strings",
1487 "//ash/resources:ash_test_resources_with_content_100_percent", 1486 "//ash/resources:ash_test_resources_with_content_100_percent",
1488 "//ash/resources:ash_test_resources_200_percent", 1487 "//ash/resources:ash_test_resources_200_percent",
1489 ] 1488 ]
1490 } 1489 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698