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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 'base/codec_test.h', | 909 'base/codec_test.h', |
910 'base/compound_buffer_unittest.cc', | 910 'base/compound_buffer_unittest.cc', |
911 'base/compressor_zlib_unittest.cc', | 911 'base/compressor_zlib_unittest.cc', |
912 'base/decoder_vp8_unittest.cc', | 912 'base/decoder_vp8_unittest.cc', |
913 'base/decompressor_zlib_unittest.cc', | 913 'base/decompressor_zlib_unittest.cc', |
914 'base/encode_decode_unittest.cc', | 914 'base/encode_decode_unittest.cc', |
915 'base/encoder_vp8_unittest.cc', | 915 'base/encoder_vp8_unittest.cc', |
916 'base/encoder_row_based_unittest.cc', | 916 'base/encoder_row_based_unittest.cc', |
917 'base/base_mock_objects.cc', | 917 'base/base_mock_objects.cc', |
918 'base/base_mock_objects.h', | 918 'base/base_mock_objects.h', |
| 919 'base/util_unittest.cc', |
919 'client/mouse_input_filter_unittest.cc', | 920 'client/mouse_input_filter_unittest.cc', |
920 'host/capturer_linux_unittest.cc', | 921 'host/capturer_linux_unittest.cc', |
921 'host/capturer_mac_unittest.cc', | 922 'host/capturer_mac_unittest.cc', |
922 'host/capturer_win_unittest.cc', | 923 'host/capturer_win_unittest.cc', |
923 'host/chromoting_host_context_unittest.cc', | 924 'host/chromoting_host_context_unittest.cc', |
924 'host/chromoting_host_unittest.cc', | 925 'host/chromoting_host_unittest.cc', |
925 'host/client_session_unittest.cc', | 926 'host/client_session_unittest.cc', |
926 'host/differ_block_unittest.cc', | 927 'host/differ_block_unittest.cc', |
927 'host/differ_unittest.cc', | 928 'host/differ_unittest.cc', |
928 'host/heartbeat_sender_unittest.cc', | 929 'host/heartbeat_sender_unittest.cc', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 '../base/allocator/allocator.gyp:allocator', | 986 '../base/allocator/allocator.gyp:allocator', |
986 ], | 987 ], |
987 }, | 988 }, |
988 ], | 989 ], |
989 ], | 990 ], |
990 }], | 991 }], |
991 ], # end of 'conditions' | 992 ], # end of 'conditions' |
992 }, # end of target 'remoting_unittests' | 993 }, # end of target 'remoting_unittests' |
993 ], # end of targets | 994 ], # end of targets |
994 } | 995 } |
OLD | NEW |