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

Unified Diff: device/power_monitor/public/cpp/BUILD.gn

Issue 2565293002: Remove unnecessary "export" in PowerMonitorBroadcastSource (Closed)
Patch Set: Remove unnecessary "export" in PowerMonitorBroadcastSource Created 4 years 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 | « no previous file | device/power_monitor/public/cpp/power_monitor_broadcast_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/power_monitor/public/cpp/BUILD.gn
diff --git a/device/power_monitor/public/cpp/BUILD.gn b/device/power_monitor/public/cpp/BUILD.gn
index 3303541b7a1acb94ecee98c1d298b762d8774624..d586540b678491a529fbe7aa01cc9877e83e0406 100644
--- a/device/power_monitor/public/cpp/BUILD.gn
+++ b/device/power_monitor/public/cpp/BUILD.gn
@@ -6,13 +6,10 @@ import("//build/config/features.gni")
source_set("cpp") {
sources = [
- "//device/power_monitor/power_monitor_export.h",
"power_monitor_broadcast_source.cc",
"power_monitor_broadcast_source.h",
]
- defines = [ "DEVICE_POWER_MONITOR_IMPLEMENTATION" ]
-
deps = [
"//base",
"//mojo/public/cpp/bindings",
« no previous file with comments | « no previous file | device/power_monitor/public/cpp/power_monitor_broadcast_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698