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

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

Issue 865603002: Use rtc_base instead of webrtc_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added components/devtools_bridge.gyp Created 5 years, 11 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
« no previous file with comments | « components/devtools_bridge.gyp ('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 'variables': { 9 'variables': {
10 'enabled_libjingle_device_manager%': 0, 10 'enabled_libjingle_device_manager%': 0,
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 { 271 {
272 'target_name': 'libjingle', 272 'target_name': 'libjingle',
273 'type': 'static_library', 273 'type': 'static_library',
274 'includes': [ 'libjingle_common.gypi' ], 274 'includes': [ 'libjingle_common.gypi' ],
275 'sources!' : [ 275 'sources!' : [
276 # Compiled as part of libjingle_p2p_constants. 276 # Compiled as part of libjingle_p2p_constants.
277 '<(webrtc_p2p)/base/constants.cc', 277 '<(webrtc_p2p)/base/constants.cc',
278 '<(webrtc_p2p)/base/constants.h', 278 '<(webrtc_p2p)/base/constants.h',
279 ], 279 ],
280 'dependencies': [ 280 'dependencies': [
281 '<(DEPTH)/third_party/webrtc/base/base.gyp:webrtc_base', 281 '<(DEPTH)/third_party/webrtc/base/base.gyp:rtc_base',
282 '<(DEPTH)/third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite', 282 '<(DEPTH)/third_party/webrtc/libjingle/xmllite/xmllite.gyp:rtc_xmllite',
283 'libjingle_p2p_constants', 283 'libjingle_p2p_constants',
284 '<@(libjingle_additional_deps)', 284 '<@(libjingle_additional_deps)',
285 ], 285 ],
286 }, # target libjingle 286 }, # target libjingle
287 # This has to be is a separate project due to a bug in MSVS 2008 and the 287 # This has to be is a separate project due to a bug in MSVS 2008 and the
288 # current toolset on android. The problem is that we have two files named 288 # current toolset on android. The problem is that we have two files named
289 # "constants.cc" and MSVS/android doesn't handle this properly. 289 # "constants.cc" and MSVS/android doesn't handle this properly.
290 # GYP currently has guards to catch this, so if you want to remove it, 290 # GYP currently has guards to catch this, so if you want to remove it,
291 # run GYP and if GYP has removed the validation check, then we can assume 291 # run GYP and if GYP has removed the validation check, then we can assume
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 }, 673 },
674 'dependencies': [ 674 'dependencies': [
675 'libjingle_peerconnection_so', 675 'libjingle_peerconnection_so',
676 ], 676 ],
677 'includes': [ '../../build/java.gypi' ], 677 'includes': [ '../../build/java.gypi' ],
678 }, 678 },
679 ], 679 ],
680 }], 680 }],
681 ], 681 ],
682 } 682 }
OLDNEW
« no previous file with comments | « components/devtools_bridge.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698