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

Side by Side Diff: trunk/src/media/cast/cast_sender.gyp

Issue 25546003: Revert 226264 "Be able to build cast_unittest and related target..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/media/cast/cast_sender.h ('k') | trunk/src/media/cast/cast_sender_impl.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'audio_sender/audio_sender.gypi', 7 'audio_sender/audio_sender.gypi',
8 'congestion_control/congestion_control.gypi', 8 'congestion_control/congestion_control.gypi',
9 'video_sender/video_sender.gypi', 9 'video_sender/video_sender.gypi',
10 ], 10 ],
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'cast_sender_impl', 13 'target_name': 'cast_sender_impl',
14 'type': 'static_library', 14 'type': 'static_library',
15 'include_dirs': [ 15 'include_dirs': [
16 '<(DEPTH)/', 16 '<(DEPTH)/',
17 '<(DEPTH)/third_party/', 17 '<(DEPTH)/third_party/',
18 '<(DEPTH)/third_party/webrtc/', 18 '<(DEPTH)/third_party/webrtc/',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 'cast_sender.h', 21 'cast_sender.h',
22 'cast_sender_impl.cc', 22 'cast_sender_impl.cc',
23 'cast_sender_impl.h', 23 'cast_sender_impl.h',
24 ], # source 24 ], # source
25 'dependencies': [ 25 'dependencies': [
26 'audio_sender', 26 'audio_sender',
27 'congestion_control', 27 'congestion_control',
28 'pacing/paced_sender.gyp:cast_paced_sender', 28 'pacing/paced_sender.gyp:paced_sender',
29 'rtcp/rtcp.gyp:cast_rtcp', 29 'rtcp/rtcp.gyp:cast_rtcp',
30 'rtp_sender/rtp_sender.gyp:cast_rtp_sender', 30 'rtp_sender/rtp_sender.gyp:cast_rtp_sender',
31 'video_sender', 31 'video_sender',
32 ], # dependencies 32 ], # dependencies
33 }, 33 },
34 ], 34 ],
35 } 35 }
OLDNEW
« no previous file with comments | « trunk/src/media/cast/cast_sender.h ('k') | trunk/src/media/cast/cast_sender_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698