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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1123153002: Added class to subscribe to GCD notifications over XMPP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host-xmpp-connect2a
Patch Set: for review Created 5 years, 7 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 # 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'protocol/negotiating_authenticator_unittest.cc', 247 'protocol/negotiating_authenticator_unittest.cc',
248 'protocol/pairing_registry_unittest.cc', 248 'protocol/pairing_registry_unittest.cc',
249 'protocol/port_range_unittest.cc', 249 'protocol/port_range_unittest.cc',
250 'protocol/ppapi_module_stub.cc', 250 'protocol/ppapi_module_stub.cc',
251 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 251 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
252 'protocol/third_party_authenticator_unittest.cc', 252 'protocol/third_party_authenticator_unittest.cc',
253 'protocol/v2_authenticator_unittest.cc', 253 'protocol/v2_authenticator_unittest.cc',
254 'signaling/iq_sender_unittest.cc', 254 'signaling/iq_sender_unittest.cc',
255 'signaling/jid_util_unittest.cc', 255 'signaling/jid_util_unittest.cc',
256 'signaling/log_to_server_unittest.cc', 256 'signaling/log_to_server_unittest.cc',
257 'signaling/push_notification_subscriber_unittest.cc',
257 'signaling/server_log_entry_unittest.cc', 258 'signaling/server_log_entry_unittest.cc',
258 'signaling/server_log_entry_unittest.h', 259 'signaling/server_log_entry_unittest.h',
259 'signaling/xmpp_login_handler_unittest.cc', 260 'signaling/xmpp_login_handler_unittest.cc',
260 'signaling/xmpp_stream_parser_unittest.cc', 261 'signaling/xmpp_stream_parser_unittest.cc',
261 'signaling/xmpp_signal_strategy_unittest.cc', 262 'signaling/xmpp_signal_strategy_unittest.cc',
262 'test/access_token_fetcher_unittest.cc', 263 'test/access_token_fetcher_unittest.cc',
263 'test/app_remoting_test_driver_environment_unittest.cc', 264 'test/app_remoting_test_driver_environment_unittest.cc',
264 'test/remote_host_info_fetcher_unittest.cc', 265 'test/remote_host_info_fetcher_unittest.cc',
265 'test/test_chromoting_client_unittest.cc', 266 'test/test_chromoting_client_unittest.cc',
266 ], 267 ],
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'dependencies': [ 512 'dependencies': [
512 'remoting_nacl.gyp:remoting_client_plugin_nacl', 513 'remoting_nacl.gyp:remoting_client_plugin_nacl',
513 'remoting_webapp_browser_test_main_html', 514 'remoting_webapp_browser_test_main_html',
514 ], 515 ],
515 'includes': [ 'remoting_webapp.gypi', ], 516 'includes': [ 'remoting_webapp.gypi', ],
516 }, # end of target 'remoting_webapp_browser_test' 517 }, # end of target 'remoting_webapp_browser_test'
517 ] 518 ]
518 }] 519 }]
519 ] # end of 'conditions' 520 ] # end of 'conditions'
520 } 521 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698