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

Side by Side Diff: remoting/remoting_test.gypi

Issue 393703002: Rename *Fake to Fake* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('k') | no next file » | 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'host/branding.cc', 70 'host/branding.cc',
71 'host/branding.h', 71 'host/branding.h',
72 'host/capture_scheduler_unittest.cc', 72 'host/capture_scheduler_unittest.cc',
73 'host/chromoting_host_context_unittest.cc', 73 'host/chromoting_host_context_unittest.cc',
74 'host/chromoting_host_unittest.cc', 74 'host/chromoting_host_unittest.cc',
75 'host/client_session_unittest.cc', 75 'host/client_session_unittest.cc',
76 'host/config_file_watcher_unittest.cc', 76 'host/config_file_watcher_unittest.cc',
77 'host/daemon_process_unittest.cc', 77 'host/daemon_process_unittest.cc',
78 'host/desktop_process_unittest.cc', 78 'host/desktop_process_unittest.cc',
79 'host/desktop_shape_tracker_unittest.cc', 79 'host/desktop_shape_tracker_unittest.cc',
80 'host/fake_host_status_monitor.h',
81 'host/fake_screen_capturer.cc',
82 'host/fake_screen_capturer.h',
80 'host/gnubby_auth_handler_posix_unittest.cc', 83 'host/gnubby_auth_handler_posix_unittest.cc',
81 'host/heartbeat_sender_unittest.cc', 84 'host/heartbeat_sender_unittest.cc',
82 'host/host_change_notification_listener_unittest.cc', 85 'host/host_change_notification_listener_unittest.cc',
83 'host/host_mock_objects.cc', 86 'host/host_mock_objects.cc',
84 'host/host_status_logger_unittest.cc', 87 'host/host_status_logger_unittest.cc',
85 'host/host_status_monitor_fake.h',
86 'host/host_status_sender_unittest.cc', 88 'host/host_status_sender_unittest.cc',
87 'host/ipc_desktop_environment_unittest.cc', 89 'host/ipc_desktop_environment_unittest.cc',
88 'host/it2me/it2me_native_messaging_host_unittest.cc', 90 'host/it2me/it2me_native_messaging_host_unittest.cc',
89 'host/json_host_config_unittest.cc', 91 'host/json_host_config_unittest.cc',
90 'host/linux/audio_pipe_reader_unittest.cc', 92 'host/linux/audio_pipe_reader_unittest.cc',
91 'host/linux/unicode_to_keysym_unittest.cc', 93 'host/linux/unicode_to_keysym_unittest.cc',
92 'host/linux/x_server_clipboard_unittest.cc', 94 'host/linux/x_server_clipboard_unittest.cc',
93 'host/local_input_monitor_unittest.cc', 95 'host/local_input_monitor_unittest.cc',
94 'host/native_messaging/native_messaging_reader_unittest.cc', 96 'host/native_messaging/native_messaging_reader_unittest.cc',
95 'host/native_messaging/native_messaging_writer_unittest.cc', 97 'host/native_messaging/native_messaging_writer_unittest.cc',
96 'host/pairing_registry_delegate_linux_unittest.cc', 98 'host/pairing_registry_delegate_linux_unittest.cc',
97 'host/pairing_registry_delegate_win_unittest.cc', 99 'host/pairing_registry_delegate_win_unittest.cc',
98 'host/pin_hash_unittest.cc', 100 'host/pin_hash_unittest.cc',
99 'host/policy_hack/fake_policy_watcher.cc', 101 'host/policy_hack/fake_policy_watcher.cc',
100 'host/policy_hack/fake_policy_watcher.h', 102 'host/policy_hack/fake_policy_watcher.h',
101 'host/policy_hack/mock_policy_callback.cc', 103 'host/policy_hack/mock_policy_callback.cc',
102 'host/policy_hack/mock_policy_callback.h', 104 'host/policy_hack/mock_policy_callback.h',
103 'host/policy_hack/policy_watcher_unittest.cc', 105 'host/policy_hack/policy_watcher_unittest.cc',
104 'host/register_support_host_request_unittest.cc', 106 'host/register_support_host_request_unittest.cc',
105 'host/remote_input_filter_unittest.cc', 107 'host/remote_input_filter_unittest.cc',
106 'host/resizing_host_observer_unittest.cc', 108 'host/resizing_host_observer_unittest.cc',
107 'host/screen_capturer_fake.cc',
108 'host/screen_capturer_fake.h',
109 'host/screen_resolution_unittest.cc', 109 'host/screen_resolution_unittest.cc',
110 'host/server_log_entry_host_unittest.cc', 110 'host/server_log_entry_host_unittest.cc',
111 'host/setup/me2me_native_messaging_host.cc', 111 'host/setup/me2me_native_messaging_host.cc',
112 'host/setup/me2me_native_messaging_host.h', 112 'host/setup/me2me_native_messaging_host.h',
113 'host/setup/me2me_native_messaging_host_unittest.cc', 113 'host/setup/me2me_native_messaging_host_unittest.cc',
114 'host/setup/oauth_helper_unittest.cc', 114 'host/setup/oauth_helper_unittest.cc',
115 'host/setup/pin_validator_unittest.cc', 115 'host/setup/pin_validator_unittest.cc',
116 'host/shaped_screen_capturer_unittest.cc', 116 'host/shaped_screen_capturer_unittest.cc',
117 'host/token_validator_factory_impl_unittest.cc', 117 'host/token_validator_factory_impl_unittest.cc',
118 'host/video_frame_recorder_unittest.cc', 118 'host/video_frame_recorder_unittest.cc',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 # exclude list. 389 # exclude list.
390 '--exclude-js', '<@(remoting_webapp_unittest_exclude_files)', 390 '--exclude-js', '<@(remoting_webapp_unittest_exclude_files)',
391 '--js', '<@(remoting_webapp_unittest_cases)', 391 '--js', '<@(remoting_webapp_unittest_cases)',
392 '--instrument-js', '<@(remoting_webapp_main_html_js_files)', 392 '--instrument-js', '<@(remoting_webapp_main_html_js_files)',
393 ], 393 ],
394 }, 394 },
395 ], 395 ],
396 }, # end of target 'remoting_webapp_js_unittest' 396 }, # end of target 'remoting_webapp_js_unittest'
397 ], # end of targets 397 ], # end of targets
398 } 398 }
OLDNEW
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698