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

Unified Diff: build/common.gypi

Issue 11419139: Suppress the use of thin archives with android-targeting builds since they break ndk-build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0a53bfe8a650700e0f62310cb9912e76e662e377..a26ee0c9870d3feee37720ffced8cb5df7dffb69 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2607,6 +2607,11 @@
],
}],
],
+ 'target_conditions': [
Nico 2012/11/22 18:03:07 Needs a comment.
Ami GONE FROM CHROMIUM 2012/11/22 19:47:15 Done.
+ ['_type=="static_library"', {
+ 'standalone_static_library': 1,
+ }],
+ ],
}],
],
}],
« 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