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

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

Issue 8914025: Rolling new libjingle revision 100 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'includes': [ 9 'includes': [
10 '../../build/win_precompile.gypi', 10 '../../build/win_precompile.gypi',
(...skipping 16 matching lines...) Expand all
27 'defines': [ 27 'defines': [
28 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of 28 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of
29 # _DEBUG and remove this define. See below as well. 29 # _DEBUG and remove this define. See below as well.
30 '_DEBUG', 30 '_DEBUG',
31 ], 31 ],
32 } 32 }
33 }, 33 },
34 'include_dirs': [ 34 'include_dirs': [
35 './overrides', 35 './overrides',
36 './source', 36 './source',
37 '../../third_party/libyuv/include',
37 ], 38 ],
38 'dependencies': [ 39 'dependencies': [
39 '<(DEPTH)/base/base.gyp:base', 40 '<(DEPTH)/base/base.gyp:base',
40 '<(DEPTH)/net/net.gyp:net', 41 '<(DEPTH)/net/net.gyp:net',
41 '<(DEPTH)/third_party/expat/expat.gyp:expat', 42 '<(DEPTH)/third_party/expat/expat.gyp:expat',
42 ], 43 ],
43 'export_dependent_settings': [ 44 'export_dependent_settings': [
44 '<(DEPTH)/third_party/expat/expat.gyp:expat', 45 '<(DEPTH)/third_party/expat/expat.gyp:expat',
45 ], 46 ],
46 'direct_dependent_settings': { 47 'direct_dependent_settings': {
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module', 547 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module',
547 '<(DEPTH)/third_party/webrtc/video_engine/video_engine.gyp:video_engine_ core', 548 '<(DEPTH)/third_party/webrtc/video_engine/video_engine.gyp:video_engine_ core',
548 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_ core', 549 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_ core',
549 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers.gyp: system_wrappers', 550 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers.gyp: system_wrappers',
550 'libjingle', 551 'libjingle',
551 'libjingle_p2p', 552 'libjingle_p2p',
552 ], 553 ],
553 }, # target libjingle_peerconnection 554 }, # target libjingle_peerconnection
554 ], 555 ],
555 } 556 }
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