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

Unified Diff: build/config/compiler/BUILD.gn

Issue 1388983003: [iOS][GN] Port ios_net_unittests to build with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « BUILD.gn ('k') | build/config/mac/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index be61892898d76184f07b263c0ffc411503b615ee..d039845318a374d71f44d4d56e1770081f9548de 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -112,6 +112,8 @@ config("compiler") {
configs += [ "//build/config/android:compiler" ]
} else if (is_linux) {
configs += [ "//build/config/linux:compiler" ]
+ } else if (is_ios || is_mac) {
+ configs += [ "//build/config/mac:compiler" ]
}
# In general, Windows is totally different, but all the other builds share
« no previous file with comments | « BUILD.gn ('k') | build/config/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698