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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 2996463003: Rename WEBRTC_VIDEOPROCESSOR_H264_TESTS define to WEBRTC_USE_H264. (Closed)
Patch Set: Created 3 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 | « no previous file | webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 8ff2bcbe63ce0d6b9fe1d23928501fe9e9a80033..bdf5baddcfa16580800e6427c5df00f14023d432 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -436,7 +436,7 @@ if (rtc_include_tests) {
]
if (rtc_use_h264) {
- defines = [ "WEBRTC_VIDEOPROCESSOR_H264_TESTS" ]
+ defines = [ "WEBRTC_USE_H264" ]
}
if (!build_with_chromium && is_clang) {
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698