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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1759313002: Implement authenticator based on SPAKE2 implementation in boringssl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'protocol/message_decoder_unittest.cc', 330 'protocol/message_decoder_unittest.cc',
331 'protocol/message_reader_unittest.cc', 331 'protocol/message_reader_unittest.cc',
332 'protocol/monitored_video_stub_unittest.cc', 332 'protocol/monitored_video_stub_unittest.cc',
333 'protocol/mouse_input_filter_unittest.cc', 333 'protocol/mouse_input_filter_unittest.cc',
334 'protocol/negotiating_authenticator_unittest.cc', 334 'protocol/negotiating_authenticator_unittest.cc',
335 'protocol/pairing_registry_unittest.cc', 335 'protocol/pairing_registry_unittest.cc',
336 'protocol/port_range_unittest.cc', 336 'protocol/port_range_unittest.cc',
337 'protocol/ppapi_module_stub.cc', 337 'protocol/ppapi_module_stub.cc',
338 'protocol/pseudotcp_adapter_unittest.cc', 338 'protocol/pseudotcp_adapter_unittest.cc',
339 'protocol/session_config_unittest.cc', 339 'protocol/session_config_unittest.cc',
340 'protocol/spake2_authenticator_unittest.cc',
340 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 341 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
341 'protocol/third_party_authenticator_unittest.cc', 342 'protocol/third_party_authenticator_unittest.cc',
342 'protocol/v2_authenticator_unittest.cc', 343 'protocol/v2_authenticator_unittest.cc',
343 'protocol/video_frame_pump_unittest.cc', 344 'protocol/video_frame_pump_unittest.cc',
344 'protocol/webrtc_transport_unittest.cc', 345 'protocol/webrtc_transport_unittest.cc',
345 'signaling/iq_sender_unittest.cc', 346 'signaling/iq_sender_unittest.cc',
346 'signaling/jid_util_unittest.cc', 347 'signaling/jid_util_unittest.cc',
347 'signaling/log_to_server_unittest.cc', 348 'signaling/log_to_server_unittest.cc',
348 'signaling/push_notification_subscriber_unittest.cc', 349 'signaling/push_notification_subscriber_unittest.cc',
349 'signaling/server_log_entry_unittest.cc', 350 'signaling/server_log_entry_unittest.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'sources/': [ 408 'sources/': [
408 ['exclude', '^codec/'], 409 ['exclude', '^codec/'],
409 ['exclude', '^host/'], 410 ['exclude', '^host/'],
410 ] 411 ]
411 }], 412 }],
412 ['configuration_policy == 1', { 413 ['configuration_policy == 1', {
413 'dependencies': [ 414 'dependencies': [
414 '../components/components.gyp:policy', 415 '../components/components.gyp:policy',
415 ], 416 ],
416 }], 417 }],
418 ['use_openssl == 0', {
419 'sources!': [
420 'protocol/spake2_authenticator_unittest.cc',
421 ],
422 }],
417 ], # end of 'conditions' 423 ], # end of 'conditions'
418 }, # end of target 'remoting_unittests' 424 }, # end of target 'remoting_unittests'
419 { 425 {
420 # GN version: //remoting/webapp:browser_test_resources 426 # GN version: //remoting/webapp:browser_test_resources
421 'target_name': 'remoting_browser_test_resources', 427 'target_name': 'remoting_browser_test_resources',
422 'type': 'none', 428 'type': 'none',
423 'copies': [ 429 'copies': [
424 { 430 {
425 'destination': '<(PRODUCT_DIR)/remoting/browser_test_resources', 431 'destination': '<(PRODUCT_DIR)/remoting/browser_test_resources',
426 'files': [ 432 'files': [
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 '../build/isolate.gypi', 620 '../build/isolate.gypi',
615 ], 621 ],
616 'sources': [ 622 'sources': [
617 'remoting_unittests.isolate', 623 'remoting_unittests.isolate',
618 ], 624 ],
619 }, 625 },
620 ], 626 ],
621 }], 627 }],
622 ] # end of 'conditions' 628 ] # end of 'conditions'
623 } 629 }
OLDNEW
« remoting/protocol/spake2_authenticator.cc ('K') | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698