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

Unified Diff: build/common.gypi

Issue 153093002: Add libpeerconnection.{so,dll} to browser_tests.isolate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the libpeerconnection conditions to browser_tests.isolate Created 6 years, 10 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 | build/isolate.gypi » ('j') | 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 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,
« no previous file with comments | « no previous file | build/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698