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

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: Actually add braces Created 6 years, 10 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'host/desktop_shape_tracker_mac.cc', 253 'host/desktop_shape_tracker_mac.cc',
254 'host/desktop_shape_tracker_win.cc', 254 'host/desktop_shape_tracker_win.cc',
255 'host/desktop_shape_tracker_x11.cc', 255 'host/desktop_shape_tracker_x11.cc',
256 'host/disconnect_window_aura.cc', 256 'host/disconnect_window_aura.cc',
257 'host/disconnect_window_gtk.cc', 257 'host/disconnect_window_gtk.cc',
258 'host/disconnect_window_mac.h', 258 'host/disconnect_window_mac.h',
259 'host/disconnect_window_mac.mm', 259 'host/disconnect_window_mac.mm',
260 'host/disconnect_window_win.cc', 260 'host/disconnect_window_win.cc',
261 'host/dns_blackhole_checker.cc', 261 'host/dns_blackhole_checker.cc',
262 'host/dns_blackhole_checker.h', 262 'host/dns_blackhole_checker.h',
263 'host/gnubby_advertiser.cc',
264 'host/gnubby_advertiser.h',
265 'host/gnubby_auth_handler.cc',
266 'host/gnubby_auth_handler.h',
267 'host/gnubby_connection.cc',
268 'host/gnubby_connection.h',
269 'host/gnubby_connection_factory.cc',
270 'host/gnubby_connection_factory.h',
263 'host/heartbeat_sender.cc', 271 'host/heartbeat_sender.cc',
264 'host/heartbeat_sender.h', 272 'host/heartbeat_sender.h',
265 'host/host_change_notification_listener.cc', 273 'host/host_change_notification_listener.cc',
266 'host/host_change_notification_listener.h', 274 'host/host_change_notification_listener.h',
267 'host/host_config.cc', 275 'host/host_config.cc',
268 'host/host_config.h', 276 'host/host_config.h',
269 'host/host_event_logger.h', 277 'host/host_event_logger.h',
270 'host/host_event_logger_posix.cc', 278 'host/host_event_logger_posix.cc',
271 'host/host_event_logger_win.cc', 279 'host/host_event_logger_win.cc',
272 'host/host_exit_codes.cc', 280 'host/host_exit_codes.cc',
(...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2435 'host/branding.cc', 2443 'host/branding.cc',
2436 'host/branding.h', 2444 'host/branding.h',
2437 'host/capture_scheduler_unittest.cc', 2445 'host/capture_scheduler_unittest.cc',
2438 'host/chromoting_host_context_unittest.cc', 2446 'host/chromoting_host_context_unittest.cc',
2439 'host/chromoting_host_unittest.cc', 2447 'host/chromoting_host_unittest.cc',
2440 'host/client_session_unittest.cc', 2448 'host/client_session_unittest.cc',
2441 'host/config_file_watcher_unittest.cc', 2449 'host/config_file_watcher_unittest.cc',
2442 'host/daemon_process_unittest.cc', 2450 'host/daemon_process_unittest.cc',
2443 'host/desktop_process_unittest.cc', 2451 'host/desktop_process_unittest.cc',
2444 'host/desktop_shape_tracker_unittest.cc', 2452 'host/desktop_shape_tracker_unittest.cc',
2453 'host/gnubby_advertiser_unittest.cc',
2454 'host/gnubby_auth_handler_unittest.cc',
2455 'host/gnubby_connection_unittest.cc',
2445 'host/heartbeat_sender_unittest.cc', 2456 'host/heartbeat_sender_unittest.cc',
2446 'host/host_change_notification_listener_unittest.cc', 2457 'host/host_change_notification_listener_unittest.cc',
2447 'host/host_mock_objects.cc', 2458 'host/host_mock_objects.cc',
2448 'host/host_status_monitor_fake.h', 2459 'host/host_status_monitor_fake.h',
2449 'host/host_status_sender_unittest.cc', 2460 'host/host_status_sender_unittest.cc',
2450 'host/ipc_desktop_environment_unittest.cc', 2461 'host/ipc_desktop_environment_unittest.cc',
2451 'host/it2me/it2me_native_messaging_host_unittest.cc', 2462 'host/it2me/it2me_native_messaging_host_unittest.cc',
2452 'host/json_host_config_unittest.cc', 2463 'host/json_host_config_unittest.cc',
2453 'host/linux/x_server_clipboard_unittest.cc', 2464 'host/linux/x_server_clipboard_unittest.cc',
2454 'host/local_input_monitor_unittest.cc', 2465 'host/local_input_monitor_unittest.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 '../base/allocator/allocator.gyp:allocator', 2619 '../base/allocator/allocator.gyp:allocator',
2609 ], 2620 ],
2610 }, 2621 },
2611 ], 2622 ],
2612 ], 2623 ],
2613 }], # end of 'toolkit_uses_gtk == 1' 2624 }], # end of 'toolkit_uses_gtk == 1'
2614 ], # end of 'conditions' 2625 ], # end of 'conditions'
2615 }, # end of target 'remoting_unittests' 2626 }, # end of target 'remoting_unittests'
2616 ], # end of targets 2627 ], # end of targets
2617 } 2628 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698