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

Unified Diff: device/power_monitor/BUILD.gn

Issue 2460823002: Decouple Power Monitor from //content. (Closed)
Patch Set: code rebase Created 4 years, 1 month 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
« no previous file with comments | « device/BUILD.gn ('k') | device/power_monitor/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/power_monitor/BUILD.gn
diff --git a/device/power_monitor/BUILD.gn b/device/power_monitor/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..a799e01aad291c430bcb0353871ee08b096a7704
--- /dev/null
+++ b/device/power_monitor/BUILD.gn
@@ -0,0 +1,24 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/features.gni")
+
+component("power_monitor") {
+ sources = [
+ "power_monitor_export.h",
+ "power_monitor_message_broadcaster.cc",
+ "power_monitor_message_broadcaster.h",
+ ]
+
+ defines = [ "DEVICE_POWER_MONITOR_IMPLEMENTATION" ]
+
+ deps = [
+ "//base",
+ "//mojo/public/cpp/bindings",
+ ]
+
+ public_deps = [
+ "//device/power_monitor/public/interfaces",
+ ]
+}
« no previous file with comments | « device/BUILD.gn ('k') | device/power_monitor/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698