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

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

Issue 516143002: Define WEBRTC_CHROMIUM_BUILD in libjingle.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | 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 13 matching lines...) Expand all
24 'GTEST_RELATIVE_PATH', 24 'GTEST_RELATIVE_PATH',
25 'HAVE_SRTP', 25 'HAVE_SRTP',
26 'HAVE_WEBRTC_VIDEO', 26 'HAVE_WEBRTC_VIDEO',
27 'HAVE_WEBRTC_VOICE', 27 'HAVE_WEBRTC_VOICE',
28 'LOGGING_INSIDE_WEBRTC', 28 'LOGGING_INSIDE_WEBRTC',
29 'NO_MAIN_THREAD_WRAPPING', 29 'NO_MAIN_THREAD_WRAPPING',
30 'NO_SOUND_SYSTEM', 30 'NO_SOUND_SYSTEM',
31 'SRTP_RELATIVE_PATH', 31 'SRTP_RELATIVE_PATH',
32 'USE_WEBRTC_DEV_BRANCH', 32 'USE_WEBRTC_DEV_BRANCH',
33 'ENABLE_EXTERNAL_AUTH', 33 'ENABLE_EXTERNAL_AUTH',
34 'WEBRTC_CHROMIUM_BUILD',
34 ], 35 ],
35 'configurations': { 36 'configurations': {
36 'Debug': { 37 'Debug': {
37 'defines': [ 38 'defines': [
38 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of 39 # TODO(sergeyu): Fix libjingle to use NDEBUG instead of
39 # _DEBUG and remove this define. See below as well. 40 # _DEBUG and remove this define. See below as well.
40 '_DEBUG', 41 '_DEBUG',
41 ], 42 ],
42 } 43 }
43 }, 44 },
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 # in this directory and not lib.target as will otherwise be 658 # in this directory and not lib.target as will otherwise be
658 # the case with make builds. 659 # the case with make builds.
659 'product_dir': '<(PRODUCT_DIR)/lib', 660 'product_dir': '<(PRODUCT_DIR)/lib',
660 }], 661 }],
661 ], 662 ],
662 }, # target libpeerconnection 663 }, # target libpeerconnection
663 ], 664 ],
664 }], 665 }],
665 ], 666 ],
666 } 667 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698