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

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 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 "ash/networking_config_delegate_chromeos.cc", 1393 "ash/networking_config_delegate_chromeos.cc",
1394 "ash/networking_config_delegate_chromeos.h", 1394 "ash/networking_config_delegate_chromeos.h",
1395 "ash/palette_delegate_chromeos.cc", 1395 "ash/palette_delegate_chromeos.cc",
1396 "ash/palette_delegate_chromeos.h", 1396 "ash/palette_delegate_chromeos.h",
1397 "ash/session_state_delegate_chromeos.cc", 1397 "ash/session_state_delegate_chromeos.cc",
1398 "ash/session_state_delegate_chromeos.h", 1398 "ash/session_state_delegate_chromeos.h",
1399 "ash/session_util.cc", 1399 "ash/session_util.cc",
1400 "ash/session_util.h", 1400 "ash/session_util.h",
1401 "ash/system_tray_delegate_chromeos.cc", 1401 "ash/system_tray_delegate_chromeos.cc",
1402 "ash/system_tray_delegate_chromeos.h", 1402 "ash/system_tray_delegate_chromeos.h",
1403 "ash/tray_action_handler_client.cc",
1404 "ash/tray_action_handler_client.h",
1403 "ash/volume_controller.cc", 1405 "ash/volume_controller.cc",
1404 "ash/volume_controller.h", 1406 "ash/volume_controller.h",
1405 "ash/vpn_list_forwarder.cc", 1407 "ash/vpn_list_forwarder.cc",
1406 "ash/vpn_list_forwarder.h", 1408 "ash/vpn_list_forwarder.h",
1407 "views/ash/chrome_browser_main_extra_parts_ash.cc", 1409 "views/ash/chrome_browser_main_extra_parts_ash.cc",
1408 "views/ash/chrome_browser_main_extra_parts_ash.h", 1410 "views/ash/chrome_browser_main_extra_parts_ash.h",
1409 "views/ash/tab_scrubber.cc", 1411 "views/ash/tab_scrubber.cc",
1410 "views/ash/tab_scrubber.h", 1412 "views/ash/tab_scrubber.h",
1411 "views/touch_uma/touch_uma_ash.cc", 1413 "views/touch_uma/touch_uma_ash.cc",
1412 "window_sizer/window_sizer_ash.cc", 1414 "window_sizer/window_sizer_ash.cc",
(...skipping 2171 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 "test/test_confirm_bubble_model.cc", 3586 "test/test_confirm_bubble_model.cc",
3585 "test/test_confirm_bubble_model.h", 3587 "test/test_confirm_bubble_model.h",
3586 ] 3588 ]
3587 deps += [ "//chrome/test:test_support_ui" ] 3589 deps += [ "//chrome/test:test_support_ui" ]
3588 } 3590 }
3589 3591
3590 if (enable_extensions) { 3592 if (enable_extensions) {
3591 deps += [ "//extensions/browser" ] 3593 deps += [ "//extensions/browser" ]
3592 } 3594 }
3593 } 3595 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698