Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: remoting/remoting_test.gypi

Issue 138753005: Add gnubby authentication to remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another Windows warning Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'host/branding.cc', 67 'host/branding.cc',
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',
78 'host/gnubby_util_unittest.cc',
77 'host/heartbeat_sender_unittest.cc', 79 'host/heartbeat_sender_unittest.cc',
78 'host/host_change_notification_listener_unittest.cc', 80 'host/host_change_notification_listener_unittest.cc',
79 'host/host_mock_objects.cc', 81 'host/host_mock_objects.cc',
80 'host/host_status_monitor_fake.h', 82 'host/host_status_monitor_fake.h',
81 'host/host_status_sender_unittest.cc', 83 'host/host_status_sender_unittest.cc',
82 'host/ipc_desktop_environment_unittest.cc', 84 'host/ipc_desktop_environment_unittest.cc',
83 'host/it2me/it2me_native_messaging_host_unittest.cc', 85 'host/it2me/it2me_native_messaging_host_unittest.cc',
84 'host/json_host_config_unittest.cc', 86 'host/json_host_config_unittest.cc',
85 'host/linux/x_server_clipboard_unittest.cc', 87 'host/linux/x_server_clipboard_unittest.cc',
86 'host/local_input_monitor_unittest.cc', 88 'host/local_input_monitor_unittest.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 }], 229 }],
228 [ 'OS == "linux" and linux_use_tcmalloc==1', { 230 [ 'OS == "linux" and linux_use_tcmalloc==1', {
229 'dependencies': [ 231 'dependencies': [
230 '../base/allocator/allocator.gyp:allocator', 232 '../base/allocator/allocator.gyp:allocator',
231 ], 233 ],
232 }], 234 }],
233 ], # end of 'conditions' 235 ], # end of 'conditions'
234 }, # end of target 'remoting_unittests' 236 }, # end of target 'remoting_unittests'
235 ], # end of targets 237 ], # end of targets
236 } 238 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698