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

Side by Side Diff: remoting/remoting_test.gypi

Issue 958703003: Remove dependency on XMPP implementation in WebRTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'protocol/ppapi_module_stub.cc', 214 'protocol/ppapi_module_stub.cc',
215 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 215 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
216 'protocol/third_party_authenticator_unittest.cc', 216 'protocol/third_party_authenticator_unittest.cc',
217 'protocol/v2_authenticator_unittest.cc', 217 'protocol/v2_authenticator_unittest.cc',
218 'signaling/fake_signal_strategy.cc', 218 'signaling/fake_signal_strategy.cc',
219 'signaling/fake_signal_strategy.h', 219 'signaling/fake_signal_strategy.h',
220 'signaling/iq_sender_unittest.cc', 220 'signaling/iq_sender_unittest.cc',
221 'signaling/log_to_server_unittest.cc', 221 'signaling/log_to_server_unittest.cc',
222 'signaling/server_log_entry_unittest.cc', 222 'signaling/server_log_entry_unittest.cc',
223 'signaling/server_log_entry_unittest.h', 223 'signaling/server_log_entry_unittest.h',
224 'signaling/xmpp_login_handler_unittest.cc',
225 'signaling/xmpp_stream_parser_unittest.cc',
226 'signaling/xmpp_signal_strategy_unittest.cc',
224 ], 227 ],
225 'conditions': [ 228 'conditions': [
226 [ 'OS=="win"', { 229 [ 'OS=="win"', {
227 'defines': [ 230 'defines': [
228 '_ATL_NO_EXCEPTIONS', 231 '_ATL_NO_EXCEPTIONS',
229 ], 232 ],
230 'include_dirs': [ 233 'include_dirs': [
231 '../breakpad/src', 234 '../breakpad/src',
232 ], 235 ],
233 'link_settings': { 236 'link_settings': {
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'dependencies': [ 416 'dependencies': [
414 '../base/allocator/allocator.gyp:allocator', 417 '../base/allocator/allocator.gyp:allocator',
415 ], 418 ],
416 }], 419 }],
417 ], # end of 'conditions' 420 ], # end of 'conditions'
418 }, # end of target 'remoting_perftests' 421 }, # end of target 'remoting_perftests'
419 ] 422 ]
420 }] 423 }]
421 ] 424 ]
422 } 425 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698