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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1606613003: Remove extra_options from VideoCodec. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: compile Created 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « webrtc/video/vie_codec_unittest.cc ('k') | no next file » | 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'video/end_to_end_tests.cc', 170 'video/end_to_end_tests.cc',
171 'video/overuse_frame_detector_unittest.cc', 171 'video/overuse_frame_detector_unittest.cc',
172 'video/payload_router_unittest.cc', 172 'video/payload_router_unittest.cc',
173 'video/report_block_stats_unittest.cc', 173 'video/report_block_stats_unittest.cc',
174 'video/send_statistics_proxy_unittest.cc', 174 'video/send_statistics_proxy_unittest.cc',
175 'video/stream_synchronization_unittest.cc', 175 'video/stream_synchronization_unittest.cc',
176 'video/video_capture_input_unittest.cc', 176 'video/video_capture_input_unittest.cc',
177 'video/video_decoder_unittest.cc', 177 'video/video_decoder_unittest.cc',
178 'video/video_encoder_unittest.cc', 178 'video/video_encoder_unittest.cc',
179 'video/video_send_stream_tests.cc', 179 'video/video_send_stream_tests.cc',
180 'video/vie_codec_unittest.cc',
181 'video/vie_remb_unittest.cc', 180 'video/vie_remb_unittest.cc',
182 ], 181 ],
183 'dependencies': [ 182 'dependencies': [
184 '<(DEPTH)/testing/gmock.gyp:gmock', 183 '<(DEPTH)/testing/gmock.gyp:gmock',
185 '<(DEPTH)/testing/gtest.gyp:gtest', 184 '<(DEPTH)/testing/gtest.gyp:gtest',
186 '<(webrtc_root)/common.gyp:webrtc_common', 185 '<(webrtc_root)/common.gyp:webrtc_common',
187 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', 186 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
188 '<(webrtc_root)/modules/modules.gyp:video_capture', 187 '<(webrtc_root)/modules/modules.gyp:video_capture',
189 '<(webrtc_root)/modules/modules.gyp:video_render', 188 '<(webrtc_root)/modules/modules.gyp:video_render',
190 '<(webrtc_root)/test/test.gyp:channel_transport', 189 '<(webrtc_root)/test/test.gyp:channel_transport',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'build/isolate.gypi', 386 'build/isolate.gypi',
388 ], 387 ],
389 'sources': [ 388 'sources': [
390 'webrtc_perf_tests.isolate', 389 'webrtc_perf_tests.isolate',
391 ], 390 ],
392 }, 391 },
393 ], 392 ],
394 }], 393 }],
395 ], 394 ],
396 } 395 }
OLDNEW
« no previous file with comments | « webrtc/video/vie_codec_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698