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

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

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Java file format change 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 | « android_webview/native/BUILD.gn ('k') | chrome/browser/DEPS » ('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/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 3612 matching lines...) Expand 10 before | Expand all | Expand 10 after
3623 deps += [ 3623 deps += [
3624 ":theme_properties", 3624 ":theme_properties",
3625 "//apps", 3625 "//apps",
3626 "//chrome/browser/policy:path_parser", 3626 "//chrome/browser/policy:path_parser",
3627 "//chrome/browser/profile_resetter:profile_reset_report_proto", 3627 "//chrome/browser/profile_resetter:profile_reset_report_proto",
3628 "//chrome/common/importer:interfaces", 3628 "//chrome/common/importer:interfaces",
3629 "//components/cryptauth", 3629 "//components/cryptauth",
3630 "//components/cryptauth/proto", 3630 "//components/cryptauth/proto",
3631 "//components/feedback", 3631 "//components/feedback",
3632 "//components/web_modal", 3632 "//components/web_modal",
3633 "//device/battery",
3634 "//net:net_browser_services", 3633 "//net:net_browser_services",
3635 ] 3634 ]
3636 } 3635 }
3637 3636
3638 if (enable_pepper_cdms) { 3637 if (enable_pepper_cdms) {
3639 sources += [ 3638 sources += [
3640 "component_updater/widevine_cdm_component_installer.cc", 3639 "component_updater/widevine_cdm_component_installer.cc",
3641 "component_updater/widevine_cdm_component_installer.h", 3640 "component_updater/widevine_cdm_component_installer.h",
3642 ] 3641 ]
3643 } 3642 }
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
4699 "media/pepper_cdm_test_constants.cc", 4698 "media/pepper_cdm_test_constants.cc",
4700 "media/pepper_cdm_test_constants.h", 4699 "media/pepper_cdm_test_constants.h",
4701 ] 4700 ]
4702 } 4701 }
4703 } 4702 }
4704 4703
4705 service_manifest("preferences_forwarder_manifest") { 4704 service_manifest("preferences_forwarder_manifest") {
4706 name = "preferences_forwarder" 4705 name = "preferences_forwarder"
4707 source = "prefs/forwarder_manifest.json" 4706 source = "prefs/forwarder_manifest.json"
4708 } 4707 }
OLDNEW
« no previous file with comments | « android_webview/native/BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698