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

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

Issue 9567007: 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 | « third_party/libjingle/README.chromium ('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', 484 'source/talk/app/webrtc/audiotrack.cc',
485 'source/talk/app/webrtc/audiotrackimpl.h', 485 'source/talk/app/webrtc/audiotrack.h',
486 'source/talk/app/webrtc/candidateobserver.h',
487 'source/talk/app/webrtc/jsep.h',
488 'source/talk/app/webrtc/jsepicecandidate.cc',
489 'source/talk/app/webrtc/jsepicecandidate.h',
490 'source/talk/app/webrtc/jsepsessiondescription.cc',
491 'source/talk/app/webrtc/jsepsessiondescription.h',
492 'source/talk/app/webrtc/jsepsignaling.cc',
493 'source/talk/app/webrtc/jsepsignaling.h',
494 'source/talk/app/webrtc/mediastream.cc',
486 'source/talk/app/webrtc/mediastream.h', 495 'source/talk/app/webrtc/mediastream.h',
487 'source/talk/app/webrtc/mediastreamhandler.cc', 496 'source/talk/app/webrtc/mediastreamhandler.cc',
488 'source/talk/app/webrtc/mediastreamhandler.h', 497 'source/talk/app/webrtc/mediastreamhandler.h',
489 'source/talk/app/webrtc/mediastreamimpl.cc', 498 'source/talk/app/webrtc/mediastreaminterface.h',
490 'source/talk/app/webrtc/mediastreamimpl.h',
491 'source/talk/app/webrtc/mediastreamprovider.h', 499 'source/talk/app/webrtc/mediastreamprovider.h',
492 'source/talk/app/webrtc/mediastreamproxy.cc', 500 'source/talk/app/webrtc/mediastreamproxy.cc',
493 'source/talk/app/webrtc/mediastreamproxy.h', 501 'source/talk/app/webrtc/mediastreamproxy.h',
494 'source/talk/app/webrtc/mediastreamtrackproxy.cc', 502 'source/talk/app/webrtc/mediastreamtrackproxy.cc',
495 'source/talk/app/webrtc/mediastreamtrackproxy.h', 503 'source/talk/app/webrtc/mediastreamtrackproxy.h',
496 'source/talk/app/webrtc/mediatrackimpl.h', 504 'source/talk/app/webrtc/mediatrackimpl.h',
497 'source/talk/app/webrtc/notifierimpl.h', 505 'source/talk/app/webrtc/notifierimpl.h',
498 'source/talk/app/webrtc/peerconnection.h', 506 'source/talk/app/webrtc/peerconnection.h',
499 'source/talk/app/webrtc/peerconnectionfactoryimpl.cc', 507 'source/talk/app/webrtc/peerconnectionfactoryimpl.cc',
500 'source/talk/app/webrtc/peerconnectionfactoryimpl.h', 508 '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', 606 '<(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', 607 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers. gyp:system_wrappers',
600 'libjingle', 608 'libjingle',
601 'libjingle_p2p', 609 'libjingle_p2p',
602 ], 610 ],
603 }], 611 }],
604 ], 612 ],
605 }, # target libjingle_peerconnection 613 }, # target libjingle_peerconnection
606 ], 614 ],
607 } 615 }
OLDNEW
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698