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

Side by Side Diff: webrtc/webrtc.gyp

Issue 1678763002: Re-add target in webrtc/libjingle that was dead. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Disable -Wnon-virtual-dtor Created 4 years, 10 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
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'conditions': [ 9 'conditions': [
10 ['include_tests==1', { 10 ['include_tests==1', {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'call/webrtc_call.gypi', 54 'call/webrtc_call.gypi',
55 'video/webrtc_video.gypi', 55 'video/webrtc_video.gypi',
56 ], 56 ],
57 'variables': { 57 'variables': {
58 'webrtc_all_dependencies': [ 58 'webrtc_all_dependencies': [
59 'base/base.gyp:*', 59 'base/base.gyp:*',
60 'sound/sound.gyp:*', 60 'sound/sound.gyp:*',
61 'common.gyp:*', 61 'common.gyp:*',
62 'common_audio/common_audio.gyp:*', 62 'common_audio/common_audio.gyp:*',
63 'common_video/common_video.gyp:*', 63 'common_video/common_video.gyp:*',
64 'libjingle/xmllite/xmllite.gyp:*',
65 'libjingle/xmpp/xmpp.gyp:*',
pthatcher1 2016/02/08 19:11:47 We shouldn't compile these into webrtc. They are
kjellander_webrtc 2016/02/08 19:43:21 If they're only used by Chromium, I think we shoul
pthatcher 2016/02/08 19:50:04 I'd love it if you moved them into Chromium. We t
kjellander_webrtc 2016/02/15 18:27:54 sergeyu: if I take care of moving this to Chromium
Sergey Ulanov 2016/02/16 20:24:35 Sent a separate e-mail about it with more details.
64 'media/media.gyp:*', 66 'media/media.gyp:*',
65 'modules/modules.gyp:*', 67 'modules/modules.gyp:*',
66 'p2p/p2p.gyp:*', 68 'p2p/p2p.gyp:*',
67 'system_wrappers/system_wrappers.gyp:*', 69 'system_wrappers/system_wrappers.gyp:*',
68 'tools/tools.gyp:*', 70 'tools/tools.gyp:*',
69 'voice_engine/voice_engine.gyp:*', 71 'voice_engine/voice_engine.gyp:*',
70 '<(webrtc_vp8_dir)/vp8.gyp:*', 72 '<(webrtc_vp8_dir)/vp8.gyp:*',
71 '<(webrtc_vp9_dir)/vp9.gyp:*', 73 '<(webrtc_vp9_dir)/vp9.gyp:*',
72 ], 74 ],
73 }, 75 },
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ], 157 ],
156 'defines': [ 158 'defines': [
157 'ENABLE_RTC_EVENT_LOG', 159 'ENABLE_RTC_EVENT_LOG',
158 ], 160 ],
159 }], 161 }],
160 ], 162 ],
161 }, 163 },
162 164
163 ], 165 ],
164 } 166 }
OLDNEW
« webrtc/libjingle/xmpp/xmpp.gyp ('K') | « webrtc/libjingle/xmpp/xmpp.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698