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

Side by Side Diff: media/cast/cast_receiver.gyp

Issue 138753004: Cast: IPC glue between cast library transport and encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: works Created 6 years, 10 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
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': [
(...skipping 10 matching lines...) Expand all
21 'cast_receiver_impl.cc', 21 'cast_receiver_impl.cc',
22 'cast_receiver_impl.h', 22 'cast_receiver_impl.h',
23 ], # source 23 ], # source
24 'dependencies': [ 24 'dependencies': [
25 '<(DEPTH)/crypto/crypto.gyp:crypto', 25 '<(DEPTH)/crypto/crypto.gyp:crypto',
26 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport', 26 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport',
27 'cast_audio_receiver', 27 'cast_audio_receiver',
28 'cast_video_receiver', 28 'cast_video_receiver',
29 'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver', 29 'rtp_receiver/rtp_receiver.gyp:cast_rtp_receiver',
30 ], 30 ],
31 'defines' : [
32 'MEDIA_IMPLEMENTATION',
33 ],
31 }, 34 },
32 ], 35 ],
33 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698