| 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 import("//build/util/process_version.gni") | 5 import("//build/util/process_version.gni") |
| 6 import("//remoting/build/config/remoting_build.gni") | 6 import("//remoting/build/config/remoting_build.gni") |
| 7 | 7 |
| 8 group("all_tests") { | 8 group("all_tests") { |
| 9 testonly = true | 9 testonly = true |
| 10 | 10 |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "ipc_video_frame_capturer.cc", | 201 "ipc_video_frame_capturer.cc", |
| 202 "ipc_video_frame_capturer.h", | 202 "ipc_video_frame_capturer.h", |
| 203 "it2me_desktop_environment.cc", | 203 "it2me_desktop_environment.cc", |
| 204 "it2me_desktop_environment.h", | 204 "it2me_desktop_environment.h", |
| 205 "linux/audio_pipe_reader.cc", | 205 "linux/audio_pipe_reader.cc", |
| 206 "linux/audio_pipe_reader.h", | 206 "linux/audio_pipe_reader.h", |
| 207 "linux/certificate_watcher.cc", | 207 "linux/certificate_watcher.cc", |
| 208 "linux/certificate_watcher.h", | 208 "linux/certificate_watcher.h", |
| 209 "linux/unicode_to_keysym.cc", | 209 "linux/unicode_to_keysym.cc", |
| 210 "linux/unicode_to_keysym.h", | 210 "linux/unicode_to_keysym.h", |
| 211 "linux/x11_character_injector.cc", |
| 212 "linux/x11_character_injector.h", |
| 213 "linux/x11_keyboard_impl.cc", |
| 214 "linux/x11_keyboard_impl.h", |
| 211 "linux/x11_util.cc", | 215 "linux/x11_util.cc", |
| 212 "linux/x11_util.h", | 216 "linux/x11_util.h", |
| 213 "linux/x_server_clipboard.cc", | 217 "linux/x_server_clipboard.cc", |
| 214 "linux/x_server_clipboard.h", | 218 "linux/x_server_clipboard.h", |
| 215 "local_input_monitor.h", | 219 "local_input_monitor.h", |
| 216 "local_input_monitor_chromeos.cc", | 220 "local_input_monitor_chromeos.cc", |
| 217 "local_input_monitor_mac.mm", | 221 "local_input_monitor_mac.mm", |
| 218 "local_input_monitor_win.cc", | 222 "local_input_monitor_win.cc", |
| 219 "local_input_monitor_x11.cc", | 223 "local_input_monitor_x11.cc", |
| 220 "logging.h", | 224 "logging.h", |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "host_extension_session_manager_unittest.cc", | 503 "host_extension_session_manager_unittest.cc", |
| 500 "host_power_save_blocker_unittest.cc", | 504 "host_power_save_blocker_unittest.cc", |
| 501 "host_status_logger_unittest.cc", | 505 "host_status_logger_unittest.cc", |
| 502 "ipc_desktop_environment_unittest.cc", | 506 "ipc_desktop_environment_unittest.cc", |
| 503 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", | 507 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", |
| 504 "it2me/it2me_host_unittest.cc", | 508 "it2me/it2me_host_unittest.cc", |
| 505 "it2me/it2me_native_messaging_host_unittest.cc", | 509 "it2me/it2me_native_messaging_host_unittest.cc", |
| 506 "linux/audio_pipe_reader_unittest.cc", | 510 "linux/audio_pipe_reader_unittest.cc", |
| 507 "linux/certificate_watcher_unittest.cc", | 511 "linux/certificate_watcher_unittest.cc", |
| 508 "linux/unicode_to_keysym_unittest.cc", | 512 "linux/unicode_to_keysym_unittest.cc", |
| 513 "linux/x11_character_injector_unittest.cc", |
| 509 "linux/x_server_clipboard_unittest.cc", | 514 "linux/x_server_clipboard_unittest.cc", |
| 510 "local_input_monitor_unittest.cc", | 515 "local_input_monitor_unittest.cc", |
| 511 "mouse_cursor_monitor_proxy_unittest.cc", | 516 "mouse_cursor_monitor_proxy_unittest.cc", |
| 512 "mouse_shape_pump_unittest.cc", | 517 "mouse_shape_pump_unittest.cc", |
| 513 "native_messaging/native_messaging_reader_unittest.cc", | 518 "native_messaging/native_messaging_reader_unittest.cc", |
| 514 "native_messaging/native_messaging_writer_unittest.cc", | 519 "native_messaging/native_messaging_writer_unittest.cc", |
| 515 "pairing_registry_delegate_linux_unittest.cc", | 520 "pairing_registry_delegate_linux_unittest.cc", |
| 516 "pairing_registry_delegate_win_unittest.cc", | 521 "pairing_registry_delegate_win_unittest.cc", |
| 517 "pin_hash_unittest.cc", | 522 "pin_hash_unittest.cc", |
| 518 "policy_watcher_unittest.cc", | 523 "policy_watcher_unittest.cc", |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 "mac/me2me_preference_pane_disable.xib", | 1374 "mac/me2me_preference_pane_disable.xib", |
| 1370 | 1375 |
| 1371 #"mac/me2me_preference_pane-Info.plist", | 1376 #"mac/me2me_preference_pane-Info.plist", |
| 1372 ] | 1377 ] |
| 1373 } | 1378 } |
| 1374 } else { | 1379 } else { |
| 1375 group("remoting_me2me_host_archive") { | 1380 group("remoting_me2me_host_archive") { |
| 1376 } | 1381 } |
| 1377 } | 1382 } |
| 1378 } | 1383 } |
| OLD | NEW |