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

Unified Diff: build/config/ios/rules.gni

Issue 2317703002: Enable use of intermediate source set by iOS templates. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index 1438073863a93f2c02e8f5a695489166035fc582..d7f0aed67cb22d2ca57e0b08a6c5f76ea219a054 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -10,7 +10,7 @@ import("//build/config/mac/symbols.gni")
# and shared_libraries for ios_app_bundle and ios_framework_bundle. This is a
# temporary flag that will be removed once scoped_nsobject_unittest{_arc}.mm
# tests are passing with this flag set to true (see crbug.com/637065)
-_use_intermediate_source_set = false
+_use_intermediate_source_set = true
# Invokes lipo on multiple arch-specific binaries to create a fat binary.
#
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698