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

Unified Diff: webrtc/test/webrtc_test_common.gyp

Issue 1457023002: Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ to base/. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 5 years 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/random.cc ('k') | webrtc/voice_engine/test/auto_test/voe_output_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/webrtc_test_common.gyp
diff --git a/webrtc/test/webrtc_test_common.gyp b/webrtc/test/webrtc_test_common.gyp
index 8716c9b3e8a63ffa0a0e8f55079943b55de77707..928ef6b165a1cf2c824649afa4f292702aa8cb97 100644
--- a/webrtc/test/webrtc_test_common.gyp
+++ b/webrtc/test/webrtc_test_common.gyp
@@ -41,8 +41,6 @@
'mock_voice_engine.h',
'null_transport.cc',
'null_transport.h',
- 'random.cc',
- 'random.h',
'rtp_rtcp_observer.h',
'run_loop.cc',
'run_loop.h',
« no previous file with comments | « webrtc/test/random.cc ('k') | webrtc/voice_engine/test/auto_test/voe_output_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698