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

Side by Side Diff: ash/BUILD.gn

Issue 2735983006: Renames WmWindowUserData and converts to using aura (Closed)
Patch Set: more cleanup 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
« no previous file with comments | « no previous file | ash/common/wm/container_finder.h » ('j') | ash/common/wm/container_finder.h » ('J')
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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "common/wm/workspace/workspace_window_resizer.h", 579 "common/wm/workspace/workspace_window_resizer.h",
580 "common/wm/workspace_controller.cc", 580 "common/wm/workspace_controller.cc",
581 "common/wm/workspace_controller.h", 581 "common/wm/workspace_controller.h",
582 "common/wm_display_observer.h", 582 "common/wm_display_observer.h",
583 "common/wm_layout_manager.h", 583 "common/wm_layout_manager.h",
584 "common/wm_shell.cc", 584 "common/wm_shell.cc",
585 "common/wm_shell.h", 585 "common/wm_shell.h",
586 "common/wm_transient_window_observer.h", 586 "common/wm_transient_window_observer.h",
587 "common/wm_window.cc", 587 "common/wm_window.cc",
588 "common/wm_window.h", 588 "common/wm_window.h",
589 "common/wm_window_user_data.h",
590 "debug.cc", 589 "debug.cc",
591 "debug.h", 590 "debug.h",
592 "default_wallpaper_delegate.cc", 591 "default_wallpaper_delegate.cc",
593 "default_wallpaper_delegate.h", 592 "default_wallpaper_delegate.h",
594 "display/cursor_window_controller.cc", 593 "display/cursor_window_controller.cc",
595 "display/cursor_window_controller.h", 594 "display/cursor_window_controller.h",
596 "display/display_animator.h", 595 "display/display_animator.h",
597 "display/display_animator_chromeos.cc", 596 "display/display_animator_chromeos.cc",
598 "display/display_animator_chromeos.h", 597 "display/display_animator_chromeos.h",
599 "display/display_color_manager_chromeos.cc", 598 "display/display_color_manager_chromeos.cc",
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 "common/system/tray/tray_details_view_unittest.cc", 1197 "common/system/tray/tray_details_view_unittest.cc",
1199 "common/system/tray/tri_view_unittest.cc", 1198 "common/system/tray/tri_view_unittest.cc",
1200 "common/system/update/tray_update_unittest.cc", 1199 "common/system/update/tray_update_unittest.cc",
1201 "common/system/user/tray_user_unittest.cc", 1200 "common/system/user/tray_user_unittest.cc",
1202 "common/wallpaper/wallpaper_controller_unittest.cc", 1201 "common/wallpaper/wallpaper_controller_unittest.cc",
1203 "common/wm/container_finder_unittest.cc", 1202 "common/wm/container_finder_unittest.cc",
1204 "common/wm/mru_window_tracker_unittest.cc", 1203 "common/wm/mru_window_tracker_unittest.cc",
1205 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1204 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1206 "common/wm/workspace/workspace_layout_manager_unittest.cc", 1205 "common/wm/workspace/workspace_layout_manager_unittest.cc",
1207 "common/wm_window_unittest.cc", 1206 "common/wm_window_unittest.cc",
1208 "common/wm_window_user_data_unittest.cc",
1209 "first_run/first_run_helper_unittest.cc", 1207 "first_run/first_run_helper_unittest.cc",
1210 "focus_cycler_unittest.cc", 1208 "focus_cycler_unittest.cc",
1211 "frame/caption_buttons/frame_size_button_unittest.cc", 1209 "frame/caption_buttons/frame_size_button_unittest.cc",
1212 "laser/laser_pointer_controller_unittest.cc", 1210 "laser/laser_pointer_controller_unittest.cc",
1213 "laser/laser_pointer_points_unittest.cc", 1211 "laser/laser_pointer_points_unittest.cc",
1214 "laser/laser_segment_utils_unittest.cc", 1212 "laser/laser_segment_utils_unittest.cc",
1215 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1213 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1216 "metrics/task_switch_metrics_recorder_unittest.cc", 1214 "metrics/task_switch_metrics_recorder_unittest.cc",
1217 "metrics/task_switch_time_tracker_unittest.cc", 1215 "metrics/task_switch_time_tracker_unittest.cc",
1218 "metrics/user_metrics_recorder_unittest.cc", 1216 "metrics/user_metrics_recorder_unittest.cc",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 "//content/public/app:both", 1505 "//content/public/app:both",
1508 "//device/bluetooth", 1506 "//device/bluetooth",
1509 ] 1507 ]
1510 1508
1511 data_deps = [ 1509 data_deps = [
1512 "//ash/strings:ash_test_strings", 1510 "//ash/strings:ash_test_strings",
1513 "//ash/resources:ash_test_resources_with_content_100_percent", 1511 "//ash/resources:ash_test_resources_with_content_100_percent",
1514 "//ash/resources:ash_test_resources_200_percent", 1512 "//ash/resources:ash_test_resources_200_percent",
1515 ] 1513 ]
1516 } 1514 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/container_finder.h » ('j') | ash/common/wm/container_finder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698