Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 0a6f41c3c33a8710e39f1d4d25ca4b60f0bc761d..4d01159c8aeb081541db67418c2a81621f3e06ea 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -203,10 +203,6 @@ |
# Remoting compilation is enabled by default. Set to 0 to disable. |
'remoting%': 1, |
- # P2P APIs are compiled in by default. Set to 0 to disable. |
- # Also note that this should be enabled for remoting to compile. |
- 'p2p_apis%': 1, |
- |
# Configuration policy is enabled by default. Set to 0 to disable. |
'configuration_policy%': 1, |
@@ -545,7 +541,6 @@ |
'enable_one_click_signin%': '<(enable_one_click_signin)', |
'enable_webrtc%': '<(enable_webrtc)', |
'chromium_win_pch%': '<(chromium_win_pch)', |
- 'p2p_apis%': '<(p2p_apis)', |
'configuration_policy%': '<(configuration_policy)', |
'safe_browsing%': '<(safe_browsing)', |
'input_speech%': '<(input_speech)', |
@@ -1320,9 +1315,6 @@ |
['enable_webrtc==1', { |
'defines': ['ENABLE_WEBRTC=1'], |
}], |
- ['p2p_apis==1', { |
- 'defines': ['ENABLE_P2P_APIS=1'], |
- }], |
['proprietary_codecs==1', { |
'defines': ['USE_PROPRIETARY_CODECS'], |
}], |