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

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: Rebase Created 7 years, 9 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/v2_authenticator_unittest.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 # 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'host/event_executor_linux.cc', 353 'host/event_executor_linux.cc',
354 'host/event_executor_mac.cc', 354 'host/event_executor_mac.cc',
355 'host/event_executor_win.cc', 355 'host/event_executor_win.cc',
356 'host/heartbeat_sender.cc', 356 'host/heartbeat_sender.cc',
357 'host/heartbeat_sender.h', 357 'host/heartbeat_sender.h',
358 'host/host_change_notification_listener.cc', 358 'host/host_change_notification_listener.cc',
359 'host/host_change_notification_listener.h', 359 'host/host_change_notification_listener.h',
360 'host/host_config.cc', 360 'host/host_config.cc',
361 'host/host_config.h', 361 'host/host_config.h',
362 'host/host_exit_codes.h', 362 'host/host_exit_codes.h',
363 'host/host_key_pair.cc',
364 'host/host_key_pair.h',
365 'host/host_port_allocator.cc', 363 'host/host_port_allocator.cc',
366 'host/host_port_allocator.h', 364 'host/host_port_allocator.h',
367 'host/host_secret.cc', 365 'host/host_secret.cc',
368 'host/host_secret.h', 366 'host/host_secret.h',
369 'host/host_status_monitor.h', 367 'host/host_status_monitor.h',
370 'host/host_status_observer.h', 368 'host/host_status_observer.h',
371 'host/host_user_interface.cc', 369 'host/host_user_interface.cc',
372 'host/host_user_interface.h', 370 'host/host_user_interface.h',
373 'host/in_memory_host_config.cc', 371 'host/in_memory_host_config.cc',
374 'host/in_memory_host_config.h', 372 'host/in_memory_host_config.h',
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
2219 'base/compound_buffer.cc', 2217 'base/compound_buffer.cc',
2220 'base/compound_buffer.h', 2218 'base/compound_buffer.h',
2221 'base/constants.cc', 2219 'base/constants.cc',
2222 'base/constants.h', 2220 'base/constants.h',
2223 'base/plugin_thread_task_runner.cc', 2221 'base/plugin_thread_task_runner.cc',
2224 'base/plugin_thread_task_runner.h', 2222 'base/plugin_thread_task_runner.h',
2225 'base/rate_counter.cc', 2223 'base/rate_counter.cc',
2226 'base/rate_counter.h', 2224 'base/rate_counter.h',
2227 'base/resources.cc', 2225 'base/resources.cc',
2228 'base/resources.h', 2226 'base/resources.h',
2227 'base/rsa_key_pair.cc',
2228 'base/rsa_key_pair.h',
2229 'base/running_average.cc', 2229 'base/running_average.cc',
2230 'base/running_average.h', 2230 'base/running_average.h',
2231 'base/socket_reader.cc', 2231 'base/socket_reader.cc',
2232 'base/socket_reader.h', 2232 'base/socket_reader.h',
2233 'base/stoppable.cc', 2233 'base/stoppable.cc',
2234 'base/stoppable.h', 2234 'base/stoppable.h',
2235 'base/typed_buffer.h', 2235 'base/typed_buffer.h',
2236 'base/util.cc', 2236 'base/util.cc',
2237 'base/util.h', 2237 'base/util.h',
2238 'codec/audio_decoder.cc', 2238 'codec/audio_decoder.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
2485 '../testing/gmock/include', 2485 '../testing/gmock/include',
2486 ], 2486 ],
2487 'sources': [ 2487 'sources': [
2488 '../chrome/test/base/run_all_remoting_unittests.cc', 2488 '../chrome/test/base/run_all_remoting_unittests.cc',
2489 'base/auth_token_util_unittest.cc', 2489 'base/auth_token_util_unittest.cc',
2490 'base/auto_thread_task_runner_unittest.cc', 2490 'base/auto_thread_task_runner_unittest.cc',
2491 'base/auto_thread_unittest.cc', 2491 'base/auto_thread_unittest.cc',
2492 'base/breakpad_win_unittest.cc', 2492 'base/breakpad_win_unittest.cc',
2493 'base/compound_buffer_unittest.cc', 2493 'base/compound_buffer_unittest.cc',
2494 'base/resources_unittest.cc', 2494 'base/resources_unittest.cc',
2495 'base/rsa_key_pair_unittest.cc',
2496 'base/test_rsa_key_pair.h',
2495 'base/typed_buffer_unittest.cc', 2497 'base/typed_buffer_unittest.cc',
2496 'base/util_unittest.cc', 2498 'base/util_unittest.cc',
2497 'client/audio_player_unittest.cc', 2499 'client/audio_player_unittest.cc',
2498 'client/key_event_mapper_unittest.cc', 2500 'client/key_event_mapper_unittest.cc',
2499 'client/plugin/mac_key_event_processor_unittest.cc', 2501 'client/plugin/mac_key_event_processor_unittest.cc',
2500 'codec/audio_encoder_opus_unittest.cc', 2502 'codec/audio_encoder_opus_unittest.cc',
2501 'codec/codec_test.cc', 2503 'codec/codec_test.cc',
2502 'codec/codec_test.h', 2504 'codec/codec_test.h',
2503 'codec/video_decoder_vp8_unittest.cc', 2505 'codec/video_decoder_vp8_unittest.cc',
2504 'codec/video_encoder_verbatim_unittest.cc', 2506 'codec/video_encoder_verbatim_unittest.cc',
(...skipping 12 matching lines...) Expand all
2517 'host/desktop_process.h', 2519 'host/desktop_process.h',
2518 'host/desktop_process_unittest.cc', 2520 'host/desktop_process_unittest.cc',
2519 'host/desktop_session.cc', 2521 'host/desktop_session.cc',
2520 'host/desktop_session.h', 2522 'host/desktop_session.h',
2521 'host/desktop_session_agent.cc', 2523 'host/desktop_session_agent.cc',
2522 'host/desktop_session_agent.h', 2524 'host/desktop_session_agent.h',
2523 'host/desktop_session_agent_posix.cc', 2525 'host/desktop_session_agent_posix.cc',
2524 'host/desktop_session_agent_win.cc', 2526 'host/desktop_session_agent_win.cc',
2525 'host/heartbeat_sender_unittest.cc', 2527 'host/heartbeat_sender_unittest.cc',
2526 'host/host_change_notification_listener_unittest.cc', 2528 'host/host_change_notification_listener_unittest.cc',
2527 'host/host_key_pair_unittest.cc',
2528 'host/host_mock_objects.cc', 2529 'host/host_mock_objects.cc',
2529 'host/host_mock_objects.h', 2530 'host/host_mock_objects.h',
2530 'host/host_status_monitor_fake.h', 2531 'host/host_status_monitor_fake.h',
2531 'host/ipc_desktop_environment_unittest.cc', 2532 'host/ipc_desktop_environment_unittest.cc',
2532 'host/json_host_config_unittest.cc', 2533 'host/json_host_config_unittest.cc',
2533 'host/linux/x_server_clipboard_unittest.cc', 2534 'host/linux/x_server_clipboard_unittest.cc',
2534 'host/local_input_monitor_unittest.cc', 2535 'host/local_input_monitor_unittest.cc',
2535 'host/log_to_server_unittest.cc', 2536 'host/log_to_server_unittest.cc',
2536 'host/pin_hash_unittest.cc', 2537 'host/pin_hash_unittest.cc',
2537 'host/policy_hack/fake_policy_watcher.cc', 2538 'host/policy_hack/fake_policy_watcher.cc',
2538 'host/policy_hack/fake_policy_watcher.h', 2539 'host/policy_hack/fake_policy_watcher.h',
2539 'host/policy_hack/mock_policy_callback.cc', 2540 'host/policy_hack/mock_policy_callback.cc',
2540 'host/policy_hack/mock_policy_callback.h', 2541 'host/policy_hack/mock_policy_callback.h',
2541 'host/policy_hack/policy_watcher_unittest.cc', 2542 'host/policy_hack/policy_watcher_unittest.cc',
2542 'host/register_support_host_request_unittest.cc', 2543 'host/register_support_host_request_unittest.cc',
2543 'host/remote_input_filter_unittest.cc', 2544 'host/remote_input_filter_unittest.cc',
2544 'host/resizing_host_observer_unittest.cc', 2545 'host/resizing_host_observer_unittest.cc',
2545 'host/server_log_entry_unittest.cc', 2546 'host/server_log_entry_unittest.cc',
2546 'host/setup/oauth_helper_unittest.cc', 2547 'host/setup/oauth_helper_unittest.cc',
2547 'host/setup/pin_validator_unittest.cc', 2548 'host/setup/pin_validator_unittest.cc',
2548 'host/test_key_pair.h',
2549 'host/video_scheduler_unittest.cc', 2549 'host/video_scheduler_unittest.cc',
2550 'host/win/rdp_client_unittest.cc', 2550 'host/win/rdp_client_unittest.cc',
2551 'host/win/worker_process_launcher.cc', 2551 'host/win/worker_process_launcher.cc',
2552 'host/win/worker_process_launcher.h', 2552 'host/win/worker_process_launcher.h',
2553 'host/win/worker_process_launcher_unittest.cc', 2553 'host/win/worker_process_launcher_unittest.cc',
2554 'jingle_glue/chromium_socket_factory_unittest.cc', 2554 'jingle_glue/chromium_socket_factory_unittest.cc',
2555 'jingle_glue/fake_signal_strategy.cc', 2555 'jingle_glue/fake_signal_strategy.cc',
2556 'jingle_glue/fake_signal_strategy.h', 2556 'jingle_glue/fake_signal_strategy.h',
2557 'jingle_glue/iq_sender_unittest.cc', 2557 'jingle_glue/iq_sender_unittest.cc',
2558 'jingle_glue/mock_objects.cc', 2558 'jingle_glue/mock_objects.cc',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
2658 '../base/allocator/allocator.gyp:allocator', 2658 '../base/allocator/allocator.gyp:allocator',
2659 ], 2659 ],
2660 }, 2660 },
2661 ], 2661 ],
2662 ], 2662 ],
2663 }], # end of 'toolkit_uses_gtk == 1' 2663 }], # end of 'toolkit_uses_gtk == 1'
2664 ], # end of 'conditions' 2664 ], # end of 'conditions'
2665 }, # end of target 'remoting_unittests' 2665 }, # end of target 'remoting_unittests'
2666 ], # end of targets 2666 ], # end of targets
2667 } 2667 }
OLDNEW
« no previous file with comments | « remoting/protocol/v2_authenticator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698