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

Unified Diff: net/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index a96fc8510ea19be7537225b2c9e138e7adb93a57..4ec7262ba23079fa04bb85cedb9c6805425dbb93 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -337,6 +337,8 @@ component("net") {
if (is_mac) {
libs = [
+ "CFNetwork.framework",
+ "CoreServices.framework",
"Foundation.framework",
"Security.framework",
"SystemConfiguration.framework",

Powered by Google App Engine
This is Rietveld 408576698