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

Side by Side Diff: webrtc/modules/video_coding/video_coding_test.gypi

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 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
« no previous file with comments | « webrtc/modules/video_coding/video_coding.gypi ('k') | webrtc/modules/video_processing/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # Use of this source code is governed by a BSD-style license
3 # that can be found in the LICENSE file in the root of the source
4 # tree. An additional intellectual property rights grant can be found
5 # in the file PATENTS. All contributing project authors may
6 # be found in the AUTHORS file in the root of the source tree.
7
8 {
9 'targets': [
10 {
11 'target_name': 'rtp_player',
12 'type': 'executable',
13 'dependencies': [
14 'rtp_rtcp',
15 'webrtc_video_coding',
16 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
17 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_def ault',
18 '<(webrtc_root)/test/test.gyp:test_common',
19 ],
20 'sources': [
21 # headers
22 'test/receiver_tests.h',
23 'test/rtp_player.h',
24 'test/vcm_payload_sink_factory.h',
25
26 # sources
27 'test/rtp_player.cc',
28 'test/test_util.cc',
29 'test/tester_main.cc',
30 'test/vcm_payload_sink_factory.cc',
31 'test/video_rtp_play.cc',
32 ], # sources
33 },
34 ],
35 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/video_coding.gypi ('k') | webrtc/modules/video_processing/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698