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

Unified Diff: device/battery/BUILD.gn

Issue 857353004: Enable find-missing-symbols-at-link-time for chromeos builds too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnsyntax Created 5 years, 11 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 | « content/content_browser.gypi ('k') | device/battery/battery.gyp » ('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 6eaaae7d68b850f5a265bc575e372ee2c4c3cc9c..778ee81b2e6bc9e4653637e5af452b5a6f08ce11 100644
--- a/device/battery/BUILD.gn
+++ b/device/battery/BUILD.gn
@@ -36,7 +36,10 @@ component("battery") {
if (is_chromeos) {
configs += [ "//build/config/linux:dbus" ]
- deps += [ "//chromeos:power_manager_proto" ]
+ deps += [
+ "//chromeos:chromeos",
+ "//chromeos:power_manager_proto",
+ ]
sources -= [
"battery_status_manager_default.cc",
"battery_status_manager_linux.cc",
« no previous file with comments | « content/content_browser.gypi ('k') | device/battery/battery.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698