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

Unified Diff: device/battery/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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 | « crypto/BUILD.gn ('k') | device/bluetooth/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 70c1d268c4d09cdf67f174d6e5b044c8f32ed764..01cb1f830b19d67becb0e12c6066eaa5e86fed61 100644
--- a/device/battery/BUILD.gn
+++ b/device/battery/BUILD.gn
@@ -59,6 +59,10 @@ if (!is_android) {
if (is_mac) {
sources -= [ "battery_status_manager_default.cc" ]
+ libs = [
+ "CoreFoundation.framework",
+ "IOKit.framework",
+ ]
}
if (is_win) {
« no previous file with comments | « crypto/BUILD.gn ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698