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

Side by Side Diff: remoting/remoting.gyp

Issue 17101034: Add static Create method to LibjingleTransportFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'host/disconnect_window_win.cc', 356 'host/disconnect_window_win.cc',
357 'host/dns_blackhole_checker.cc', 357 'host/dns_blackhole_checker.cc',
358 'host/dns_blackhole_checker.h', 358 'host/dns_blackhole_checker.h',
359 'host/heartbeat_sender.cc', 359 'host/heartbeat_sender.cc',
360 'host/heartbeat_sender.h', 360 'host/heartbeat_sender.h',
361 'host/host_change_notification_listener.cc', 361 'host/host_change_notification_listener.cc',
362 'host/host_change_notification_listener.h', 362 'host/host_change_notification_listener.h',
363 'host/host_config.cc', 363 'host/host_config.cc',
364 'host/host_config.h', 364 'host/host_config.h',
365 'host/host_exit_codes.h', 365 'host/host_exit_codes.h',
366 'host/host_port_allocator.cc',
367 'host/host_port_allocator.h',
368 'host/host_secret.cc', 366 'host/host_secret.cc',
369 'host/host_secret.h', 367 'host/host_secret.h',
370 'host/host_status_monitor.h', 368 'host/host_status_monitor.h',
371 'host/host_status_observer.h', 369 'host/host_status_observer.h',
372 'host/host_window.h', 370 'host/host_window.h',
373 'host/host_window_proxy.cc', 371 'host/host_window_proxy.cc',
374 'host/host_window_proxy.h', 372 'host/host_window_proxy.h',
375 'host/in_memory_host_config.cc', 373 'host/in_memory_host_config.cc',
376 'host/in_memory_host_config.h', 374 'host/in_memory_host_config.h',
377 'host/input_injector.h', 375 'host/input_injector.h',
(...skipping 30 matching lines...) Expand all
408 'host/local_input_monitor.h', 406 'host/local_input_monitor.h',
409 'host/local_input_monitor_linux.cc', 407 'host/local_input_monitor_linux.cc',
410 'host/local_input_monitor_mac.mm', 408 'host/local_input_monitor_mac.mm',
411 'host/local_input_monitor_win.cc', 409 'host/local_input_monitor_win.cc',
412 'host/log_to_server.cc', 410 'host/log_to_server.cc',
413 'host/log_to_server.h', 411 'host/log_to_server.h',
414 'host/me2me_desktop_environment.cc', 412 'host/me2me_desktop_environment.cc',
415 'host/me2me_desktop_environment.h', 413 'host/me2me_desktop_environment.h',
416 'host/mouse_clamping_filter.cc', 414 'host/mouse_clamping_filter.cc',
417 'host/mouse_clamping_filter.h', 415 'host/mouse_clamping_filter.h',
418 'host/network_settings.h',
419 'host/pam_authorization_factory_posix.cc', 416 'host/pam_authorization_factory_posix.cc',
420 'host/pam_authorization_factory_posix.h', 417 'host/pam_authorization_factory_posix.h',
421 'host/pin_hash.cc', 418 'host/pin_hash.cc',
422 'host/pin_hash.h', 419 'host/pin_hash.h',
423 'host/policy_hack/policy_watcher.cc', 420 'host/policy_hack/policy_watcher.cc',
424 'host/policy_hack/policy_watcher.h', 421 'host/policy_hack/policy_watcher.h',
425 'host/policy_hack/policy_watcher_linux.cc', 422 'host/policy_hack/policy_watcher_linux.cc',
426 'host/policy_hack/policy_watcher_mac.mm', 423 'host/policy_hack/policy_watcher_mac.mm',
427 'host/policy_hack/policy_watcher_win.cc', 424 'host/policy_hack/policy_watcher_win.cc',
428 'host/register_support_host_request.cc', 425 'host/register_support_host_request.cc',
429 'host/register_support_host_request.h', 426 'host/register_support_host_request.h',
430 'host/remote_input_filter.cc', 427 'host/remote_input_filter.cc',
431 'host/remote_input_filter.h', 428 'host/remote_input_filter.h',
432 'host/resizing_host_observer.cc', 429 'host/resizing_host_observer.cc',
433 'host/resizing_host_observer.h', 430 'host/resizing_host_observer.h',
434 'host/sas_injector.h', 431 'host/sas_injector.h',
435 'host/sas_injector_win.cc', 432 'host/sas_injector_win.cc',
436 'host/screen_controls.h', 433 'host/screen_controls.h',
437 'host/screen_resolution.cc', 434 'host/screen_resolution.cc',
438 'host/screen_resolution.h', 435 'host/screen_resolution.h',
439 'host/server_log_entry.cc', 436 'host/server_log_entry.cc',
440 'host/server_log_entry.h', 437 'host/server_log_entry.h',
441 'host/service_client.cc', 438 'host/service_client.cc',
442 'host/service_client.h', 439 'host/service_client.h',
443 'host/service_urls.cc', 440 'host/service_urls.cc',
444 'host/service_urls.h', 441 'host/service_urls.h',
445 'host/session_manager_factory.cc',
446 'host/session_manager_factory.h',
447 'host/signaling_connector.cc', 442 'host/signaling_connector.cc',
448 'host/signaling_connector.h', 443 'host/signaling_connector.h',
449 'host/token_validator_factory_impl.cc', 444 'host/token_validator_factory_impl.cc',
450 'host/token_validator_factory_impl.h', 445 'host/token_validator_factory_impl.h',
451 'host/ui_strings.cc', 446 'host/ui_strings.cc',
452 'host/ui_strings.h', 447 'host/ui_strings.h',
453 'host/url_request_context.cc', 448 'host/url_request_context.cc',
454 'host/url_request_context.h', 449 'host/url_request_context.h',
455 'host/usage_stats_consent.h', 450 'host/usage_stats_consent.h',
456 'host/usage_stats_consent_mac.cc', 451 'host/usage_stats_consent_mac.cc',
(...skipping 2055 matching lines...) Expand 10 before | Expand all | Expand 10 after
2512 'protocol/libjingle_transport_factory.h', 2507 'protocol/libjingle_transport_factory.h',
2513 'protocol/me2me_host_authenticator_factory.cc', 2508 'protocol/me2me_host_authenticator_factory.cc',
2514 'protocol/me2me_host_authenticator_factory.h', 2509 'protocol/me2me_host_authenticator_factory.h',
2515 'protocol/message_decoder.cc', 2510 'protocol/message_decoder.cc',
2516 'protocol/message_decoder.h', 2511 'protocol/message_decoder.h',
2517 'protocol/message_reader.cc', 2512 'protocol/message_reader.cc',
2518 'protocol/message_reader.h', 2513 'protocol/message_reader.h',
2519 'protocol/mouse_input_filter.cc', 2514 'protocol/mouse_input_filter.cc',
2520 'protocol/mouse_input_filter.h', 2515 'protocol/mouse_input_filter.h',
2521 'protocol/name_value_map.h', 2516 'protocol/name_value_map.h',
2517 'protocol/native_port_allocator.cc',
2518 'protocol/native_port_allocator.h',
2522 'protocol/negotiating_authenticator_base.cc', 2519 'protocol/negotiating_authenticator_base.cc',
2523 'protocol/negotiating_authenticator_base.h', 2520 'protocol/negotiating_authenticator_base.h',
2524 'protocol/negotiating_client_authenticator.cc', 2521 'protocol/negotiating_client_authenticator.cc',
2525 'protocol/negotiating_client_authenticator.h', 2522 'protocol/negotiating_client_authenticator.h',
2526 'protocol/negotiating_host_authenticator.cc', 2523 'protocol/negotiating_host_authenticator.cc',
2527 'protocol/negotiating_host_authenticator.h', 2524 'protocol/negotiating_host_authenticator.h',
2525 'protocol/network_settings.h',
2528 'protocol/pairing_authenticator_base.cc', 2526 'protocol/pairing_authenticator_base.cc',
2529 'protocol/pairing_authenticator_base.h', 2527 'protocol/pairing_authenticator_base.h',
2530 'protocol/pairing_client_authenticator.cc', 2528 'protocol/pairing_client_authenticator.cc',
2531 'protocol/pairing_client_authenticator.h', 2529 'protocol/pairing_client_authenticator.h',
2532 'protocol/pairing_host_authenticator.cc', 2530 'protocol/pairing_host_authenticator.cc',
2533 'protocol/pairing_host_authenticator.h', 2531 'protocol/pairing_host_authenticator.h',
2534 'protocol/pairing_registry.cc', 2532 'protocol/pairing_registry.cc',
2535 'protocol/pairing_registry.h', 2533 'protocol/pairing_registry.h',
2536 'protocol/protobuf_video_reader.cc', 2534 'protocol/protobuf_video_reader.cc',
2537 'protocol/protobuf_video_reader.h', 2535 'protocol/protobuf_video_reader.h',
2538 'protocol/protobuf_video_writer.cc', 2536 'protocol/protobuf_video_writer.cc',
2539 'protocol/protobuf_video_writer.h', 2537 'protocol/protobuf_video_writer.h',
2540 'protocol/session.h', 2538 'protocol/session.h',
2541 'protocol/session_config.cc', 2539 'protocol/session_config.cc',
2542 'protocol/session_config.h', 2540 'protocol/session_config.h',
2543 'protocol/session_manager.h', 2541 'protocol/session_manager.h',
2542 'protocol/session_manager_factory.cc',
2543 'protocol/session_manager_factory.h',
2544 'protocol/ssl_hmac_channel_authenticator.cc', 2544 'protocol/ssl_hmac_channel_authenticator.cc',
2545 'protocol/ssl_hmac_channel_authenticator.h', 2545 'protocol/ssl_hmac_channel_authenticator.h',
2546 'protocol/transport.cc', 2546 'protocol/transport.cc',
2547 'protocol/transport.h', 2547 'protocol/transport.h',
2548 'protocol/transport_config.cc', 2548 'protocol/transport_config.cc',
2549 'protocol/transport_config.h', 2549 'protocol/transport_config.h',
2550 'protocol/util.cc', 2550 'protocol/util.cc',
2551 'protocol/util.h', 2551 'protocol/util.h',
2552 'protocol/third_party_authenticator_base.cc', 2552 'protocol/third_party_authenticator_base.cc',
2553 'protocol/third_party_authenticator_base.h', 2553 'protocol/third_party_authenticator_base.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
2784 '../base/allocator/allocator.gyp:allocator', 2784 '../base/allocator/allocator.gyp:allocator',
2785 ], 2785 ],
2786 }, 2786 },
2787 ], 2787 ],
2788 ], 2788 ],
2789 }], # end of 'toolkit_uses_gtk == 1' 2789 }], # end of 'toolkit_uses_gtk == 1'
2790 ], # end of 'conditions' 2790 ], # end of 'conditions'
2791 }, # end of target 'remoting_unittests' 2791 }, # end of target 'remoting_unittests'
2792 ], # end of targets 2792 ], # end of targets
2793 } 2793 }
OLDNEW
« remoting/protocol/session_manager_factory.cc ('K') | « remoting/protocol/session_manager_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698