| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'host/win/rdp_client_unittest.cc', | 115 'host/win/rdp_client_unittest.cc', |
| 116 'host/win/worker_process_launcher.cc', | 116 'host/win/worker_process_launcher.cc', |
| 117 'host/win/worker_process_launcher.h', | 117 'host/win/worker_process_launcher.h', |
| 118 'host/win/worker_process_launcher_unittest.cc', | 118 'host/win/worker_process_launcher_unittest.cc', |
| 119 'jingle_glue/chromium_socket_factory_unittest.cc', | 119 'jingle_glue/chromium_socket_factory_unittest.cc', |
| 120 'jingle_glue/fake_signal_strategy.cc', | 120 'jingle_glue/fake_signal_strategy.cc', |
| 121 'jingle_glue/fake_signal_strategy.h', | 121 'jingle_glue/fake_signal_strategy.h', |
| 122 'jingle_glue/iq_sender_unittest.cc', | 122 'jingle_glue/iq_sender_unittest.cc', |
| 123 'jingle_glue/mock_objects.cc', | 123 'jingle_glue/mock_objects.cc', |
| 124 'jingle_glue/mock_objects.h', | 124 'jingle_glue/mock_objects.h', |
| 125 'jingle_glue/network_settings_unittest.cc', |
| 125 'protocol/authenticator_test_base.cc', | 126 'protocol/authenticator_test_base.cc', |
| 126 'protocol/authenticator_test_base.h', | 127 'protocol/authenticator_test_base.h', |
| 127 'protocol/buffered_socket_writer_unittest.cc', | 128 'protocol/buffered_socket_writer_unittest.cc', |
| 128 'protocol/channel_multiplexer_unittest.cc', | 129 'protocol/channel_multiplexer_unittest.cc', |
| 129 'protocol/clipboard_echo_filter_unittest.cc', | 130 'protocol/clipboard_echo_filter_unittest.cc', |
| 130 'protocol/clipboard_filter_unittest.cc', | 131 'protocol/clipboard_filter_unittest.cc', |
| 131 'protocol/connection_tester.cc', | 132 'protocol/connection_tester.cc', |
| 132 'protocol/connection_tester.h', | 133 'protocol/connection_tester.h', |
| 133 'protocol/connection_to_client_unittest.cc', | 134 'protocol/connection_to_client_unittest.cc', |
| 134 'protocol/content_description_unittest.cc', | 135 '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 | 233 # 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))',
{ | 234 [ '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': [ | 235 'dependencies': [ |
| 235 '../base/allocator/allocator.gyp:allocator', | 236 '../base/allocator/allocator.gyp:allocator', |
| 236 ], | 237 ], |
| 237 }], | 238 }], |
| 238 ], # end of 'conditions' | 239 ], # end of 'conditions' |
| 239 }, # end of target 'remoting_unittests' | 240 }, # end of target 'remoting_unittests' |
| 240 ], # end of targets | 241 ], # end of targets |
| 241 } | 242 } |
| OLD | NEW |