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

Side by Side Diff: webrtc/test/test.gyp

Issue 1923613003: Revert of Delete video_render module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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/modules/video_render/windows/video_render_windows_impl.cc ('k') | webrtc/video/BUILD.gn » ('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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 # TODO(andrew): consider moving test_support to src/base/test. 9 # TODO(andrew): consider moving test_support to src/base/test.
10 { 10 {
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 ], 297 ],
298 }], 298 }],
299 ], 299 ],
300 'dependencies': [ 300 'dependencies': [
301 '<(DEPTH)/testing/gmock.gyp:gmock', 301 '<(DEPTH)/testing/gmock.gyp:gmock',
302 '<(DEPTH)/testing/gtest.gyp:gtest', 302 '<(DEPTH)/testing/gtest.gyp:gtest',
303 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 303 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
304 '<(webrtc_root)/base/base.gyp:rtc_base_approved', 304 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
305 '<(webrtc_root)/common.gyp:webrtc_common', 305 '<(webrtc_root)/common.gyp:webrtc_common',
306 '<(webrtc_root)/modules/modules.gyp:media_file', 306 '<(webrtc_root)/modules/modules.gyp:media_file',
307 '<(webrtc_root)/modules/modules.gyp:video_render',
307 '<(webrtc_root)/webrtc.gyp:webrtc', 308 '<(webrtc_root)/webrtc.gyp:webrtc',
308 'rtp_test_utils', 309 'rtp_test_utils',
309 'test_support', 310 'test_support',
310 'video_test_common', 311 'video_test_common',
311 ], 312 ],
312 }, 313 },
313 { 314 {
314 'target_name': 'test_renderer', 315 'target_name': 'test_renderer',
315 'type': 'static_library', 316 'type': 'static_library',
316 'sources': [ 317 'sources': [
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 '../build/isolate.gypi', 445 '../build/isolate.gypi',
445 ], 446 ],
446 'sources': [ 447 'sources': [
447 'test_support_unittests.isolate', 448 'test_support_unittests.isolate',
448 ], 449 ],
449 }, 450 },
450 ], 451 ],
451 }], 452 }],
452 ], 453 ],
453 } 454 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_render/windows/video_render_windows_impl.cc ('k') | webrtc/video/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698