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