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

Unified Diff: trunk/src/content/browser/BUILD.gn

Issue 472643002: Revert 289372 "Battery Status API: implementation for Linux." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « no previous file | trunk/src/content/browser/battery_status/battery_status_manager_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/browser/BUILD.gn
===================================================================
--- trunk/src/content/browser/BUILD.gn (revision 289378)
+++ trunk/src/content/browser/BUILD.gn (working copy)
@@ -402,16 +402,12 @@
if (is_linux) {
if (use_dbus) {
sources -= [
- "battery_status/battery_status_manager_default.cc",
"geolocation/empty_wifi_data_provider.cc",
]
deps += [ "//dbus" ]
} else {
# This will already have gotten removed for all non-Linux cases.
- sources -= [
- "battery_status/battery_status_manager_linux.cc",
- "geolocation/wifi_data_provider_linux.cc",
- ]
+ sources -= [ "geolocation/wifi_data_provider_linux.cc" ]
}
}
}
« no previous file with comments | « no previous file | trunk/src/content/browser/battery_status/battery_status_manager_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698