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

Unified Diff: webrtc/build/mb_config.pyl

Issue 2314473002: MB: Disable more parts of the GYP build. (Closed)
Patch Set: Rebased Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index b915e48915908a9c8900ec405acf7ca4998a0d15..98460f4cb87848b6ec189bb4ed4cc74a40a0bfd2 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -432,7 +432,13 @@
'gyp': {'type': 'gyp'},
'gyp_limited_support_build': {
- 'gyp_defines': 'include_examples=0 include_tests=0'
+ 'gyp_defines': (
+ 'include_examples=0 include_tests=0 include_ilbc=0 '
+ 'build_expat=0 build_json=0 build_libevent=0 build_libjpeg=0 '
+ 'build_libsrtp=0 build_libvpx=0 build_libyuv=0 build_openmax_dl=0 '
+ 'build_opus=0 build_protobuf=0 build_ssl=0 build_usrsctp=0 '
+ 'enable_video=0 linux_use_bundled_binutils=0 rtc_use_openmax_dl=1 '
+ 'use_openssl=1 use_x11=0 use_gtk=0'),
},
'ios': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698