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

Unified Diff: components/test_runner/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/test_runner/BUILD.gn
diff --git a/components/test_runner/BUILD.gn b/components/test_runner/BUILD.gn
index 03b6c107ddd2a40c56b2428cdf8979d47dbacad5..a2fa684a25d17876b3074569e091173663a44b91 100644
--- a/components/test_runner/BUILD.gn
+++ b/components/test_runner/BUILD.gn
@@ -123,6 +123,10 @@ component("test_runner") {
"//url",
"//v8",
]
+
+ if (is_mac) {
+ libs = [ "AppKit.framework" ]
+ }
}
# Font copies.

Powered by Google App Engine
This is Rietveld 408576698