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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 'host/url_request_context.h', | 457 'host/url_request_context.h', |
458 'host/usage_stats_consent.h', | 458 'host/usage_stats_consent.h', |
459 'host/usage_stats_consent_mac.cc', | 459 'host/usage_stats_consent_mac.cc', |
460 'host/usage_stats_consent_win.cc', | 460 'host/usage_stats_consent_win.cc', |
461 'host/video_scheduler.cc', | 461 'host/video_scheduler.cc', |
462 'host/video_scheduler.h', | 462 'host/video_scheduler.h', |
463 'host/vlog_net_log.cc', | 463 'host/vlog_net_log.cc', |
464 'host/vlog_net_log.h', | 464 'host/vlog_net_log.h', |
465 'host/win/launch_process_with_token.cc', | 465 'host/win/launch_process_with_token.cc', |
466 'host/win/launch_process_with_token.h', | 466 'host/win/launch_process_with_token.h', |
467 'host/win/message_window.cc', | |
468 'host/win/message_window.h', | |
469 'host/win/omaha.cc', | 467 'host/win/omaha.cc', |
470 'host/win/omaha.h', | 468 'host/win/omaha.h', |
471 'host/win/rdp_client.cc', | 469 'host/win/rdp_client.cc', |
472 'host/win/rdp_client.h', | 470 'host/win/rdp_client.h', |
473 'host/win/rdp_client_window.cc', | 471 'host/win/rdp_client_window.cc', |
474 'host/win/rdp_client_window.h', | 472 'host/win/rdp_client_window.h', |
475 'host/win/security_descriptor.cc', | 473 'host/win/security_descriptor.cc', |
476 'host/win/security_descriptor.h', | 474 'host/win/security_descriptor.h', |
477 'host/win/session_desktop_environment.cc', | 475 'host/win/session_desktop_environment.cc', |
478 'host/win/session_desktop_environment.h', | 476 'host/win/session_desktop_environment.h', |
(...skipping 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2635 'host/policy_hack/policy_watcher_unittest.cc', | 2633 'host/policy_hack/policy_watcher_unittest.cc', |
2636 'host/register_support_host_request_unittest.cc', | 2634 'host/register_support_host_request_unittest.cc', |
2637 'host/remote_input_filter_unittest.cc', | 2635 'host/remote_input_filter_unittest.cc', |
2638 'host/resizing_host_observer_unittest.cc', | 2636 'host/resizing_host_observer_unittest.cc', |
2639 'host/screen_resolution_unittest.cc', | 2637 'host/screen_resolution_unittest.cc', |
2640 'host/server_log_entry_unittest.cc', | 2638 'host/server_log_entry_unittest.cc', |
2641 'host/setup/oauth_helper_unittest.cc', | 2639 'host/setup/oauth_helper_unittest.cc', |
2642 'host/setup/pin_validator_unittest.cc', | 2640 'host/setup/pin_validator_unittest.cc', |
2643 'host/token_validator_factory_impl_unittest.cc', | 2641 'host/token_validator_factory_impl_unittest.cc', |
2644 'host/video_scheduler_unittest.cc', | 2642 'host/video_scheduler_unittest.cc', |
2645 'host/win/message_window_unittest.cc', | |
2646 'host/win/rdp_client_unittest.cc', | 2643 'host/win/rdp_client_unittest.cc', |
2647 'host/win/worker_process_launcher.cc', | 2644 'host/win/worker_process_launcher.cc', |
2648 'host/win/worker_process_launcher.h', | 2645 'host/win/worker_process_launcher.h', |
2649 'host/win/worker_process_launcher_unittest.cc', | 2646 'host/win/worker_process_launcher_unittest.cc', |
2650 'jingle_glue/chromium_socket_factory_unittest.cc', | 2647 'jingle_glue/chromium_socket_factory_unittest.cc', |
2651 'jingle_glue/fake_signal_strategy.cc', | 2648 'jingle_glue/fake_signal_strategy.cc', |
2652 'jingle_glue/fake_signal_strategy.h', | 2649 'jingle_glue/fake_signal_strategy.h', |
2653 'jingle_glue/iq_sender_unittest.cc', | 2650 'jingle_glue/iq_sender_unittest.cc', |
2654 'jingle_glue/mock_objects.cc', | 2651 'jingle_glue/mock_objects.cc', |
2655 'jingle_glue/mock_objects.h', | 2652 'jingle_glue/mock_objects.h', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2757 '../base/allocator/allocator.gyp:allocator', | 2754 '../base/allocator/allocator.gyp:allocator', |
2758 ], | 2755 ], |
2759 }, | 2756 }, |
2760 ], | 2757 ], |
2761 ], | 2758 ], |
2762 }], # end of 'toolkit_uses_gtk == 1' | 2759 }], # end of 'toolkit_uses_gtk == 1' |
2763 ], # end of 'conditions' | 2760 ], # end of 'conditions' |
2764 }, # end of target 'remoting_unittests' | 2761 }, # end of target 'remoting_unittests' |
2765 ], # end of targets | 2762 ], # end of targets |
2766 } | 2763 } |
OLD | NEW |