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

Side by Side Diff: third_party/libjingle/libjingle.gyp

Issue 9558001: libjingle roll 117:119 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 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 | « content/renderer/p2p/ipc_network_manager.cc ('k') | no next file » | no next file with comments »
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 'includes': [ 6 'includes': [
7 '../../build/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'defines': [ 10 'defines': [
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'source/talk/session/tunnel/tunnelsessionclient.h', 474 'source/talk/session/tunnel/tunnelsessionclient.h',
475 ], 475 ],
476 'dependencies': [ 476 'dependencies': [
477 'libjingle', 477 'libjingle',
478 ], 478 ],
479 }, # target libjingle_p2p 479 }, # target libjingle_p2p
480 { 480 {
481 'target_name': 'libjingle_peerconnection', 481 'target_name': 'libjingle_peerconnection',
482 'type': 'static_library', 482 'type': 'static_library',
483 'sources': [ 483 'sources': [
484 'source/talk/app/webrtc/audiotrackimpl.cc',
485 'source/talk/app/webrtc/audiotrackimpl.h',
486 'source/talk/app/webrtc/mediastream.h', 484 'source/talk/app/webrtc/mediastream.h',
487 'source/talk/app/webrtc/mediastreamhandler.cc', 485 'source/talk/app/webrtc/mediastreamhandler.cc',
488 'source/talk/app/webrtc/mediastreamhandler.h', 486 'source/talk/app/webrtc/mediastreamhandler.h',
489 'source/talk/app/webrtc/mediastreamimpl.cc',
490 'source/talk/app/webrtc/mediastreamimpl.h',
491 'source/talk/app/webrtc/mediastreamprovider.h', 487 'source/talk/app/webrtc/mediastreamprovider.h',
492 'source/talk/app/webrtc/mediastreamproxy.cc', 488 'source/talk/app/webrtc/mediastreamproxy.cc',
493 'source/talk/app/webrtc/mediastreamproxy.h', 489 'source/talk/app/webrtc/mediastreamproxy.h',
494 'source/talk/app/webrtc/mediastreamtrackproxy.cc', 490 'source/talk/app/webrtc/mediastreamtrackproxy.cc',
495 'source/talk/app/webrtc/mediastreamtrackproxy.h', 491 'source/talk/app/webrtc/mediastreamtrackproxy.h',
496 'source/talk/app/webrtc/mediatrackimpl.h', 492 'source/talk/app/webrtc/mediatrackimpl.h',
497 'source/talk/app/webrtc/notifierimpl.h', 493 'source/talk/app/webrtc/notifierimpl.h',
498 'source/talk/app/webrtc/peerconnection.h', 494 'source/talk/app/webrtc/peerconnection.h',
499 'source/talk/app/webrtc/peerconnectionfactoryimpl.cc', 495 'source/talk/app/webrtc/peerconnectionfactoryimpl.cc',
500 'source/talk/app/webrtc/peerconnectionfactoryimpl.h', 496 'source/talk/app/webrtc/peerconnectionfactoryimpl.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_eng ine_core', 594 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_eng ine_core',
599 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers. gyp:system_wrappers', 595 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers. gyp:system_wrappers',
600 'libjingle', 596 'libjingle',
601 'libjingle_p2p', 597 'libjingle_p2p',
602 ], 598 ],
603 }], 599 }],
604 ], 600 ],
605 }, # target libjingle_peerconnection 601 }, # target libjingle_peerconnection
606 ], 602 ],
607 } 603 }
OLDNEW
« no previous file with comments | « content/renderer/p2p/ipc_network_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698