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

Side by Side Diff: remoting/remoting.gyp

Issue 138753005: Add gnubby authentication to remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'host/desktop_shape_tracker_mac.cc', 334 'host/desktop_shape_tracker_mac.cc',
335 'host/desktop_shape_tracker_win.cc', 335 'host/desktop_shape_tracker_win.cc',
336 'host/desktop_shape_tracker_x11.cc', 336 'host/desktop_shape_tracker_x11.cc',
337 'host/disconnect_window_aura.cc', 337 'host/disconnect_window_aura.cc',
338 'host/disconnect_window_gtk.cc', 338 'host/disconnect_window_gtk.cc',
339 'host/disconnect_window_mac.h', 339 'host/disconnect_window_mac.h',
340 'host/disconnect_window_mac.mm', 340 'host/disconnect_window_mac.mm',
341 'host/disconnect_window_win.cc', 341 'host/disconnect_window_win.cc',
342 'host/dns_blackhole_checker.cc', 342 'host/dns_blackhole_checker.cc',
343 'host/dns_blackhole_checker.h', 343 'host/dns_blackhole_checker.h',
344 'host/gnubby_advertiser.cc',
345 'host/gnubby_advertiser.h',
346 'host/gnubby_auth_handler.cc',
347 'host/gnubby_auth_handler.h',
348 'host/gnubby_connection.cc',
349 'host/gnubby_connection.h',
350 'host/gnubby_connection_factory.cc',
351 'host/gnubby_connection_factory.h',
344 'host/heartbeat_sender.cc', 352 'host/heartbeat_sender.cc',
345 'host/heartbeat_sender.h', 353 'host/heartbeat_sender.h',
346 'host/host_change_notification_listener.cc', 354 'host/host_change_notification_listener.cc',
347 'host/host_change_notification_listener.h', 355 'host/host_change_notification_listener.h',
348 'host/host_config.cc', 356 'host/host_config.cc',
349 'host/host_config.h', 357 'host/host_config.h',
350 'host/host_exit_codes.cc', 358 'host/host_exit_codes.cc',
351 'host/host_exit_codes.h', 359 'host/host_exit_codes.h',
352 'host/host_secret.cc', 360 'host/host_secret.cc',
353 'host/host_secret.h', 361 'host/host_secret.h',
(...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after
2598 'host/daemon_process.h', 2606 'host/daemon_process.h',
2599 'host/daemon_process_unittest.cc', 2607 'host/daemon_process_unittest.cc',
2600 'host/desktop_process.cc', 2608 'host/desktop_process.cc',
2601 'host/desktop_process.h', 2609 'host/desktop_process.h',
2602 'host/desktop_process_unittest.cc', 2610 'host/desktop_process_unittest.cc',
2603 'host/desktop_session.cc', 2611 'host/desktop_session.cc',
2604 'host/desktop_session.h', 2612 'host/desktop_session.h',
2605 'host/desktop_shape_tracker_unittest.cc', 2613 'host/desktop_shape_tracker_unittest.cc',
2606 'host/desktop_session_agent.cc', 2614 'host/desktop_session_agent.cc',
2607 'host/desktop_session_agent.h', 2615 'host/desktop_session_agent.h',
2616 'host/gnubby_auth_handler.cc',
Sergey Ulanov 2014/01/25 02:03:33 you do not need to duplicate these files here. rem
psj 2014/01/29 09:07:15 Hmm, I was getting unresolved link errors before I
2617 'host/gnubby_auth_handler_unittest.cc',
2618 'host/gnubby_advertiser.cc',
2619 'host/gnubby_advertiser_unittest.cc',
2620 'host/gnubby_connection.cc',
2621 'host/gnubby_connection_unittest.cc',
2608 'host/heartbeat_sender_unittest.cc', 2622 'host/heartbeat_sender_unittest.cc',
2609 'host/host_status_sender_unittest.cc', 2623 'host/host_status_sender_unittest.cc',
2610 'host/host_change_notification_listener_unittest.cc', 2624 'host/host_change_notification_listener_unittest.cc',
2611 'host/host_mock_objects.cc', 2625 'host/host_mock_objects.cc',
2612 'host/host_mock_objects.h', 2626 'host/host_mock_objects.h',
2613 'host/host_status_monitor_fake.h', 2627 'host/host_status_monitor_fake.h',
2614 'host/ipc_desktop_environment_unittest.cc', 2628 'host/ipc_desktop_environment_unittest.cc',
2615 'host/it2me/it2me_native_messaging_host_unittest.cc', 2629 'host/it2me/it2me_native_messaging_host_unittest.cc',
2616 'host/json_host_config_unittest.cc', 2630 'host/json_host_config_unittest.cc',
2617 'host/linux/x_server_clipboard_unittest.cc', 2631 'host/linux/x_server_clipboard_unittest.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2772 '../base/allocator/allocator.gyp:allocator', 2786 '../base/allocator/allocator.gyp:allocator',
2773 ], 2787 ],
2774 }, 2788 },
2775 ], 2789 ],
2776 ], 2790 ],
2777 }], # end of 'toolkit_uses_gtk == 1' 2791 }], # end of 'toolkit_uses_gtk == 1'
2778 ], # end of 'conditions' 2792 ], # end of 'conditions'
2779 }, # end of target 'remoting_unittests' 2793 }, # end of target 'remoting_unittests'
2780 ], # end of targets 2794 ], # end of targets
2781 } 2795 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698