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

Side by Side Diff: remoting/remoting.gyp

Issue 12316083: Move HostKeyPair into protocol::KeyPair. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add missing files, move TestKeyPair. Created 7 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'host/event_executor_linux.cc', 332 'host/event_executor_linux.cc',
333 'host/event_executor_mac.cc', 333 'host/event_executor_mac.cc',
334 'host/event_executor_win.cc', 334 'host/event_executor_win.cc',
335 'host/heartbeat_sender.cc', 335 'host/heartbeat_sender.cc',
336 'host/heartbeat_sender.h', 336 'host/heartbeat_sender.h',
337 'host/host_change_notification_listener.cc', 337 'host/host_change_notification_listener.cc',
338 'host/host_change_notification_listener.h', 338 'host/host_change_notification_listener.h',
339 'host/host_config.cc', 339 'host/host_config.cc',
340 'host/host_config.h', 340 'host/host_config.h',
341 'host/host_exit_codes.h', 341 'host/host_exit_codes.h',
342 'host/host_key_pair.cc',
343 'host/host_key_pair.h',
344 'host/host_port_allocator.cc', 342 'host/host_port_allocator.cc',
345 'host/host_port_allocator.h', 343 'host/host_port_allocator.h',
346 'host/host_secret.cc', 344 'host/host_secret.cc',
347 'host/host_secret.h', 345 'host/host_secret.h',
348 'host/host_status_observer.h', 346 'host/host_status_observer.h',
349 'host/host_user_interface.cc', 347 'host/host_user_interface.cc',
350 'host/host_user_interface.h', 348 'host/host_user_interface.h',
351 'host/in_memory_host_config.cc', 349 'host/in_memory_host_config.cc',
352 'host/in_memory_host_config.h', 350 'host/in_memory_host_config.h',
353 'host/ipc_audio_capturer.cc', 351 'host/ipc_audio_capturer.cc',
(...skipping 1939 matching lines...) Expand 10 before | Expand all | Expand 10 after
2293 'protocol/input_filter.h', 2291 'protocol/input_filter.h',
2294 'protocol/input_stub.h', 2292 'protocol/input_stub.h',
2295 'protocol/it2me_host_authenticator_factory.cc', 2293 'protocol/it2me_host_authenticator_factory.cc',
2296 'protocol/it2me_host_authenticator_factory.h', 2294 'protocol/it2me_host_authenticator_factory.h',
2297 'protocol/jingle_messages.cc', 2295 'protocol/jingle_messages.cc',
2298 'protocol/jingle_messages.h', 2296 'protocol/jingle_messages.h',
2299 'protocol/jingle_session.cc', 2297 'protocol/jingle_session.cc',
2300 'protocol/jingle_session.h', 2298 'protocol/jingle_session.h',
2301 'protocol/jingle_session_manager.cc', 2299 'protocol/jingle_session_manager.cc',
2302 'protocol/jingle_session_manager.h', 2300 'protocol/jingle_session_manager.h',
2301 'protocol/key_pair.cc',
2302 'protocol/key_pair.h',
2303 'protocol/libjingle_transport_factory.cc', 2303 'protocol/libjingle_transport_factory.cc',
2304 'protocol/libjingle_transport_factory.h', 2304 'protocol/libjingle_transport_factory.h',
2305 'protocol/me2me_host_authenticator_factory.cc', 2305 'protocol/me2me_host_authenticator_factory.cc',
2306 'protocol/me2me_host_authenticator_factory.h', 2306 'protocol/me2me_host_authenticator_factory.h',
2307 'protocol/message_decoder.cc', 2307 'protocol/message_decoder.cc',
2308 'protocol/message_decoder.h', 2308 'protocol/message_decoder.h',
2309 'protocol/message_reader.cc', 2309 'protocol/message_reader.cc',
2310 'protocol/message_reader.h', 2310 'protocol/message_reader.h',
2311 'protocol/mouse_input_filter.cc', 2311 'protocol/mouse_input_filter.cc',
2312 'protocol/mouse_input_filter.h', 2312 'protocol/mouse_input_filter.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
2404 'host/desktop_process.h', 2404 'host/desktop_process.h',
2405 'host/desktop_process_unittest.cc', 2405 'host/desktop_process_unittest.cc',
2406 'host/desktop_session.cc', 2406 'host/desktop_session.cc',
2407 'host/desktop_session.h', 2407 'host/desktop_session.h',
2408 'host/desktop_session_agent.cc', 2408 'host/desktop_session_agent.cc',
2409 'host/desktop_session_agent.h', 2409 'host/desktop_session_agent.h',
2410 'host/desktop_session_agent_posix.cc', 2410 'host/desktop_session_agent_posix.cc',
2411 'host/desktop_session_agent_win.cc', 2411 'host/desktop_session_agent_win.cc',
2412 'host/heartbeat_sender_unittest.cc', 2412 'host/heartbeat_sender_unittest.cc',
2413 'host/host_change_notification_listener_unittest.cc', 2413 'host/host_change_notification_listener_unittest.cc',
2414 'host/host_key_pair_unittest.cc',
2415 'host/host_mock_objects.cc', 2414 'host/host_mock_objects.cc',
2416 'host/host_mock_objects.h', 2415 'host/host_mock_objects.h',
2417 'host/ipc_desktop_environment_unittest.cc', 2416 'host/ipc_desktop_environment_unittest.cc',
2418 'host/json_host_config_unittest.cc', 2417 'host/json_host_config_unittest.cc',
2419 'host/linux/x_server_clipboard_unittest.cc', 2418 'host/linux/x_server_clipboard_unittest.cc',
2420 'host/local_input_monitor_unittest.cc', 2419 'host/local_input_monitor_unittest.cc',
2421 'host/log_to_server_unittest.cc', 2420 'host/log_to_server_unittest.cc',
2422 'host/pin_hash_unittest.cc', 2421 'host/pin_hash_unittest.cc',
2423 'host/policy_hack/fake_policy_watcher.cc', 2422 'host/policy_hack/fake_policy_watcher.cc',
2424 'host/policy_hack/fake_policy_watcher.h', 2423 'host/policy_hack/fake_policy_watcher.h',
(...skipping 28 matching lines...) Expand all
2453 'protocol/connection_to_client_unittest.cc', 2452 'protocol/connection_to_client_unittest.cc',
2454 'protocol/content_description_unittest.cc', 2453 'protocol/content_description_unittest.cc',
2455 'protocol/fake_authenticator.cc', 2454 'protocol/fake_authenticator.cc',
2456 'protocol/fake_authenticator.h', 2455 'protocol/fake_authenticator.h',
2457 'protocol/fake_session.cc', 2456 'protocol/fake_session.cc',
2458 'protocol/fake_session.h', 2457 'protocol/fake_session.h',
2459 'protocol/input_event_tracker_unittest.cc', 2458 'protocol/input_event_tracker_unittest.cc',
2460 'protocol/input_filter_unittest.cc', 2459 'protocol/input_filter_unittest.cc',
2461 'protocol/jingle_messages_unittest.cc', 2460 'protocol/jingle_messages_unittest.cc',
2462 'protocol/jingle_session_unittest.cc', 2461 'protocol/jingle_session_unittest.cc',
2462 'protocol/key_pair_unittest.cc',
2463 'protocol/message_decoder_unittest.cc', 2463 'protocol/message_decoder_unittest.cc',
2464 'protocol/message_reader_unittest.cc', 2464 'protocol/message_reader_unittest.cc',
2465 'protocol/mouse_input_filter_unittest.cc', 2465 'protocol/mouse_input_filter_unittest.cc',
2466 'protocol/negotiating_authenticator_unittest.cc', 2466 'protocol/negotiating_authenticator_unittest.cc',
2467 'protocol/ppapi_module_stub.cc', 2467 'protocol/ppapi_module_stub.cc',
2468 'protocol/protocol_mock_objects.cc', 2468 'protocol/protocol_mock_objects.cc',
2469 'protocol/protocol_mock_objects.h', 2469 'protocol/protocol_mock_objects.h',
2470 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 2470 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
2471 'protocol/v2_authenticator_unittest.cc', 2471 'protocol/v2_authenticator_unittest.cc',
2472 ], 2472 ],
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
2540 '../base/allocator/allocator.gyp:allocator', 2540 '../base/allocator/allocator.gyp:allocator',
2541 ], 2541 ],
2542 }, 2542 },
2543 ], 2543 ],
2544 ], 2544 ],
2545 }], # end of 'toolkit_uses_gtk == 1' 2545 }], # end of 'toolkit_uses_gtk == 1'
2546 ], # end of 'conditions' 2546 ], # end of 'conditions'
2547 }, # end of target 'remoting_unittests' 2547 }, # end of target 'remoting_unittests'
2548 ], # end of targets 2548 ], # end of targets
2549 } 2549 }
OLDNEW
« remoting/protocol/v2_authenticator.h ('K') | « remoting/protocol/v2_authenticator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698