diff --git a/common.gypi b/common.gypi index ab6fc6c4a..b58fede74 100644 --- a/common.gypi +++ b/common.gypi @@ -1434,9 +1434,6 @@ # 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 OpenGL ES 2.0 conformance tests. 'internal_gles2_conform_tests%': 0, diff --git a/isolate.gypi b/isolate.gypi index 0fbf28c9d..fc82a15cb 100644 --- a/isolate.gypi +++ b/isolate.gypi @@ -89,7 +89,6 @@ '--config-variable', 'internal_gles2_conform_tests=<(internal_gles2_conform_tests)', '--config-variable', 'kasko=<(kasko)', - '--config-variable', 'libpeer_target_type=<(libpeer_target_type)', '--config-variable', 'lsan=<(lsan)', '--config-variable', 'msan=<(msan)', '--config-variable', 'target_arch=<(target_arch)',