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

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
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/signaling/signal_strategy.h » ('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 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 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_common', 9 'target_name': 'remoting_test_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'protocol/ppapi_module_stub.cc', 230 'protocol/ppapi_module_stub.cc',
231 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 231 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
232 'protocol/third_party_authenticator_unittest.cc', 232 'protocol/third_party_authenticator_unittest.cc',
233 'protocol/v2_authenticator_unittest.cc', 233 'protocol/v2_authenticator_unittest.cc',
234 'signaling/fake_signal_strategy.cc', 234 'signaling/fake_signal_strategy.cc',
235 'signaling/fake_signal_strategy.h', 235 'signaling/fake_signal_strategy.h',
236 'signaling/iq_sender_unittest.cc', 236 'signaling/iq_sender_unittest.cc',
237 'signaling/log_to_server_unittest.cc', 237 'signaling/log_to_server_unittest.cc',
238 'signaling/server_log_entry_unittest.cc', 238 'signaling/server_log_entry_unittest.cc',
239 'signaling/server_log_entry_unittest.h', 239 'signaling/server_log_entry_unittest.h',
240 'signaling/xmpp_login_handler_unittest.cc',
241 'signaling/xmpp_stream_parser_unittest.cc',
242 'signaling/xmpp_signal_strategy_unittest.cc',
240 'test/access_token_fetcher_unittest.cc', 243 'test/access_token_fetcher_unittest.cc',
241 'test/app_remoting_test_driver_environment_unittest.cc', 244 'test/app_remoting_test_driver_environment_unittest.cc',
242 'test/remote_host_info_fetcher_unittest.cc', 245 'test/remote_host_info_fetcher_unittest.cc',
243 ], 246 ],
244 'conditions': [ 247 'conditions': [
245 [ 'OS=="win"', { 248 [ 'OS=="win"', {
246 'defines': [ 249 'defines': [
247 '_ATL_NO_EXCEPTIONS', 250 '_ATL_NO_EXCEPTIONS',
248 ], 251 ],
249 'include_dirs': [ 252 'include_dirs': [
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'dependencies': [ 435 'dependencies': [
433 '../base/allocator/allocator.gyp:allocator', 436 '../base/allocator/allocator.gyp:allocator',
434 ], 437 ],
435 }], 438 }],
436 ], # end of 'conditions' 439 ], # end of 'conditions'
437 }, # end of target 'remoting_perftests' 440 }, # end of target 'remoting_perftests'
438 ] 441 ]
439 }] 442 }]
440 ] 443 ]
441 } 444 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/signaling/signal_strategy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698