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

Side by Side Diff: content/content_renderer.gypi

Issue 12465002: Refactor libjingle.gyp: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 9 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 | « no previous file | content/content_tests.gypi » ('j') | third_party/libjingle/libjingle.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 # TODO(jrg): remove the OS=="android" section? 329 # TODO(jrg): remove the OS=="android" section?
330 # http://crbug.com/113172 330 # http://crbug.com/113172
331 # Understand better how media_stream_ is tied into Chromium. 331 # Understand better how media_stream_ is tied into Chromium.
332 ['enable_webrtc==0 and OS=="android"', { 332 ['enable_webrtc==0 and OS=="android"', {
333 'sources/': [ 333 'sources/': [
334 ['exclude', '^renderer/media/media_stream_'], 334 ['exclude', '^renderer/media/media_stream_'],
335 ], 335 ],
336 }], 336 }],
337 ['enable_webrtc==1', { 337 ['enable_webrtc==1', {
338 'dependencies': [ 338 'dependencies': [
339 '../third_party/libjingle/libjingle.gyp:libjingle_p2p', 339 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
340 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
341 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system _wrappers', 340 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system _wrappers',
342 '../third_party/webrtc/modules/modules.gyp:audio_device', 341 '../third_party/webrtc/modules/modules.gyp:audio_device',
343 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', 342 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
344 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', 343 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
345 '<(DEPTH)/crypto/crypto.gyp:crypto', 344 '<(DEPTH)/crypto/crypto.gyp:crypto',
346 ], 345 ],
347 'sources': [ 346 'sources': [
348 'renderer/media/media_stream_center.cc', 347 'renderer/media/media_stream_center.cc',
349 'renderer/media/media_stream_dependency_factory.cc', 348 'renderer/media/media_stream_dependency_factory.cc',
350 'renderer/media/media_stream_dispatcher.cc', 349 'renderer/media/media_stream_dispatcher.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 }], 417 }],
419 ], 418 ],
420 'target_conditions': [ 419 'target_conditions': [
421 ['OS=="android"', { 420 ['OS=="android"', {
422 'sources/': [ 421 'sources/': [
423 ['include', '^renderer/render_view_linux\\.cc$'], 422 ['include', '^renderer/render_view_linux\\.cc$'],
424 ], 423 ],
425 }], 424 }],
426 ], 425 ],
427 } 426 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | third_party/libjingle/libjingle.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698