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

Unified Diff: webrtc/media/media.gyp

Issue 2228733004: Skip unit test if GYP_DEFINES="rtc_use_h264=1" is not set. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: add #define to gyp and gn Created 4 years, 4 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/media/engine/webrtcvideoengine2_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/media.gyp
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
index 039fdc6d5e24fd914acfe5199b2f4dad9df95275..b706a0bd9910aa3a6885fd06173812b89b60fc05 100644
--- a/webrtc/media/media.gyp
+++ b/webrtc/media/media.gyp
@@ -291,6 +291,11 @@
4389, # signed/unsigned mismatch.
],
'conditions': [
+ ['rtc_use_h264==1', {
+ 'defines': [
+ 'WEBRTC_USE_H264'
+ ]
+ }],
['OS=="win"', {
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine2_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698