Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 66294115636fcab476cdc6928c45540161ce0cb2..16656005cb144996e73ccc04e74752deda645faf 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -310,6 +310,9 @@ |
# whether to compile in the sources for the GPU plugin / process. |
'enable_gpu%': 1, |
+ # Use OpenSSL instead of NSS. Currently in developement. |
+ 'use_openssl%': 0, |
+ |
'conditions': [ |
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
# This will set gcc_version to XY if you are running gcc X.Y.*. |