| 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_key_mapper.cc", |
| 214 "linux/x11_key_mapper.h", |
| 215 "linux/x11_keyboard_impl.cc", |
| 216 "linux/x11_keyboard_impl.h", |
| 211 "linux/x11_util.cc", | 217 "linux/x11_util.cc", |
| 212 "linux/x11_util.h", | 218 "linux/x11_util.h", |
| 213 "linux/x_server_clipboard.cc", | 219 "linux/x_server_clipboard.cc", |
| 214 "linux/x_server_clipboard.h", | 220 "linux/x_server_clipboard.h", |
| 215 "local_input_monitor.h", | 221 "local_input_monitor.h", |
| 216 "local_input_monitor_chromeos.cc", | 222 "local_input_monitor_chromeos.cc", |
| 217 "local_input_monitor_mac.mm", | 223 "local_input_monitor_mac.mm", |
| 218 "local_input_monitor_win.cc", | 224 "local_input_monitor_win.cc", |
| 219 "local_input_monitor_x11.cc", | 225 "local_input_monitor_x11.cc", |
| 220 "logging.h", | 226 "logging.h", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 "fake_host_extension.cc", | 449 "fake_host_extension.cc", |
| 444 "fake_host_extension.h", | 450 "fake_host_extension.h", |
| 445 "fake_host_status_monitor.h", | 451 "fake_host_status_monitor.h", |
| 446 "fake_host_status_monitor.h", | 452 "fake_host_status_monitor.h", |
| 447 "fake_mouse_cursor_monitor.cc", | 453 "fake_mouse_cursor_monitor.cc", |
| 448 "fake_mouse_cursor_monitor.h", | 454 "fake_mouse_cursor_monitor.h", |
| 449 "fake_oauth_token_getter.cc", | 455 "fake_oauth_token_getter.cc", |
| 450 "fake_oauth_token_getter.h", | 456 "fake_oauth_token_getter.h", |
| 451 "host_mock_objects.cc", | 457 "host_mock_objects.cc", |
| 452 "host_mock_objects.h", | 458 "host_mock_objects.h", |
| 459 "linux/mock_x11_keyboard.cc", |
| 460 "linux/mock_x11_keyboard.h", |
| 453 "setup/mock_oauth_client.cc", | 461 "setup/mock_oauth_client.cc", |
| 454 "setup/mock_oauth_client.h", | 462 "setup/mock_oauth_client.h", |
| 455 ] | 463 ] |
| 456 | 464 |
| 457 configs += [ "//remoting/build/config:version" ] | 465 configs += [ "//remoting/build/config:version" ] |
| 458 | 466 |
| 459 deps = [ | 467 deps = [ |
| 460 "//remoting/proto", | 468 "//remoting/proto", |
| 461 "//testing/gmock", | 469 "//testing/gmock", |
| 462 "//testing/gtest", | 470 "//testing/gtest", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "host_extension_session_manager_unittest.cc", | 507 "host_extension_session_manager_unittest.cc", |
| 500 "host_power_save_blocker_unittest.cc", | 508 "host_power_save_blocker_unittest.cc", |
| 501 "host_status_logger_unittest.cc", | 509 "host_status_logger_unittest.cc", |
| 502 "ipc_desktop_environment_unittest.cc", | 510 "ipc_desktop_environment_unittest.cc", |
| 503 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", | 511 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", |
| 504 "it2me/it2me_host_unittest.cc", | 512 "it2me/it2me_host_unittest.cc", |
| 505 "it2me/it2me_native_messaging_host_unittest.cc", | 513 "it2me/it2me_native_messaging_host_unittest.cc", |
| 506 "linux/audio_pipe_reader_unittest.cc", | 514 "linux/audio_pipe_reader_unittest.cc", |
| 507 "linux/certificate_watcher_unittest.cc", | 515 "linux/certificate_watcher_unittest.cc", |
| 508 "linux/unicode_to_keysym_unittest.cc", | 516 "linux/unicode_to_keysym_unittest.cc", |
| 517 "linux/x11_key_mapper_unittest.cc", |
| 509 "linux/x_server_clipboard_unittest.cc", | 518 "linux/x_server_clipboard_unittest.cc", |
| 510 "local_input_monitor_unittest.cc", | 519 "local_input_monitor_unittest.cc", |
| 511 "mouse_cursor_monitor_proxy_unittest.cc", | 520 "mouse_cursor_monitor_proxy_unittest.cc", |
| 512 "mouse_shape_pump_unittest.cc", | 521 "mouse_shape_pump_unittest.cc", |
| 513 "native_messaging/native_messaging_reader_unittest.cc", | 522 "native_messaging/native_messaging_reader_unittest.cc", |
| 514 "native_messaging/native_messaging_writer_unittest.cc", | 523 "native_messaging/native_messaging_writer_unittest.cc", |
| 515 "pairing_registry_delegate_linux_unittest.cc", | 524 "pairing_registry_delegate_linux_unittest.cc", |
| 516 "pairing_registry_delegate_win_unittest.cc", | 525 "pairing_registry_delegate_win_unittest.cc", |
| 517 "pin_hash_unittest.cc", | 526 "pin_hash_unittest.cc", |
| 518 "policy_watcher_unittest.cc", | 527 "policy_watcher_unittest.cc", |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 "mac/me2me_preference_pane_disable.xib", | 1378 "mac/me2me_preference_pane_disable.xib", |
| 1370 | 1379 |
| 1371 #"mac/me2me_preference_pane-Info.plist", | 1380 #"mac/me2me_preference_pane-Info.plist", |
| 1372 ] | 1381 ] |
| 1373 } | 1382 } |
| 1374 } else { | 1383 } else { |
| 1375 group("remoting_me2me_host_archive") { | 1384 group("remoting_me2me_host_archive") { |
| 1376 } | 1385 } |
| 1377 } | 1386 } |
| 1378 } | 1387 } |
| OLD | NEW |