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

Unified Diff: webrtc/build/common.gypi

Issue 1648763002: Create QuicSession (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Modify QuicSession unit test string comparison asserts 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 | « no previous file | webrtc/p2p/p2p.gyp » ('j') | webrtc/p2p/quic/quicconnectionhelper_unittest.cc » ('J')
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 d483f24a53d952749fb0b2a9965471af046ee555..171ef774370ea5848a836b5e9da0b3811d3411b4 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -146,6 +146,9 @@
# http://www.openh264.org, https://www.ffmpeg.org/
'rtc_use_h264%': 0, # TODO(hbos): enc/dec in follow up CL(s).
+ # Determines whether QUIC code will be built.
+ 'use_quic%': 0,
+
'conditions': [
['build_with_chromium==1', {
# Exclude pulse audio on Chromium since its prerequisites don't require
« no previous file with comments | « no previous file | webrtc/p2p/p2p.gyp » ('j') | webrtc/p2p/quic/quicconnectionhelper_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698