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

Side by Side Diff: webrtc/libjingle/xmpp/xmpp.gyp

Issue 1843193002: Reland of move {media,p2p,pc,xmllite,xmpp}_tests.gypi files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased and moved isolate targets into include_tests==1 condition Created 4 years, 8 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 | « webrtc/libjingle/xmllite/xmllite_tests.gypi ('k') | webrtc/libjingle/xmpp/xmpp_tests.gypi » ('j') | 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 { 9 {
10 'includes': [ '../../build/common.gypi', ], 10 'includes': [ '../../build/common.gypi', ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }, 133 },
134 } 134 }
135 }], 135 }],
136 ['OS=="android"', { 136 ['OS=="android"', {
137 'cflags!': [ 137 'cflags!': [
138 '-Wextra', 138 '-Wextra',
139 '-Wall', 139 '-Wall',
140 ], 140 ],
141 }], 141 }],
142 ], 142 ],
143 }], 143 },
144 ], # targets
145 'conditions': [
146 ['include_tests==1', {
147 'targets' : [
148 {
149 'target_name': 'rtc_xmpp_unittest',
150 'type': 'none',
151 'direct_dependent_settings': {
152 'sources': [
153 'fakexmppclient.h',
154 'hangoutpubsubclient_unittest.cc',
155 'jid_unittest.cc',
156 'mucroomconfigtask_unittest.cc',
157 'mucroomdiscoverytask_unittest.cc',
158 'mucroomlookuptask_unittest.cc',
159 'mucroomuniquehangoutidtask_unittest.cc',
160 'pingtask_unittest.cc',
161 'pubsubclient_unittest.cc',
162 'pubsubtasks_unittest.cc',
163 'util_unittest.cc',
164 'util_unittest.h',
165 'xmppengine_unittest.cc',
166 'xmpplogintask_unittest.cc',
167 'xmppstanzaparser_unittest.cc',
168 ],
169 },
170 }, # target rtc_xmpp_unittest
171 ], # targets
172 }], # include_tests==1
173 ], # conditions
144 } 174 }
145 175
OLDNEW
« no previous file with comments | « webrtc/libjingle/xmllite/xmllite_tests.gypi ('k') | webrtc/libjingle/xmpp/xmpp_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698