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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 23 matching lines...) Expand all
34 'fake_network_pipe.h', 34 'fake_network_pipe.h',
35 'frame_generator_capturer.cc', 35 'frame_generator_capturer.cc',
36 'frame_generator_capturer.h', 36 'frame_generator_capturer.h',
37 'layer_filtering_transport.cc', 37 'layer_filtering_transport.cc',
38 'layer_filtering_transport.h', 38 'layer_filtering_transport.h',
39 'mock_transport.h', 39 'mock_transport.h',
40 'mock_voe_channel_proxy.h', 40 'mock_voe_channel_proxy.h',
41 'mock_voice_engine.h', 41 'mock_voice_engine.h',
42 'null_transport.cc', 42 'null_transport.cc',
43 'null_transport.h', 43 'null_transport.h',
44 'random.cc',
45 'random.h',
46 'rtp_rtcp_observer.h', 44 'rtp_rtcp_observer.h',
47 'run_loop.cc', 45 'run_loop.cc',
48 'run_loop.h', 46 'run_loop.h',
49 'statistics.cc', 47 'statistics.cc',
50 'statistics.h', 48 'statistics.h',
51 'vcm_capturer.cc', 49 'vcm_capturer.cc',
52 'vcm_capturer.h', 50 'vcm_capturer.h',
53 'video_capturer.cc', 51 'video_capturer.cc',
54 'video_capturer.h', 52 'video_capturer.h',
55 'win/run_loop_win.cc', 53 'win/run_loop_win.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'fake_network_pipe_unittest.cc', 166 'fake_network_pipe_unittest.cc',
169 'frame_generator_unittest.cc', 167 'frame_generator_unittest.cc',
170 'rtp_file_reader_unittest.cc', 168 'rtp_file_reader_unittest.cc',
171 'rtp_file_writer_unittest.cc', 169 'rtp_file_writer_unittest.cc',
172 ], 170 ],
173 }, 171 },
174 ], #targets 172 ], #targets
175 }], # include_tests 173 }], # include_tests
176 ], # conditions 174 ], # conditions
177 } 175 }
OLDNEW
« 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