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

Side by Side Diff: content/content_renderer.gypi

Issue 14346002: Connect webrtc MediaSourceInterface ready states with webkit WebMediaStreamSource (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 8 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 351 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
352 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 352 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
353 '../third_party/webrtc/modules/modules.gyp:audio_device', 353 '../third_party/webrtc/modules/modules.gyp:audio_device',
354 '<(DEPTH)/crypto/crypto.gyp:crypto', 354 '<(DEPTH)/crypto/crypto.gyp:crypto',
355 ], 355 ],
356 'sources': [ 356 'sources': [
357 'renderer/media/media_stream_center.cc', 357 'renderer/media/media_stream_center.cc',
358 'renderer/media/media_stream_dependency_factory.cc', 358 'renderer/media/media_stream_dependency_factory.cc',
359 'renderer/media/media_stream_dispatcher.cc', 359 'renderer/media/media_stream_dispatcher.cc',
360 'renderer/media/media_stream_impl.cc', 360 'renderer/media/media_stream_impl.cc',
361 'renderer/media/media_stream_source_observer.cc',
362 'renderer/media/media_stream_source_observer.h',
361 'renderer/media/peer_connection_handler_base.cc', 363 'renderer/media/peer_connection_handler_base.cc',
362 'renderer/media/peer_connection_handler_base.h', 364 'renderer/media/peer_connection_handler_base.h',
363 'renderer/media/peer_connection_tracker.cc', 365 'renderer/media/peer_connection_tracker.cc',
364 'renderer/media/peer_connection_tracker.h', 366 'renderer/media/peer_connection_tracker.h',
365 'renderer/media/remote_media_stream_impl.cc', 367 'renderer/media/remote_media_stream_impl.cc',
366 'renderer/media/remote_media_stream_impl.h', 368 'renderer/media/remote_media_stream_impl.h',
367 'renderer/media/rtc_data_channel_handler.cc', 369 'renderer/media/rtc_data_channel_handler.cc',
368 'renderer/media/rtc_data_channel_handler.h', 370 'renderer/media/rtc_data_channel_handler.h',
369 'renderer/media/rtc_dtmf_sender_handler.cc', 371 'renderer/media/rtc_dtmf_sender_handler.cc',
370 'renderer/media/rtc_dtmf_sender_handler.h', 372 'renderer/media/rtc_dtmf_sender_handler.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 }], 433 }],
432 ], 434 ],
433 'target_conditions': [ 435 'target_conditions': [
434 ['OS=="android"', { 436 ['OS=="android"', {
435 'sources/': [ 437 'sources/': [
436 ['include', '^renderer/render_view_linux\\.cc$'], 438 ['include', '^renderer/render_view_linux\\.cc$'],
437 ], 439 ],
438 }], 440 }],
439 ], 441 ],
440 } 442 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698