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

Unified Diff: webrtc/build/common.gypi

Issue 1969133002: TEST CL: To see if rtc_use_h264=1 is still passing all bots. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: More suppressions for UBSan Created 4 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 | « tools/ubsan/blacklist.txt ('k') | no next file » | 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 5335cc8b16a8ffe0f679977fe28435ad11e0185c..7589916dbf4f0f76405efb53611e7412a6e7afd5 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -160,7 +160,7 @@
# initialize. See also: |rtc_initialize_ffmpeg|.
# CHECK THE OPENH264, FFMPEG AND H.264 LICENSES/PATENTS BEFORE BUILDING.
# http://www.openh264.org, https://www.ffmpeg.org/
- ['proprietary_codecs==1 and OS!="android" and OS!="ios"', {
+ ['OS!="android" and OS!="ios"', {
'rtc_use_h264%': 1,
}, {
'rtc_use_h264%': 0,
« no previous file with comments | « tools/ubsan/blacklist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698