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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2848813002: 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 "ash/launcher/launcher_extension_app_updater.cc", 1363 "ash/launcher/launcher_extension_app_updater.cc",
1364 "ash/launcher/launcher_extension_app_updater.h", 1364 "ash/launcher/launcher_extension_app_updater.h",
1365 "ash/launcher/launcher_favicon_loader.cc", 1365 "ash/launcher/launcher_favicon_loader.cc",
1366 "ash/launcher/launcher_favicon_loader.h", 1366 "ash/launcher/launcher_favicon_loader.h",
1367 "ash/launcher/multi_profile_app_window_launcher_controller.cc", 1367 "ash/launcher/multi_profile_app_window_launcher_controller.cc",
1368 "ash/launcher/multi_profile_app_window_launcher_controller.h", 1368 "ash/launcher/multi_profile_app_window_launcher_controller.h",
1369 "ash/launcher/multi_profile_browser_status_monitor.cc", 1369 "ash/launcher/multi_profile_browser_status_monitor.cc",
1370 "ash/launcher/multi_profile_browser_status_monitor.h", 1370 "ash/launcher/multi_profile_browser_status_monitor.h",
1371 "ash/launcher/settings_window_observer.cc", 1371 "ash/launcher/settings_window_observer.cc",
1372 "ash/launcher/settings_window_observer.h", 1372 "ash/launcher/settings_window_observer.h",
1373 "ash/lock_screen_action_handler.cc",
1374 "ash/lock_screen_action_handler.h",
1373 "ash/media_client.cc", 1375 "ash/media_client.cc",
1374 "ash/media_client.h", 1376 "ash/media_client.h",
1375 "ash/multi_user/multi_user_context_menu.h", 1377 "ash/multi_user/multi_user_context_menu.h",
1376 "ash/multi_user/multi_user_context_menu_chromeos.cc", 1378 "ash/multi_user/multi_user_context_menu_chromeos.cc",
1377 "ash/multi_user/multi_user_notification_blocker_chromeos.cc", 1379 "ash/multi_user/multi_user_notification_blocker_chromeos.cc",
1378 "ash/multi_user/multi_user_notification_blocker_chromeos.h", 1380 "ash/multi_user/multi_user_notification_blocker_chromeos.h",
1379 "ash/multi_user/multi_user_util.cc", 1381 "ash/multi_user/multi_user_util.cc",
1380 "ash/multi_user/multi_user_util.h", 1382 "ash/multi_user/multi_user_util.h",
1381 "ash/multi_user/multi_user_warning_dialog.cc", 1383 "ash/multi_user/multi_user_warning_dialog.cc",
1382 "ash/multi_user/multi_user_warning_dialog.h", 1384 "ash/multi_user/multi_user_warning_dialog.h",
(...skipping 2188 matching lines...) Expand 10 before | Expand all | Expand 10 after
3571 "test/test_confirm_bubble_model.cc", 3573 "test/test_confirm_bubble_model.cc",
3572 "test/test_confirm_bubble_model.h", 3574 "test/test_confirm_bubble_model.h",
3573 ] 3575 ]
3574 deps += [ "//chrome/test:test_support_ui" ] 3576 deps += [ "//chrome/test:test_support_ui" ]
3575 } 3577 }
3576 3578
3577 if (enable_extensions) { 3579 if (enable_extensions) {
3578 deps += [ "//extensions/browser" ] 3580 deps += [ "//extensions/browser" ]
3579 } 3581 }
3580 } 3582 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698