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

Side by Side Diff: trunk/src/media/cast/cast_receiver.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_receiver.h ('k') | trunk/src/media/cast/cast_sender.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_receiver/audio_receiver.gypi', 7 'audio_receiver/audio_receiver.gypi',
8 'video_receiver/video_receiver.gypi', 8 'video_receiver/video_receiver.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'cast_receiver_impl', 12 'target_name': 'cast_receiver_impl',
13 'type': 'static_library', 13 'type': 'static_library',
14 'sources': [ 14 'sources': [
15 'cast_receiver.h', 15 'cast_receiver.h',
16 # 'cast_receiver_impl.cc', 16 # 'cast_receiver_impl.cc',
17 # 'cast_receiver_impl.h', 17 # 'cast_receiver_impl.h',
18 ], # source 18 ], # source
19 'dependencies': [ 19 'dependencies': [
20 'rtp_receiver/rtp_receiver.gyp:*', 20 'rtp_receiver/rtp_receiver.gyp:*',
21 'cast_audio_receiver', 21 'cast_audio_receiver',
22 'cast_video_receiver', 22 'cast_video_receiver',
23 'framer/framer.gyp:cast_framer', 23 'framer/framer.gyp:cast_framer',
24 'pacing/paced_sender.gyp:cast_paced_sender', 24 'pacing/paced_sender.gyp:paced_sender',
25 ], 25 ],
26 }, 26 },
27 ], 27 ],
28 } 28 }
OLDNEW
« no previous file with comments | « trunk/src/media/cast/cast_receiver.h ('k') | trunk/src/media/cast/cast_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698