Index: components/power/BUILD.gn |
diff --git a/components/cdm/common/BUILD.gn b/components/power/BUILD.gn |
similarity index 55% |
copy from components/cdm/common/BUILD.gn |
copy to components/power/BUILD.gn |
index 7af38692c592d082a2b4a2963c2c27c61ae160a9..c77545c412f7ac6ff25c77d45732db5228589e0c 100644 |
--- a/components/cdm/common/BUILD.gn |
+++ b/components/power/BUILD.gn |
@@ -2,16 +2,17 @@ |
# 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", |
+ "//components/keyed_service/core:core", |
"//content/public/common", |
- "//ipc", |
] |
} |