| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'host/branding.h', | 68 'host/branding.h', |
| 69 'host/capture_scheduler_unittest.cc', | 69 'host/capture_scheduler_unittest.cc', |
| 70 'host/chromoting_host_context_unittest.cc', | 70 'host/chromoting_host_context_unittest.cc', |
| 71 'host/chromoting_host_unittest.cc', | 71 'host/chromoting_host_unittest.cc', |
| 72 'host/client_session_unittest.cc', | 72 'host/client_session_unittest.cc', |
| 73 'host/config_file_watcher_unittest.cc', | 73 'host/config_file_watcher_unittest.cc', |
| 74 'host/daemon_process_unittest.cc', | 74 'host/daemon_process_unittest.cc', |
| 75 'host/desktop_process_unittest.cc', | 75 'host/desktop_process_unittest.cc', |
| 76 'host/desktop_shape_tracker_unittest.cc', | 76 'host/desktop_shape_tracker_unittest.cc', |
| 77 'host/gnubby_auth_handler_posix_unittest.cc', | 77 'host/gnubby_auth_handler_posix_unittest.cc', |
| 78 'host/gnubby_util_unittest.cc', | |
| 79 'host/heartbeat_sender_unittest.cc', | 78 'host/heartbeat_sender_unittest.cc', |
| 80 'host/host_change_notification_listener_unittest.cc', | 79 'host/host_change_notification_listener_unittest.cc', |
| 81 'host/host_mock_objects.cc', | 80 'host/host_mock_objects.cc', |
| 82 'host/host_status_monitor_fake.h', | 81 'host/host_status_monitor_fake.h', |
| 83 'host/host_status_sender_unittest.cc', | 82 'host/host_status_sender_unittest.cc', |
| 84 'host/ipc_desktop_environment_unittest.cc', | 83 'host/ipc_desktop_environment_unittest.cc', |
| 85 'host/it2me/it2me_native_messaging_host_unittest.cc', | 84 'host/it2me/it2me_native_messaging_host_unittest.cc', |
| 86 'host/json_host_config_unittest.cc', | 85 'host/json_host_config_unittest.cc', |
| 87 'host/linux/x_server_clipboard_unittest.cc', | 86 'host/linux/x_server_clipboard_unittest.cc', |
| 88 'host/local_input_monitor_unittest.cc', | 87 'host/local_input_monitor_unittest.cc', |
| (...skipping 143 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 |