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

Unified Diff: components/power/BUILD.gn

Issue 447053002: Add Origin Power Map to Store Battery Auditing Data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: components/power/BUILD.gn
diff --git a/components/cdm/common/BUILD.gn b/components/power/BUILD.gn
similarity index 52%
copy from components/cdm/common/BUILD.gn
copy to components/power/BUILD.gn
index 7af38692c592d082a2b4a2963c2c27c61ae160a9..48706569df96240756a2a66d3e74b1bca0273b4b 100644
--- a/components/cdm/common/BUILD.gn
+++ b/components/power/BUILD.gn
@@ -2,16 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("common") {
+static_library("power") {
sources = [
- "cdm_message_generator.cc",
- "cdm_message_generator.h",
- "cdm_messages_android.h",
+ "origin_power_map.cc",
+ "origin_power_map.h",
+ "origin_power_map_factory.cc",
+ "origin_power_map_factory.h",
]
deps = [
"//base",
- "//content/public/common",
- "//ipc",
+ "//components/keyed_service/core:core",
]
}
« no previous file with comments | « components/power.gypi ('k') | components/power/DEPS » ('j') | components/power/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698