| OLD | NEW |
| 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 '../ppapi/ppapi_internal.gyp:ppapi_host', | 9 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 ['exclude', '^renderer/media/media_stream_'], | 317 ['exclude', '^renderer/media/media_stream_'], |
| 318 ], | 318 ], |
| 319 }], | 319 }], |
| 320 ['enable_webrtc==1', { | 320 ['enable_webrtc==1', { |
| 321 'dependencies': [ | 321 'dependencies': [ |
| 322 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', | 322 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', |
| 323 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system
_wrappers', | 323 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system
_wrappers', |
| 324 '../third_party/webrtc/modules/modules.gyp:audio_device', | 324 '../third_party/webrtc/modules/modules.gyp:audio_device', |
| 325 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', | 325 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', |
| 326 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', | 326 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', |
| 327 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 328 '<(DEPTH)/net/net.gyp:net', |
| 327 ], | 329 ], |
| 328 'sources': [ | 330 'sources': [ |
| 329 'renderer/media/media_stream_center.cc', | 331 'renderer/media/media_stream_center.cc', |
| 330 'renderer/media/media_stream_dependency_factory.cc', | 332 'renderer/media/media_stream_dependency_factory.cc', |
| 331 'renderer/media/media_stream_dispatcher.cc', | 333 'renderer/media/media_stream_dispatcher.cc', |
| 332 'renderer/media/media_stream_impl.cc', | 334 'renderer/media/media_stream_impl.cc', |
| 333 'renderer/media/peer_connection_handler_base.cc', | 335 'renderer/media/peer_connection_handler_base.cc', |
| 334 'renderer/media/peer_connection_handler_base.h', | 336 'renderer/media/peer_connection_handler_base.h', |
| 335 'renderer/media/peer_connection_handler_jsep.cc', | 337 'renderer/media/peer_connection_handler_jsep.cc', |
| 336 'renderer/media/peer_connection_handler_jsep.h', | 338 'renderer/media/peer_connection_handler_jsep.h', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 }], | 372 }], |
| 371 ], | 373 ], |
| 372 'target_conditions': [ | 374 'target_conditions': [ |
| 373 ['OS=="android"', { | 375 ['OS=="android"', { |
| 374 'sources/': [ | 376 'sources/': [ |
| 375 ['include', '^renderer/render_view_linux\\.cc$'], | 377 ['include', '^renderer/render_view_linux\\.cc$'], |
| 376 ], | 378 ], |
| 377 }], | 379 }], |
| 378 ], | 380 ], |
| 379 } | 381 } |
| OLD | NEW |