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

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

Issue 2921004: Changed the revision number of libjingle to r24. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 5 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 | « DEPS ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'no_libjingle_logging%': 0, 7 'no_libjingle_logging%': 0,
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'defines': [ 10 'defines': [
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'source/talk/p2p/base/rawtransportchannel.h', 374 'source/talk/p2p/base/rawtransportchannel.h',
375 'source/talk/p2p/base/relayport.cc', 375 'source/talk/p2p/base/relayport.cc',
376 'source/talk/p2p/base/relayport.h', 376 'source/talk/p2p/base/relayport.h',
377 'source/talk/p2p/base/session.cc', 377 'source/talk/p2p/base/session.cc',
378 'source/talk/p2p/base/session.h', 378 'source/talk/p2p/base/session.h',
379 'source/talk/p2p/base/sessionclient.h', 379 'source/talk/p2p/base/sessionclient.h',
380 'source/talk/p2p/base/sessiondescription.h', 380 'source/talk/p2p/base/sessiondescription.h',
381 'source/talk/p2p/base/sessionid.h', 381 'source/talk/p2p/base/sessionid.h',
382 'source/talk/p2p/base/sessionmanager.cc', 382 'source/talk/p2p/base/sessionmanager.cc',
383 'source/talk/p2p/base/sessionmanager.h', 383 'source/talk/p2p/base/sessionmanager.h',
384 'source/talk/p2p/base/sessionmessages.cc',
385 'source/talk/p2p/base/sessionmessages.h',
386 'source/talk/p2p/base/parsing.cc',
387 'source/talk/p2p/base/parsing.h',
384 'source/talk/p2p/base/stun.cc', 388 'source/talk/p2p/base/stun.cc',
385 'source/talk/p2p/base/stun.h', 389 'source/talk/p2p/base/stun.h',
386 'source/talk/p2p/base/stunport.cc', 390 'source/talk/p2p/base/stunport.cc',
387 'source/talk/p2p/base/stunport.h', 391 'source/talk/p2p/base/stunport.h',
388 'source/talk/p2p/base/stunrequest.cc', 392 'source/talk/p2p/base/stunrequest.cc',
389 'source/talk/p2p/base/stunrequest.h', 393 'source/talk/p2p/base/stunrequest.h',
390 'source/talk/p2p/base/tcpport.cc', 394 'source/talk/p2p/base/tcpport.cc',
391 'source/talk/p2p/base/tcpport.h', 395 'source/talk/p2p/base/tcpport.h',
392 'source/talk/p2p/base/transport.cc', 396 'source/talk/p2p/base/transport.cc',
393 'source/talk/p2p/base/transport.h', 397 'source/talk/p2p/base/transport.h',
(...skipping 22 matching lines...) Expand all
416 ], 420 ],
417 }, 421 },
418 ], 422 ],
419 } 423 }
420 424
421 # Local Variables: 425 # Local Variables:
422 # tab-width:2 426 # tab-width:2
423 # indent-tabs-mode:nil 427 # indent-tabs-mode:nil
424 # End: 428 # End:
425 # vim: set expandtab tabstop=2 shiftwidth=2: 429 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698