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

Unified Diff: webrtc/build/common.gypi

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) Created 4 years, 10 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 | « webrtc/api/objc/avfoundationvideocapturer.h ('k') | webrtc/build/sanitizers/lsan_suppressions_webrtc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/common.gypi
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index d5b79f9c13b0178cef0c5cb16965f916cb2e2094..67d5c81313967627888428ab8f7c901648acdf2a 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -106,6 +106,7 @@
'build_opus%': 1,
'build_protobuf%': 1,
'build_ssl%': 1,
+ 'build_usrsctp%': 1,
# Disable by default
'have_dbus_glib%': 0,
@@ -120,6 +121,9 @@
# TODO(henrika): add support for Open SL ES.
'enable_android_opensl%': 0,
+ # Disable this to skip building source requiring GTK.
+ 'use_gtk%': 1,
+
# Link-Time Optimizations
# Executes code generation at link-time instead of compile-time
# https://gcc.gnu.org/wiki/LinkTimeOptimization
« no previous file with comments | « webrtc/api/objc/avfoundationvideocapturer.h ('k') | webrtc/build/sanitizers/lsan_suppressions_webrtc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698