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

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

Issue 10833061: Rolling libjingle revison r163. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 4 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/media/peer_connection_handler_jsep.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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'source/talk/app/webrtc/mediastreamtrackproxy.cc', 519 'source/talk/app/webrtc/mediastreamtrackproxy.cc',
520 'source/talk/app/webrtc/mediastreamtrackproxy.h', 520 'source/talk/app/webrtc/mediastreamtrackproxy.h',
521 'source/talk/app/webrtc/notifier.h', 521 'source/talk/app/webrtc/notifier.h',
522 'source/talk/app/webrtc/peerconnection.cc', 522 'source/talk/app/webrtc/peerconnection.cc',
523 'source/talk/app/webrtc/peerconnection.h', 523 'source/talk/app/webrtc/peerconnection.h',
524 'source/talk/app/webrtc/peerconnectionfactory.cc', 524 'source/talk/app/webrtc/peerconnectionfactory.cc',
525 'source/talk/app/webrtc/peerconnectionfactory.h', 525 'source/talk/app/webrtc/peerconnectionfactory.h',
526 'source/talk/app/webrtc/peerconnectioninterface.h', 526 'source/talk/app/webrtc/peerconnectioninterface.h',
527 'source/talk/app/webrtc/portallocatorfactory.cc', 527 'source/talk/app/webrtc/portallocatorfactory.cc',
528 'source/talk/app/webrtc/portallocatorfactory.h', 528 'source/talk/app/webrtc/portallocatorfactory.h',
529 'source/talk/app/webrtc/roaperrorcodes.h',
530 'source/talk/app/webrtc/roapmessages.cc',
531 'source/talk/app/webrtc/roapmessages.h',
532 'source/talk/app/webrtc/roapsession.cc',
533 'source/talk/app/webrtc/roapsession.h',
534 'source/talk/app/webrtc/roapsignaling.cc',
535 'source/talk/app/webrtc/roapsignaling.h',
536 'source/talk/app/webrtc/streamcollection.h', 529 'source/talk/app/webrtc/streamcollection.h',
537 'source/talk/app/webrtc/videotrackrenderers.cc', 530 'source/talk/app/webrtc/videotrackrenderers.cc',
538 'source/talk/app/webrtc/videotrackrenderers.h', 531 'source/talk/app/webrtc/videotrackrenderers.h',
539 'source/talk/app/webrtc/videorendererimpl.cc',
540 'source/talk/app/webrtc/videotrack.cc', 532 'source/talk/app/webrtc/videotrack.cc',
541 'source/talk/app/webrtc/videotrack.h', 533 'source/talk/app/webrtc/videotrack.h',
542 'source/talk/app/webrtc/webrtcsdp.cc', 534 'source/talk/app/webrtc/webrtcsdp.cc',
543 'source/talk/app/webrtc/webrtcsdp.h', 535 'source/talk/app/webrtc/webrtcsdp.h',
544 'source/talk/app/webrtc/webrtcsession.cc', 536 'source/talk/app/webrtc/webrtcsession.cc',
545 'source/talk/app/webrtc/webrtcsession.h', 537 'source/talk/app/webrtc/webrtcsession.h',
546 'source/talk/media/base/codec.cc', 538 'source/talk/media/base/codec.cc',
547 'source/talk/media/base/codec.h', 539 'source/talk/media/base/codec.h',
548 'source/talk/media/base/constants.cc', 540 'source/talk/media/base/constants.cc',
549 'source/talk/media/base/constants.h', 541 'source/talk/media/base/constants.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 ], 638 ],
647 'include_dirs': [ 639 'include_dirs': [
648 'source', 640 'source',
649 ], 641 ],
650 'dependencies': [ 642 'dependencies': [
651 'libjingle', 643 'libjingle',
652 ], 644 ],
653 }, # target peerconnection_server 645 }, # target peerconnection_server
654 ], 646 ],
655 } 647 }
OLDNEW
« no previous file with comments | « content/renderer/media/peer_connection_handler_jsep.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698