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

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

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Rebase only 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/chrome_build.gni") 5 import("//build/config/chrome_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 3596 matching lines...) Expand 10 before | Expand all | Expand 10 after
3607 deps += [ 3607 deps += [
3608 ":theme_properties", 3608 ":theme_properties",
3609 "//apps", 3609 "//apps",
3610 "//chrome/browser/policy:path_parser", 3610 "//chrome/browser/policy:path_parser",
3611 "//chrome/browser/profile_resetter:profile_reset_report_proto", 3611 "//chrome/browser/profile_resetter:profile_reset_report_proto",
3612 "//chrome/common/importer:interfaces", 3612 "//chrome/common/importer:interfaces",
3613 "//components/cryptauth", 3613 "//components/cryptauth",
3614 "//components/cryptauth/proto", 3614 "//components/cryptauth/proto",
3615 "//components/feedback", 3615 "//components/feedback",
3616 "//components/web_modal", 3616 "//components/web_modal",
3617 "//device/battery",
3618 "//net:net_browser_services", 3617 "//net:net_browser_services",
3619 ] 3618 ]
3620 } 3619 }
3621 3620
3622 if (enable_pepper_cdms) { 3621 if (enable_pepper_cdms) {
3623 sources += [ 3622 sources += [
3624 "component_updater/widevine_cdm_component_installer.cc", 3623 "component_updater/widevine_cdm_component_installer.cc",
3625 "component_updater/widevine_cdm_component_installer.h", 3624 "component_updater/widevine_cdm_component_installer.h",
3626 ] 3625 ]
3627 } 3626 }
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
4683 "media/pepper_cdm_test_constants.cc", 4682 "media/pepper_cdm_test_constants.cc",
4684 "media/pepper_cdm_test_constants.h", 4683 "media/pepper_cdm_test_constants.h",
4685 ] 4684 ]
4686 } 4685 }
4687 } 4686 }
4688 4687
4689 service_manifest("preferences_forwarder_manifest") { 4688 service_manifest("preferences_forwarder_manifest") {
4690 name = "preferences_forwarder" 4689 name = "preferences_forwarder"
4691 source = "prefs/forwarder_manifest.json" 4690 source = "prefs/forwarder_manifest.json"
4692 } 4691 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698