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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'host/host_change_notification_listener.h', | 352 'host/host_change_notification_listener.h', |
353 'host/host_config.cc', | 353 'host/host_config.cc', |
354 'host/host_config.h', | 354 'host/host_config.h', |
355 'host/host_exit_codes.h', | 355 'host/host_exit_codes.h', |
356 'host/host_key_pair.cc', | 356 'host/host_key_pair.cc', |
357 'host/host_key_pair.h', | 357 'host/host_key_pair.h', |
358 'host/host_port_allocator.cc', | 358 'host/host_port_allocator.cc', |
359 'host/host_port_allocator.h', | 359 'host/host_port_allocator.h', |
360 'host/host_secret.cc', | 360 'host/host_secret.cc', |
361 'host/host_secret.h', | 361 'host/host_secret.h', |
| 362 'host/host_status_monitor.h', |
362 'host/host_status_observer.h', | 363 'host/host_status_observer.h', |
363 'host/host_user_interface.cc', | 364 'host/host_user_interface.cc', |
364 'host/host_user_interface.h', | 365 'host/host_user_interface.h', |
365 'host/in_memory_host_config.cc', | 366 'host/in_memory_host_config.cc', |
366 'host/in_memory_host_config.h', | 367 'host/in_memory_host_config.h', |
367 'host/ipc_audio_capturer.cc', | 368 'host/ipc_audio_capturer.cc', |
368 'host/ipc_audio_capturer.h', | 369 'host/ipc_audio_capturer.h', |
369 'host/ipc_constants.cc', | 370 'host/ipc_constants.cc', |
370 'host/ipc_constants.h', | 371 'host/ipc_constants.h', |
371 'host/ipc_desktop_environment.cc', | 372 'host/ipc_desktop_environment.cc', |
(...skipping 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2478 'host/desktop_session.h', | 2479 'host/desktop_session.h', |
2479 'host/desktop_session_agent.cc', | 2480 'host/desktop_session_agent.cc', |
2480 'host/desktop_session_agent.h', | 2481 'host/desktop_session_agent.h', |
2481 'host/desktop_session_agent_posix.cc', | 2482 'host/desktop_session_agent_posix.cc', |
2482 'host/desktop_session_agent_win.cc', | 2483 'host/desktop_session_agent_win.cc', |
2483 'host/heartbeat_sender_unittest.cc', | 2484 'host/heartbeat_sender_unittest.cc', |
2484 'host/host_change_notification_listener_unittest.cc', | 2485 'host/host_change_notification_listener_unittest.cc', |
2485 'host/host_key_pair_unittest.cc', | 2486 'host/host_key_pair_unittest.cc', |
2486 'host/host_mock_objects.cc', | 2487 'host/host_mock_objects.cc', |
2487 'host/host_mock_objects.h', | 2488 'host/host_mock_objects.h', |
| 2489 'host/host_status_monitor_fake.h', |
2488 'host/ipc_desktop_environment_unittest.cc', | 2490 'host/ipc_desktop_environment_unittest.cc', |
2489 'host/json_host_config_unittest.cc', | 2491 'host/json_host_config_unittest.cc', |
2490 'host/linux/x_server_clipboard_unittest.cc', | 2492 'host/linux/x_server_clipboard_unittest.cc', |
2491 'host/local_input_monitor_unittest.cc', | 2493 'host/local_input_monitor_unittest.cc', |
2492 'host/log_to_server_unittest.cc', | 2494 'host/log_to_server_unittest.cc', |
2493 'host/pin_hash_unittest.cc', | 2495 'host/pin_hash_unittest.cc', |
2494 'host/policy_hack/fake_policy_watcher.cc', | 2496 'host/policy_hack/fake_policy_watcher.cc', |
2495 'host/policy_hack/fake_policy_watcher.h', | 2497 'host/policy_hack/fake_policy_watcher.h', |
2496 'host/policy_hack/mock_policy_callback.cc', | 2498 'host/policy_hack/mock_policy_callback.cc', |
2497 'host/policy_hack/mock_policy_callback.h', | 2499 'host/policy_hack/mock_policy_callback.h', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2615 '../base/allocator/allocator.gyp:allocator', | 2617 '../base/allocator/allocator.gyp:allocator', |
2616 ], | 2618 ], |
2617 }, | 2619 }, |
2618 ], | 2620 ], |
2619 ], | 2621 ], |
2620 }], # end of 'toolkit_uses_gtk == 1' | 2622 }], # end of 'toolkit_uses_gtk == 1' |
2621 ], # end of 'conditions' | 2623 ], # end of 'conditions' |
2622 }, # end of target 'remoting_unittests' | 2624 }, # end of target 'remoting_unittests' |
2623 ], # end of targets | 2625 ], # end of targets |
2624 } | 2626 } |
OLD | NEW |