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

Unified Diff: webrtc/test/test.gyp

Issue 2362683002: New helper function test::ReadI420Buffer, refactor FrameReader to use it. (Closed)
Patch Set: Another try to fix the 64-bit windows build. Created 4 years, 3 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/test/frame_utils.cc ('k') | webrtc/test/testsupport/frame_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/test.gyp
diff --git a/webrtc/test/test.gyp b/webrtc/test/test.gyp
index ae36da8ffe7d8f9362bb70142ca98e9c1d5cb07c..66ffe48ce4ebab44c9b43943288769a9db042e2d 100644
--- a/webrtc/test/test.gyp
+++ b/webrtc/test/test.gyp
@@ -80,6 +80,7 @@
'<(webrtc_root)/base/base.gyp:gtest_prod',
'<(webrtc_root)/common_video/common_video.gyp:common_video',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
+ 'video_test_common',
],
'sources': [
'testsupport/fileutils.cc',
@@ -208,7 +209,6 @@
'<(webrtc_root)/webrtc.gyp:webrtc',
'rtp_test_utils',
'test_support',
- 'video_test_common',
],
},
{
« no previous file with comments | « webrtc/test/frame_utils.cc ('k') | webrtc/test/testsupport/frame_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698