Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 43f73de1845bbf7255a8ae320a09b397e14bb083..4b254f998b37f0d32280eb85faa496f91eddfd41 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1147,6 +1147,9 @@ |
# TODO(thakis): Make this a blacklist instead, http://crbug.com/101600 |
'enable_wexit_time_destructors%': 0, |
+ # Build libpeerconnection as a static library by default. |
+ 'libpeer_target_type%': 'static_library', |
+ |
# Set to 1 to compile with the built in pdf viewer. |
'internal_pdf%': 0, |