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

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: Moved it back and added LibjingleTransportFactory::Create 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',
(...skipping 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 'dependencies': [ 2416 'dependencies': [
2420 '../base/base.gyp:base', 2417 '../base/base.gyp:base',
2421 '../jingle/jingle.gyp:jingle_glue', 2418 '../jingle/jingle.gyp:jingle_glue',
2422 '../jingle/jingle.gyp:notifier', 2419 '../jingle/jingle.gyp:notifier',
2423 '../third_party/libjingle/libjingle.gyp:libjingle', 2420 '../third_party/libjingle/libjingle.gyp:libjingle',
2424 ], 2421 ],
2425 'export_dependent_settings': [ 2422 'export_dependent_settings': [
2426 '../third_party/libjingle/libjingle.gyp:libjingle', 2423 '../third_party/libjingle/libjingle.gyp:libjingle',
2427 ], 2424 ],
2428 'sources': [ 2425 'sources': [
2426 'jingle_glue/chromium_port_allocator.cc',
2427 'jingle_glue/chromium_port_allocator.h',
2429 'jingle_glue/chromium_socket_factory.cc', 2428 'jingle_glue/chromium_socket_factory.cc',
2430 'jingle_glue/chromium_socket_factory.h', 2429 'jingle_glue/chromium_socket_factory.h',
2431 'jingle_glue/iq_sender.cc', 2430 'jingle_glue/iq_sender.cc',
2432 'jingle_glue/iq_sender.h', 2431 'jingle_glue/iq_sender.h',
2433 'jingle_glue/jingle_info_request.cc', 2432 'jingle_glue/jingle_info_request.cc',
2434 'jingle_glue/jingle_info_request.h', 2433 'jingle_glue/jingle_info_request.h',
2434 'jingle_glue/network_settings.h',
2435 'jingle_glue/signal_strategy.h', 2435 'jingle_glue/signal_strategy.h',
2436 'jingle_glue/xmpp_signal_strategy.cc', 2436 'jingle_glue/xmpp_signal_strategy.cc',
2437 'jingle_glue/xmpp_signal_strategy.h', 2437 'jingle_glue/xmpp_signal_strategy.h',
2438 ], 2438 ],
2439 }, # end of target 'remoting_jingle_glue' 2439 }, # end of target 'remoting_jingle_glue'
2440 2440
2441 { 2441 {
2442 'target_name': 'remoting_protocol', 2442 'target_name': 'remoting_protocol',
2443 'type': 'static_library', 2443 'type': 'static_library',
2444 'variables': { 'enable_wexit_time_destructors': 1, }, 2444 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 339 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

Powered by Google App Engine
This is Rietveld 408576698