| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 'host/register_support_host_request_unittest.cc', | 912 'host/register_support_host_request_unittest.cc', |
| 913 'host/screen_recorder_unittest.cc', | 913 'host/screen_recorder_unittest.cc', |
| 914 'host/server_log_entry_unittest.cc', | 914 'host/server_log_entry_unittest.cc', |
| 915 'host/test_key_pair.h', | 915 'host/test_key_pair.h', |
| 916 'jingle_glue/fake_signal_strategy.cc', | 916 'jingle_glue/fake_signal_strategy.cc', |
| 917 'jingle_glue/fake_signal_strategy.h', | 917 'jingle_glue/fake_signal_strategy.h', |
| 918 'jingle_glue/iq_sender_unittest.cc', | 918 'jingle_glue/iq_sender_unittest.cc', |
| 919 'jingle_glue/jingle_thread_unittest.cc', | 919 'jingle_glue/jingle_thread_unittest.cc', |
| 920 'jingle_glue/mock_objects.cc', | 920 'jingle_glue/mock_objects.cc', |
| 921 'jingle_glue/mock_objects.h', | 921 'jingle_glue/mock_objects.h', |
| 922 'protocol/connection_tester.cc', |
| 923 'protocol/connection_tester.h', |
| 922 'protocol/connection_to_client_unittest.cc', | 924 'protocol/connection_to_client_unittest.cc', |
| 925 'protocol/fake_authenticator.cc', |
| 926 'protocol/fake_authenticator.h', |
| 923 'protocol/fake_session.cc', | 927 'protocol/fake_session.cc', |
| 924 'protocol/fake_session.h', | 928 'protocol/fake_session.h', |
| 925 'protocol/jingle_messages_unittest.cc', | 929 'protocol/jingle_messages_unittest.cc', |
| 926 'protocol/jingle_session_unittest.cc', | 930 'protocol/jingle_session_unittest.cc', |
| 927 'protocol/message_decoder_unittest.cc', | 931 'protocol/message_decoder_unittest.cc', |
| 928 'protocol/message_reader_unittest.cc', | 932 'protocol/message_reader_unittest.cc', |
| 929 'protocol/protocol_mock_objects.cc', | 933 'protocol/protocol_mock_objects.cc', |
| 930 'protocol/protocol_mock_objects.h', | 934 'protocol/protocol_mock_objects.h', |
| 931 'protocol/rtp_video_reader_unittest.cc', | 935 'protocol/rtp_video_reader_unittest.cc', |
| 932 'protocol/rtp_video_writer_unittest.cc', | 936 'protocol/rtp_video_writer_unittest.cc', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 949 '../base/allocator/allocator.gyp:allocator', | 953 '../base/allocator/allocator.gyp:allocator', |
| 950 ], | 954 ], |
| 951 }, | 955 }, |
| 952 ], | 956 ], |
| 953 ], | 957 ], |
| 954 }], | 958 }], |
| 955 ], # end of 'conditions' | 959 ], # end of 'conditions' |
| 956 }, # end of target 'remoting_unittests' | 960 }, # end of target 'remoting_unittests' |
| 957 ], # end of targets | 961 ], # end of targets |
| 958 } | 962 } |
| OLD | NEW |