OLD | NEW |
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 Loading... |
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 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2105 'base/compound_buffer.cc', | 2103 'base/compound_buffer.cc', |
2106 'base/compound_buffer.h', | 2104 'base/compound_buffer.h', |
2107 'base/constants.cc', | 2105 'base/constants.cc', |
2108 'base/constants.h', | 2106 'base/constants.h', |
2109 'base/plugin_thread_task_runner.cc', | 2107 'base/plugin_thread_task_runner.cc', |
2110 'base/plugin_thread_task_runner.h', | 2108 'base/plugin_thread_task_runner.h', |
2111 'base/rate_counter.cc', | 2109 'base/rate_counter.cc', |
2112 'base/rate_counter.h', | 2110 'base/rate_counter.h', |
2113 'base/resources.cc', | 2111 'base/resources.cc', |
2114 'base/resources.h', | 2112 'base/resources.h', |
| 2113 'base/rsa_key_pair.cc', |
| 2114 'base/rsa_key_pair.h', |
2115 'base/running_average.cc', | 2115 'base/running_average.cc', |
2116 'base/running_average.h', | 2116 'base/running_average.h', |
2117 'base/socket_reader.cc', | 2117 'base/socket_reader.cc', |
2118 'base/socket_reader.h', | 2118 'base/socket_reader.h', |
2119 'base/stoppable.cc', | 2119 'base/stoppable.cc', |
2120 'base/stoppable.h', | 2120 'base/stoppable.h', |
2121 'base/typed_buffer.h', | 2121 'base/typed_buffer.h', |
2122 'base/util.cc', | 2122 'base/util.cc', |
2123 'base/util.h', | 2123 'base/util.h', |
2124 'codec/audio_decoder.cc', | 2124 'codec/audio_decoder.cc', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2372 '../testing/gmock/include', | 2372 '../testing/gmock/include', |
2373 ], | 2373 ], |
2374 'sources': [ | 2374 'sources': [ |
2375 '../chrome/test/base/run_all_remoting_unittests.cc', | 2375 '../chrome/test/base/run_all_remoting_unittests.cc', |
2376 'base/auth_token_util_unittest.cc', | 2376 'base/auth_token_util_unittest.cc', |
2377 'base/auto_thread_task_runner_unittest.cc', | 2377 'base/auto_thread_task_runner_unittest.cc', |
2378 'base/auto_thread_unittest.cc', | 2378 'base/auto_thread_unittest.cc', |
2379 'base/breakpad_win_unittest.cc', | 2379 'base/breakpad_win_unittest.cc', |
2380 'base/compound_buffer_unittest.cc', | 2380 'base/compound_buffer_unittest.cc', |
2381 'base/resources_unittest.cc', | 2381 'base/resources_unittest.cc', |
| 2382 'base/rsa_key_pair_unittest.cc', |
| 2383 'base/test_rsa_key_pair.h', |
2382 'base/typed_buffer_unittest.cc', | 2384 'base/typed_buffer_unittest.cc', |
2383 'base/util_unittest.cc', | 2385 'base/util_unittest.cc', |
2384 'client/audio_player_unittest.cc', | 2386 'client/audio_player_unittest.cc', |
2385 'client/key_event_mapper_unittest.cc', | 2387 'client/key_event_mapper_unittest.cc', |
2386 'client/plugin/mac_key_event_processor_unittest.cc', | 2388 'client/plugin/mac_key_event_processor_unittest.cc', |
2387 'codec/audio_encoder_opus_unittest.cc', | 2389 'codec/audio_encoder_opus_unittest.cc', |
2388 'codec/codec_test.cc', | 2390 'codec/codec_test.cc', |
2389 'codec/codec_test.h', | 2391 'codec/codec_test.h', |
2390 'codec/video_decoder_vp8_unittest.cc', | 2392 'codec/video_decoder_vp8_unittest.cc', |
2391 'codec/video_encoder_verbatim_unittest.cc', | 2393 'codec/video_encoder_verbatim_unittest.cc', |
(...skipping 12 matching lines...) Expand all Loading... |
2404 'host/desktop_process.h', | 2406 'host/desktop_process.h', |
2405 'host/desktop_process_unittest.cc', | 2407 'host/desktop_process_unittest.cc', |
2406 'host/desktop_session.cc', | 2408 'host/desktop_session.cc', |
2407 'host/desktop_session.h', | 2409 'host/desktop_session.h', |
2408 'host/desktop_session_agent.cc', | 2410 'host/desktop_session_agent.cc', |
2409 'host/desktop_session_agent.h', | 2411 'host/desktop_session_agent.h', |
2410 'host/desktop_session_agent_posix.cc', | 2412 'host/desktop_session_agent_posix.cc', |
2411 'host/desktop_session_agent_win.cc', | 2413 'host/desktop_session_agent_win.cc', |
2412 'host/heartbeat_sender_unittest.cc', | 2414 'host/heartbeat_sender_unittest.cc', |
2413 'host/host_change_notification_listener_unittest.cc', | 2415 'host/host_change_notification_listener_unittest.cc', |
2414 'host/host_key_pair_unittest.cc', | |
2415 'host/host_mock_objects.cc', | 2416 'host/host_mock_objects.cc', |
2416 'host/host_mock_objects.h', | 2417 'host/host_mock_objects.h', |
2417 'host/ipc_desktop_environment_unittest.cc', | 2418 'host/ipc_desktop_environment_unittest.cc', |
2418 'host/json_host_config_unittest.cc', | 2419 'host/json_host_config_unittest.cc', |
2419 'host/linux/x_server_clipboard_unittest.cc', | 2420 'host/linux/x_server_clipboard_unittest.cc', |
2420 'host/local_input_monitor_unittest.cc', | 2421 'host/local_input_monitor_unittest.cc', |
2421 'host/log_to_server_unittest.cc', | 2422 'host/log_to_server_unittest.cc', |
2422 'host/pin_hash_unittest.cc', | 2423 'host/pin_hash_unittest.cc', |
2423 'host/policy_hack/fake_policy_watcher.cc', | 2424 'host/policy_hack/fake_policy_watcher.cc', |
2424 'host/policy_hack/fake_policy_watcher.h', | 2425 'host/policy_hack/fake_policy_watcher.h', |
2425 'host/policy_hack/mock_policy_callback.cc', | 2426 'host/policy_hack/mock_policy_callback.cc', |
2426 'host/policy_hack/mock_policy_callback.h', | 2427 'host/policy_hack/mock_policy_callback.h', |
2427 'host/policy_hack/policy_watcher_unittest.cc', | 2428 'host/policy_hack/policy_watcher_unittest.cc', |
2428 'host/register_support_host_request_unittest.cc', | 2429 'host/register_support_host_request_unittest.cc', |
2429 'host/remote_input_filter_unittest.cc', | 2430 'host/remote_input_filter_unittest.cc', |
2430 'host/resizing_host_observer_unittest.cc', | 2431 'host/resizing_host_observer_unittest.cc', |
2431 'host/server_log_entry_unittest.cc', | 2432 'host/server_log_entry_unittest.cc', |
2432 'host/setup/oauth_helper_unittest.cc', | 2433 'host/setup/oauth_helper_unittest.cc', |
2433 'host/setup/pin_validator_unittest.cc', | 2434 'host/setup/pin_validator_unittest.cc', |
2434 'host/test_key_pair.h', | |
2435 'host/video_scheduler_unittest.cc', | 2435 'host/video_scheduler_unittest.cc', |
2436 'host/win/worker_process_launcher.cc', | 2436 'host/win/worker_process_launcher.cc', |
2437 'host/win/worker_process_launcher.h', | 2437 'host/win/worker_process_launcher.h', |
2438 'host/win/worker_process_launcher_unittest.cc', | 2438 'host/win/worker_process_launcher_unittest.cc', |
2439 'jingle_glue/chromium_socket_factory_unittest.cc', | 2439 'jingle_glue/chromium_socket_factory_unittest.cc', |
2440 'jingle_glue/fake_signal_strategy.cc', | 2440 'jingle_glue/fake_signal_strategy.cc', |
2441 'jingle_glue/fake_signal_strategy.h', | 2441 'jingle_glue/fake_signal_strategy.h', |
2442 'jingle_glue/iq_sender_unittest.cc', | 2442 'jingle_glue/iq_sender_unittest.cc', |
2443 'jingle_glue/mock_objects.cc', | 2443 'jingle_glue/mock_objects.cc', |
2444 'jingle_glue/mock_objects.h', | 2444 'jingle_glue/mock_objects.h', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |