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

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: Minor comments Created 5 years, 1 month 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
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 22 matching lines...) Expand all
33 'fake_network_pipe.cc', 33 'fake_network_pipe.cc',
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_voice_engine.h', 40 'mock_voice_engine.h',
41 'null_transport.cc', 41 'null_transport.cc',
42 'null_transport.h', 42 'null_transport.h',
43 'random.cc',
44 'random.h',
45 'rtp_rtcp_observer.h', 43 'rtp_rtcp_observer.h',
46 'run_loop.cc', 44 'run_loop.cc',
47 'run_loop.h', 45 'run_loop.h',
48 'statistics.cc', 46 'statistics.cc',
49 'statistics.h', 47 'statistics.h',
50 'vcm_capturer.cc', 48 'vcm_capturer.cc',
51 'vcm_capturer.h', 49 'vcm_capturer.h',
52 'video_capturer.cc', 50 'video_capturer.cc',
53 'video_capturer.h', 51 'video_capturer.h',
54 'win/run_loop_win.cc', 52 'win/run_loop_win.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'fake_network_pipe_unittest.cc', 165 'fake_network_pipe_unittest.cc',
168 'frame_generator_unittest.cc', 166 'frame_generator_unittest.cc',
169 'rtp_file_reader_unittest.cc', 167 'rtp_file_reader_unittest.cc',
170 'rtp_file_writer_unittest.cc', 168 'rtp_file_writer_unittest.cc',
171 ], 169 ],
172 }, 170 },
173 ], #targets 171 ], #targets
174 }], # include_tests 172 }], # include_tests
175 ], # conditions 173 ], # conditions
176 } 174 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698