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

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
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after
2417 'dependencies': [ 2414 'dependencies': [
2418 '../base/base.gyp:base', 2415 '../base/base.gyp:base',
2419 '../jingle/jingle.gyp:jingle_glue', 2416 '../jingle/jingle.gyp:jingle_glue',
2420 '../jingle/jingle.gyp:notifier', 2417 '../jingle/jingle.gyp:notifier',
2421 '../third_party/libjingle/libjingle.gyp:libjingle', 2418 '../third_party/libjingle/libjingle.gyp:libjingle',
2422 ], 2419 ],
2423 'export_dependent_settings': [ 2420 'export_dependent_settings': [
2424 '../third_party/libjingle/libjingle.gyp:libjingle', 2421 '../third_party/libjingle/libjingle.gyp:libjingle',
2425 ], 2422 ],
2426 'sources': [ 2423 'sources': [
2424 'jingle_glue/chromium_port_allocator.cc',
2425 'jingle_glue/chromium_port_allocator.h',
2427 'jingle_glue/chromium_socket_factory.cc', 2426 'jingle_glue/chromium_socket_factory.cc',
2428 'jingle_glue/chromium_socket_factory.h', 2427 'jingle_glue/chromium_socket_factory.h',
2429 'jingle_glue/iq_sender.cc', 2428 'jingle_glue/iq_sender.cc',
2430 'jingle_glue/iq_sender.h', 2429 'jingle_glue/iq_sender.h',
2431 'jingle_glue/jingle_info_request.cc', 2430 'jingle_glue/jingle_info_request.cc',
2432 'jingle_glue/jingle_info_request.h', 2431 'jingle_glue/jingle_info_request.h',
2432 'jingle_glue/network_settings.h',
2433 'jingle_glue/signal_strategy.h', 2433 'jingle_glue/signal_strategy.h',
2434 'jingle_glue/xmpp_signal_strategy.cc', 2434 'jingle_glue/xmpp_signal_strategy.cc',
2435 'jingle_glue/xmpp_signal_strategy.h', 2435 'jingle_glue/xmpp_signal_strategy.h',
2436 ], 2436 ],
2437 }, # end of target 'remoting_jingle_glue' 2437 }, # end of target 'remoting_jingle_glue'
2438 2438
2439 { 2439 {
2440 'target_name': 'remoting_protocol', 2440 'target_name': 'remoting_protocol',
2441 'type': 'static_library', 2441 'type': 'static_library',
2442 'variables': { 'enable_wexit_time_destructors': 1, }, 2442 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
2781 '../base/allocator/allocator.gyp:allocator', 2781 '../base/allocator/allocator.gyp:allocator',
2782 ], 2782 ],
2783 }, 2783 },
2784 ], 2784 ],
2785 ], 2785 ],
2786 }], # end of 'toolkit_uses_gtk == 1' 2786 }], # end of 'toolkit_uses_gtk == 1'
2787 ], # end of 'conditions' 2787 ], # end of 'conditions'
2788 }, # end of target 'remoting_unittests' 2788 }, # end of target 'remoting_unittests'
2789 ], # end of targets 2789 ], # end of targets
2790 } 2790 }
OLDNEW
« no previous file with comments | « remoting/protocol/libjingle_transport_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698