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

Side by Side Diff: ash/BUILD.gn

Issue 2870473002: Revert of Introduce ash mojo interface for lock screen action handlers (Closed)
Patch Set: 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/mojo_interface_factory.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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 "touch/ash_touch_transform_controller.cc", 575 "touch/ash_touch_transform_controller.cc",
576 "touch/ash_touch_transform_controller.h", 576 "touch/ash_touch_transform_controller.h",
577 "touch/touch_hud_debug.cc", 577 "touch/touch_hud_debug.cc",
578 "touch/touch_hud_debug.h", 578 "touch/touch_hud_debug.h",
579 "touch/touch_hud_projection.cc", 579 "touch/touch_hud_projection.cc",
580 "touch/touch_hud_projection.h", 580 "touch/touch_hud_projection.h",
581 "touch/touch_observer_hud.cc", 581 "touch/touch_observer_hud.cc",
582 "touch/touch_observer_hud.h", 582 "touch/touch_observer_hud.h",
583 "touch/touch_uma.cc", 583 "touch/touch_uma.cc",
584 "touch/touch_uma.h", 584 "touch/touch_uma.h",
585 "tray_action/tray_action.cc",
586 "tray_action/tray_action.h",
587 "tray_action/tray_action_observer.h",
588 "utility/screenshot_controller.cc", 585 "utility/screenshot_controller.cc",
589 "utility/screenshot_controller.h", 586 "utility/screenshot_controller.h",
590 "utility/transformer_util.cc", 587 "utility/transformer_util.cc",
591 "utility/transformer_util.h", 588 "utility/transformer_util.h",
592 "virtual_keyboard_controller.cc", 589 "virtual_keyboard_controller.cc",
593 "virtual_keyboard_controller.h", 590 "virtual_keyboard_controller.h",
594 "wallpaper/wallpaper_controller.cc", 591 "wallpaper/wallpaper_controller.cc",
595 "wallpaper/wallpaper_controller.h", 592 "wallpaper/wallpaper_controller.h",
596 "wallpaper/wallpaper_controller_observer.h", 593 "wallpaper/wallpaper_controller_observer.h",
597 "wallpaper/wallpaper_delegate.h", 594 "wallpaper/wallpaper_delegate.h",
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 "system/tray/size_range_layout_unittest.cc", 1212 "system/tray/size_range_layout_unittest.cc",
1216 "system/tray/system_tray_unittest.cc", 1213 "system/tray/system_tray_unittest.cc",
1217 "system/tray/tray_details_view_unittest.cc", 1214 "system/tray/tray_details_view_unittest.cc",
1218 "system/tray/tri_view_unittest.cc", 1215 "system/tray/tri_view_unittest.cc",
1219 "system/update/tray_update_unittest.cc", 1216 "system/update/tray_update_unittest.cc",
1220 "system/user/tray_user_unittest.cc", 1217 "system/user/tray_user_unittest.cc",
1221 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1218 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1222 "system/web_notification/web_notification_tray_unittest.cc", 1219 "system/web_notification/web_notification_tray_unittest.cc",
1223 "test/ash_test_helper_unittest.cc", 1220 "test/ash_test_helper_unittest.cc",
1224 "tooltips/tooltip_controller_unittest.cc", 1221 "tooltips/tooltip_controller_unittest.cc",
1225 "tray_action/tray_action_unittest.cc",
1226 "wallpaper/wallpaper_controller_unittest.cc", 1222 "wallpaper/wallpaper_controller_unittest.cc",
1227 "window_user_data_unittest.cc", 1223 "window_user_data_unittest.cc",
1228 "wm/ash_focus_rules_unittest.cc", 1224 "wm/ash_focus_rules_unittest.cc",
1229 "wm/container_finder_unittest.cc", 1225 "wm/container_finder_unittest.cc",
1230 "wm/immersive_fullscreen_controller_unittest.cc", 1226 "wm/immersive_fullscreen_controller_unittest.cc",
1231 "wm/lock_state_controller_unittest.cc", 1227 "wm/lock_state_controller_unittest.cc",
1232 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1228 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1233 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1229 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1234 "wm/mru_window_tracker_unittest.cc", 1230 "wm/mru_window_tracker_unittest.cc",
1235 "wm/overlay_event_filter_unittest.cc", 1231 "wm/overlay_event_filter_unittest.cc",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1497 "//content/public/app:both", 1493 "//content/public/app:both",
1498 "//device/bluetooth", 1494 "//device/bluetooth",
1499 ] 1495 ]
1500 1496
1501 data_deps = [ 1497 data_deps = [
1502 "//ash/strings:ash_test_strings", 1498 "//ash/strings:ash_test_strings",
1503 "//ash/resources:ash_test_resources_with_content_100_percent", 1499 "//ash/resources:ash_test_resources_with_content_100_percent",
1504 "//ash/resources:ash_test_resources_200_percent", 1500 "//ash/resources:ash_test_resources_200_percent",
1505 ] 1501 ]
1506 } 1502 }
OLDNEW
« no previous file with comments | « no previous file | ash/mojo_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698