| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 sources -= [ | 346 sources -= [ |
| 343 "clipboard_x11.cc", | 347 "clipboard_x11.cc", |
| 344 "desktop_resizer_x11.cc", | 348 "desktop_resizer_x11.cc", |
| 345 "input_injector_x11.cc", | 349 "input_injector_x11.cc", |
| 346 "local_input_monitor_x11.cc", | 350 "local_input_monitor_x11.cc", |
| 347 ] | 351 ] |
| 348 if (is_linux) { | 352 if (is_linux) { |
| 349 # These will already be filtered out on non-Linux. | 353 # These will already be filtered out on non-Linux. |
| 350 sources -= [ | 354 sources -= [ |
| 351 "linux/unicode_to_keysym.cc", | 355 "linux/unicode_to_keysym.cc", |
| 356 "linux/x11_keyboard_impl.cc", |
| 357 "linux/x11_keyboard_impl.h", |
| 352 "linux/x11_util.cc", | 358 "linux/x11_util.cc", |
| 353 "linux/x_server_clipboard.cc", | 359 "linux/x_server_clipboard.cc", |
| 354 "linux/x_server_clipboard.h", | 360 "linux/x_server_clipboard.h", |
| 355 ] | 361 ] |
| 356 } | 362 } |
| 357 } | 363 } |
| 358 | 364 |
| 359 if (!use_ozone) { | 365 if (!use_ozone) { |
| 360 sources -= [ "desktop_resizer_ozone.cc" ] | 366 sources -= [ "desktop_resizer_ozone.cc" ] |
| 361 } | 367 } |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "host_extension_session_manager_unittest.cc", | 505 "host_extension_session_manager_unittest.cc", |
| 500 "host_power_save_blocker_unittest.cc", | 506 "host_power_save_blocker_unittest.cc", |
| 501 "host_status_logger_unittest.cc", | 507 "host_status_logger_unittest.cc", |
| 502 "ipc_desktop_environment_unittest.cc", | 508 "ipc_desktop_environment_unittest.cc", |
| 503 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", | 509 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", |
| 504 "it2me/it2me_host_unittest.cc", | 510 "it2me/it2me_host_unittest.cc", |
| 505 "it2me/it2me_native_messaging_host_unittest.cc", | 511 "it2me/it2me_native_messaging_host_unittest.cc", |
| 506 "linux/audio_pipe_reader_unittest.cc", | 512 "linux/audio_pipe_reader_unittest.cc", |
| 507 "linux/certificate_watcher_unittest.cc", | 513 "linux/certificate_watcher_unittest.cc", |
| 508 "linux/unicode_to_keysym_unittest.cc", | 514 "linux/unicode_to_keysym_unittest.cc", |
| 515 "linux/x11_character_injector_unittest.cc", |
| 509 "linux/x_server_clipboard_unittest.cc", | 516 "linux/x_server_clipboard_unittest.cc", |
| 510 "local_input_monitor_unittest.cc", | 517 "local_input_monitor_unittest.cc", |
| 511 "mouse_cursor_monitor_proxy_unittest.cc", | 518 "mouse_cursor_monitor_proxy_unittest.cc", |
| 512 "mouse_shape_pump_unittest.cc", | 519 "mouse_shape_pump_unittest.cc", |
| 513 "native_messaging/native_messaging_reader_unittest.cc", | 520 "native_messaging/native_messaging_reader_unittest.cc", |
| 514 "native_messaging/native_messaging_writer_unittest.cc", | 521 "native_messaging/native_messaging_writer_unittest.cc", |
| 515 "pairing_registry_delegate_linux_unittest.cc", | 522 "pairing_registry_delegate_linux_unittest.cc", |
| 516 "pairing_registry_delegate_win_unittest.cc", | 523 "pairing_registry_delegate_win_unittest.cc", |
| 517 "pin_hash_unittest.cc", | 524 "pin_hash_unittest.cc", |
| 518 "policy_watcher_unittest.cc", | 525 "policy_watcher_unittest.cc", |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 "mac/me2me_preference_pane_disable.xib", | 1376 "mac/me2me_preference_pane_disable.xib", |
| 1370 | 1377 |
| 1371 #"mac/me2me_preference_pane-Info.plist", | 1378 #"mac/me2me_preference_pane-Info.plist", |
| 1372 ] | 1379 ] |
| 1373 } | 1380 } |
| 1374 } else { | 1381 } else { |
| 1375 group("remoting_me2me_host_archive") { | 1382 group("remoting_me2me_host_archive") { |
| 1376 } | 1383 } |
| 1377 } | 1384 } |
| 1378 } | 1385 } |
| OLD | NEW |