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

Unified Diff: device/battery/BUILD.gn

Issue 1909273002: 🐳 Move linux pkg_config() calls into separate BUILD.gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments & visibility Created 4 years, 8 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 | « device/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | 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 9876bc6cc7e7cf8379744e42f4915b1736067bda..70c1d268c4d09cdf67f174d6e5b044c8f32ed764 100644
--- a/device/battery/BUILD.gn
+++ b/device/battery/BUILD.gn
@@ -36,7 +36,7 @@ if (!is_android) {
]
if (is_chromeos) {
- configs += [ "//build/config/linux:dbus" ]
+ configs += [ "//build/config/linux/dbus" ]
deps += [
"//chromeos:chromeos",
"//chromeos:power_manager_proto",
@@ -49,7 +49,7 @@ if (!is_android) {
if (is_linux && !is_chromeos) {
if (use_dbus) {
- configs += [ "//build/config/linux:dbus" ]
+ configs += [ "//build/config/linux/dbus" ]
deps += [ "//dbus" ]
sources -= [ "battery_status_manager_default.cc" ]
} else {
« no previous file with comments | « device/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698