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

Unified Diff: device/battery/BUILD.gn

Issue 686773004: Fixes the device/battery GN buildfile for ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/battery/BUILD.gn
diff --git a/device/battery/BUILD.gn b/device/battery/BUILD.gn
index 498643c7b785c7423f5585629b70b5200c11297d..4921e9d6a3013a31bd0a17409ac2803300044bad 100644
--- a/device/battery/BUILD.gn
+++ b/device/battery/BUILD.gn
@@ -64,7 +64,7 @@ component("battery") {
]
}
- if (is_linux) {
+ if (is_desktop_linux) {
timvolodine 2014/10/29 18:49:49 what happens if it's a linux laptop? it should wor
if (use_dbus) {
configs += [
"//build/config/linux:dbus",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698