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

Side by Side Diff: ash/BUILD.gn

Issue 2427913003: Use mojo volume interfaces for mash and classic ash. (Closed)
Patch Set: Split volume and system events observers; only hook up volume. Created 4 years, 2 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/accelerators/accelerator_controller_unittest.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 assert(use_aura) 10 assert(use_aura)
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "common/system/user/rounded_image_view.h", 416 "common/system/user/rounded_image_view.h",
417 "common/system/user/tray_user.cc", 417 "common/system/user/tray_user.cc",
418 "common/system/user/tray_user.h", 418 "common/system/user/tray_user.h",
419 "common/system/user/tray_user_separator.cc", 419 "common/system/user/tray_user_separator.cc",
420 "common/system/user/tray_user_separator.h", 420 "common/system/user/tray_user_separator.h",
421 "common/system/user/user_card_view.cc", 421 "common/system/user/user_card_view.cc",
422 "common/system/user/user_card_view.h", 422 "common/system/user/user_card_view.h",
423 "common/system/user/user_observer.h", 423 "common/system/user/user_observer.h",
424 "common/system/user/user_view.cc", 424 "common/system/user/user_view.cc",
425 "common/system/user/user_view.h", 425 "common/system/user/user_view.h",
426 "common/system/volume_control_delegate.h",
427 "common/system/web_notification/ash_popup_alignment_delegate.cc", 426 "common/system/web_notification/ash_popup_alignment_delegate.cc",
428 "common/system/web_notification/ash_popup_alignment_delegate.h", 427 "common/system/web_notification/ash_popup_alignment_delegate.h",
429 "common/system/web_notification/web_notification_tray.cc", 428 "common/system/web_notification/web_notification_tray.cc",
430 "common/system/web_notification/web_notification_tray.h", 429 "common/system/web_notification/web_notification_tray.h",
431 "common/wallpaper/wallpaper_controller.cc", 430 "common/wallpaper/wallpaper_controller.cc",
432 "common/wallpaper/wallpaper_controller.h", 431 "common/wallpaper/wallpaper_controller.h",
433 "common/wallpaper/wallpaper_controller_observer.h", 432 "common/wallpaper/wallpaper_controller_observer.h",
434 "common/wallpaper/wallpaper_delegate.h", 433 "common/wallpaper/wallpaper_delegate.h",
435 "common/wallpaper/wallpaper_view.cc", 434 "common/wallpaper/wallpaper_view.cc",
436 "common/wallpaper/wallpaper_view.h", 435 "common/wallpaper/wallpaper_view.h",
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 if (is_win) { 1472 if (is_win) {
1474 configs -= [ "//build/config/win:console" ] 1473 configs -= [ "//build/config/win:console" ]
1475 configs += [ "//build/config/win:windowed" ] 1474 configs += [ "//build/config/win:windowed" ]
1476 deps += [ "//sandbox" ] 1475 deps += [ "//sandbox" ]
1477 } 1476 }
1478 1477
1479 if (is_chromeos) { 1478 if (is_chromeos) {
1480 deps += [ "//device/bluetooth" ] 1479 deps += [ "//device/bluetooth" ]
1481 } 1480 }
1482 } 1481 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698