| 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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
| (...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1689 'host/client_session_unittest.cc', | 1689 'host/client_session_unittest.cc', |
| 1690 'host/differ_block_unittest.cc', | 1690 'host/differ_block_unittest.cc', |
| 1691 'host/differ_unittest.cc', | 1691 'host/differ_unittest.cc', |
| 1692 'host/heartbeat_sender_unittest.cc', | 1692 'host/heartbeat_sender_unittest.cc', |
| 1693 'host/host_key_pair_unittest.cc', | 1693 'host/host_key_pair_unittest.cc', |
| 1694 'host/host_mock_objects.cc', | 1694 'host/host_mock_objects.cc', |
| 1695 'host/host_mock_objects.h', | 1695 'host/host_mock_objects.h', |
| 1696 'host/json_host_config_unittest.cc', | 1696 'host/json_host_config_unittest.cc', |
| 1697 'host/log_to_server_unittest.cc', | 1697 'host/log_to_server_unittest.cc', |
| 1698 'host/pin_hash_unittest.cc', | 1698 'host/pin_hash_unittest.cc', |
| 1699 'host/policy_hack/fake_nat_policy.cc', |
| 1700 'host/policy_hack/fake_nat_policy.h', |
| 1701 'host/policy_hack/mock_policy_callback.cc', |
| 1702 'host/policy_hack/mock_policy_callback.h', |
| 1703 'host/policy_hack/nat_policy_unittest.cc', |
| 1699 'host/register_support_host_request_unittest.cc', | 1704 'host/register_support_host_request_unittest.cc', |
| 1700 'host/remote_input_filter_unittest.cc', | 1705 'host/remote_input_filter_unittest.cc', |
| 1701 'host/screen_recorder_unittest.cc', | 1706 'host/screen_recorder_unittest.cc', |
| 1702 'host/server_log_entry_unittest.cc', | 1707 'host/server_log_entry_unittest.cc', |
| 1703 'host/test_key_pair.h', | 1708 'host/test_key_pair.h', |
| 1704 'host/video_frame_capturer_helper_unittest.cc', | 1709 'host/video_frame_capturer_helper_unittest.cc', |
| 1705 'host/video_frame_capturer_mac_unittest.cc', | 1710 'host/video_frame_capturer_mac_unittest.cc', |
| 1706 'host/video_frame_capturer_unittest.cc', | 1711 'host/video_frame_capturer_unittest.cc', |
| 1707 'jingle_glue/fake_signal_strategy.cc', | 1712 'jingle_glue/fake_signal_strategy.cc', |
| 1708 'jingle_glue/fake_signal_strategy.h', | 1713 'jingle_glue/fake_signal_strategy.h', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1772 '../base/allocator/allocator.gyp:allocator', | 1777 '../base/allocator/allocator.gyp:allocator', |
| 1773 ], | 1778 ], |
| 1774 }, | 1779 }, |
| 1775 ], | 1780 ], |
| 1776 ], | 1781 ], |
| 1777 }], | 1782 }], |
| 1778 ], # end of 'conditions' | 1783 ], # end of 'conditions' |
| 1779 }, # end of target 'remoting_unittests' | 1784 }, # end of target 'remoting_unittests' |
| 1780 ], # end of targets | 1785 ], # end of targets |
| 1781 } | 1786 } |
| OLD | NEW |