OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
7 # Remoting unit tests | 7 # Remoting unit tests |
8 { | 8 { |
9 'target_name': 'remoting_unittests', | 9 'target_name': 'remoting_unittests', |
10 'type': '<(gtest_target_type)', | 10 'type': '<(gtest_target_type)', |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'host/win/rdp_client_unittest.cc', | 114 'host/win/rdp_client_unittest.cc', |
115 'host/win/worker_process_launcher.cc', | 115 'host/win/worker_process_launcher.cc', |
116 'host/win/worker_process_launcher.h', | 116 'host/win/worker_process_launcher.h', |
117 'host/win/worker_process_launcher_unittest.cc', | 117 'host/win/worker_process_launcher_unittest.cc', |
118 'jingle_glue/chromium_socket_factory_unittest.cc', | 118 'jingle_glue/chromium_socket_factory_unittest.cc', |
119 'jingle_glue/fake_signal_strategy.cc', | 119 'jingle_glue/fake_signal_strategy.cc', |
120 'jingle_glue/fake_signal_strategy.h', | 120 'jingle_glue/fake_signal_strategy.h', |
121 'jingle_glue/iq_sender_unittest.cc', | 121 'jingle_glue/iq_sender_unittest.cc', |
122 'jingle_glue/mock_objects.cc', | 122 'jingle_glue/mock_objects.cc', |
123 'jingle_glue/mock_objects.h', | 123 'jingle_glue/mock_objects.h', |
124 'jingle_glue/network_settings_unittest.cc', | |
125 'protocol/authenticator_test_base.cc', | 124 'protocol/authenticator_test_base.cc', |
126 'protocol/authenticator_test_base.h', | 125 'protocol/authenticator_test_base.h', |
127 'protocol/buffered_socket_writer_unittest.cc', | 126 'protocol/buffered_socket_writer_unittest.cc', |
128 'protocol/channel_multiplexer_unittest.cc', | 127 'protocol/channel_multiplexer_unittest.cc', |
129 'protocol/clipboard_echo_filter_unittest.cc', | 128 'protocol/clipboard_echo_filter_unittest.cc', |
130 'protocol/clipboard_filter_unittest.cc', | 129 'protocol/clipboard_filter_unittest.cc', |
131 'protocol/connection_tester.cc', | 130 'protocol/connection_tester.cc', |
132 'protocol/connection_tester.h', | 131 'protocol/connection_tester.h', |
133 'protocol/connection_to_client_unittest.cc', | 132 'protocol/connection_to_client_unittest.cc', |
134 'protocol/content_description_unittest.cc', | 133 'protocol/content_description_unittest.cc', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 | 231 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
233 [ 'OS == "linux" and ((use_allocator!="none" and use_allocator!="see_use
_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))',
{ | 232 [ 'OS == "linux" and ((use_allocator!="none" and use_allocator!="see_use
_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))',
{ |
234 'dependencies': [ | 233 'dependencies': [ |
235 '../base/allocator/allocator.gyp:allocator', | 234 '../base/allocator/allocator.gyp:allocator', |
236 ], | 235 ], |
237 }], | 236 }], |
238 ], # end of 'conditions' | 237 ], # end of 'conditions' |
239 }, # end of target 'remoting_unittests' | 238 }, # end of target 'remoting_unittests' |
240 ], # end of targets | 239 ], # end of targets |
241 } | 240 } |
OLD | NEW |