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

Unified Diff: build/common.gypi

Issue 10454058: Remove PPB_Transport_Dev API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | chrome/test/ui/ppapi_uitest.cc » ('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 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'],
}],
« no previous file with comments | « no previous file | chrome/test/ui/ppapi_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698