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

Side by Side Diff: ash/BUILD.gn

Issue 2735983006: Renames WmWindowUserData and converts to using aura (Closed)
Patch Set: ownership comments 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/window_user_data.h » ('j') | ash/common/wm/window_dimmer.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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "common/system/web_notification/web_notification_tray.cc", 446 "common/system/web_notification/web_notification_tray.cc",
447 "common/system/web_notification/web_notification_tray.h", 447 "common/system/web_notification/web_notification_tray.h",
448 "common/wallpaper/wallpaper_controller.cc", 448 "common/wallpaper/wallpaper_controller.cc",
449 "common/wallpaper/wallpaper_controller.h", 449 "common/wallpaper/wallpaper_controller.h",
450 "common/wallpaper/wallpaper_controller_observer.h", 450 "common/wallpaper/wallpaper_controller_observer.h",
451 "common/wallpaper/wallpaper_delegate.h", 451 "common/wallpaper/wallpaper_delegate.h",
452 "common/wallpaper/wallpaper_view.cc", 452 "common/wallpaper/wallpaper_view.cc",
453 "common/wallpaper/wallpaper_view.h", 453 "common/wallpaper/wallpaper_view.h",
454 "common/wallpaper/wallpaper_widget_controller.cc", 454 "common/wallpaper/wallpaper_widget_controller.cc",
455 "common/wallpaper/wallpaper_widget_controller.h", 455 "common/wallpaper/wallpaper_widget_controller.h",
456 "common/window_user_data.h",
456 "common/wm/always_on_top_controller.cc", 457 "common/wm/always_on_top_controller.cc",
457 "common/wm/always_on_top_controller.h", 458 "common/wm/always_on_top_controller.h",
458 "common/wm/container_finder.cc", 459 "common/wm/container_finder.cc",
459 "common/wm/container_finder.h", 460 "common/wm/container_finder.h",
460 "common/wm/default_state.cc", 461 "common/wm/default_state.cc",
461 "common/wm/default_state.h", 462 "common/wm/default_state.h",
462 "common/wm/default_window_resizer.cc", 463 "common/wm/default_window_resizer.cc",
463 "common/wm/default_window_resizer.h", 464 "common/wm/default_window_resizer.h",
464 "common/wm/dock/docked_window_layout_manager.cc", 465 "common/wm/dock/docked_window_layout_manager.cc",
465 "common/wm/dock/docked_window_layout_manager.h", 466 "common/wm/dock/docked_window_layout_manager.h",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 "common/wm/workspace/workspace_window_resizer.h", 578 "common/wm/workspace/workspace_window_resizer.h",
578 "common/wm/workspace_controller.cc", 579 "common/wm/workspace_controller.cc",
579 "common/wm/workspace_controller.h", 580 "common/wm/workspace_controller.h",
580 "common/wm_display_observer.h", 581 "common/wm_display_observer.h",
581 "common/wm_layout_manager.h", 582 "common/wm_layout_manager.h",
582 "common/wm_shell.cc", 583 "common/wm_shell.cc",
583 "common/wm_shell.h", 584 "common/wm_shell.h",
584 "common/wm_transient_window_observer.h", 585 "common/wm_transient_window_observer.h",
585 "common/wm_window.cc", 586 "common/wm_window.cc",
586 "common/wm_window.h", 587 "common/wm_window.h",
587 "common/wm_window_user_data.h",
588 "debug.cc", 588 "debug.cc",
589 "debug.h", 589 "debug.h",
590 "default_wallpaper_delegate.cc", 590 "default_wallpaper_delegate.cc",
591 "default_wallpaper_delegate.h", 591 "default_wallpaper_delegate.h",
592 "display/cursor_window_controller.cc", 592 "display/cursor_window_controller.cc",
593 "display/cursor_window_controller.h", 593 "display/cursor_window_controller.h",
594 "display/display_animator.h", 594 "display/display_animator.h",
595 "display/display_animator_chromeos.cc", 595 "display/display_animator_chromeos.cc",
596 "display/display_animator_chromeos.h", 596 "display/display_animator_chromeos.h",
597 "display/display_color_manager_chromeos.cc", 597 "display/display_color_manager_chromeos.cc",
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 "common/system/date/system_info_default_view_unittest.cc", 1192 "common/system/date/system_info_default_view_unittest.cc",
1193 "common/system/ime/tray_ime_chromeos_unittest.cc", 1193 "common/system/ime/tray_ime_chromeos_unittest.cc",
1194 "common/system/tiles/tray_tiles_unittest.cc", 1194 "common/system/tiles/tray_tiles_unittest.cc",
1195 "common/system/tray/size_range_layout_unittest.cc", 1195 "common/system/tray/size_range_layout_unittest.cc",
1196 "common/system/tray/system_tray_unittest.cc", 1196 "common/system/tray/system_tray_unittest.cc",
1197 "common/system/tray/tray_details_view_unittest.cc", 1197 "common/system/tray/tray_details_view_unittest.cc",
1198 "common/system/tray/tri_view_unittest.cc", 1198 "common/system/tray/tri_view_unittest.cc",
1199 "common/system/update/tray_update_unittest.cc", 1199 "common/system/update/tray_update_unittest.cc",
1200 "common/system/user/tray_user_unittest.cc", 1200 "common/system/user/tray_user_unittest.cc",
1201 "common/wallpaper/wallpaper_controller_unittest.cc", 1201 "common/wallpaper/wallpaper_controller_unittest.cc",
1202 "common/window_user_data_unittest.cc",
1202 "common/wm/container_finder_unittest.cc", 1203 "common/wm/container_finder_unittest.cc",
1203 "common/wm/mru_window_tracker_unittest.cc", 1204 "common/wm/mru_window_tracker_unittest.cc",
1204 "common/wm/overview/cleanup_animation_observer_unittest.cc", 1205 "common/wm/overview/cleanup_animation_observer_unittest.cc",
1205 "common/wm/workspace/workspace_layout_manager_unittest.cc", 1206 "common/wm/workspace/workspace_layout_manager_unittest.cc",
1206 "common/wm_window_unittest.cc", 1207 "common/wm_window_unittest.cc",
1207 "common/wm_window_user_data_unittest.cc",
1208 "first_run/first_run_helper_unittest.cc", 1208 "first_run/first_run_helper_unittest.cc",
1209 "focus_cycler_unittest.cc", 1209 "focus_cycler_unittest.cc",
1210 "frame/caption_buttons/frame_size_button_unittest.cc", 1210 "frame/caption_buttons/frame_size_button_unittest.cc",
1211 "laser/laser_pointer_controller_unittest.cc", 1211 "laser/laser_pointer_controller_unittest.cc",
1212 "laser/laser_pointer_points_unittest.cc", 1212 "laser/laser_pointer_points_unittest.cc",
1213 "laser/laser_segment_utils_unittest.cc", 1213 "laser/laser_segment_utils_unittest.cc",
1214 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1214 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1215 "metrics/task_switch_metrics_recorder_unittest.cc", 1215 "metrics/task_switch_metrics_recorder_unittest.cc",
1216 "metrics/task_switch_time_tracker_unittest.cc", 1216 "metrics/task_switch_time_tracker_unittest.cc",
1217 "metrics/user_metrics_recorder_unittest.cc", 1217 "metrics/user_metrics_recorder_unittest.cc",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 "//content/public/app:both", 1506 "//content/public/app:both",
1507 "//device/bluetooth", 1507 "//device/bluetooth",
1508 ] 1508 ]
1509 1509
1510 data_deps = [ 1510 data_deps = [
1511 "//ash/strings:ash_test_strings", 1511 "//ash/strings:ash_test_strings",
1512 "//ash/resources:ash_test_resources_with_content_100_percent", 1512 "//ash/resources:ash_test_resources_with_content_100_percent",
1513 "//ash/resources:ash_test_resources_200_percent", 1513 "//ash/resources:ash_test_resources_200_percent",
1514 ] 1514 ]
1515 } 1515 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/window_user_data.h » ('j') | ash/common/wm/window_dimmer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698