| 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/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//build/config/win/manifest.gni") | 7 import("//build/config/win/manifest.gni") |
| 8 import("//build/util/version.gni") | 8 import("//build/util/version.gni") |
| 9 import("//chrome/version.gni") | 9 import("//chrome/version.gni") |
| 10 import("//remoting/remoting_enable.gni") | 10 import("//remoting/remoting_enable.gni") |
| (...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 "gcd_rest_client_unittest.cc", | 619 "gcd_rest_client_unittest.cc", |
| 620 "gcd_state_updater_unittest.cc", | 620 "gcd_state_updater_unittest.cc", |
| 621 "heartbeat_sender_unittest.cc", | 621 "heartbeat_sender_unittest.cc", |
| 622 "host_change_notification_listener_unittest.cc", | 622 "host_change_notification_listener_unittest.cc", |
| 623 "host_config_unittest.cc", | 623 "host_config_unittest.cc", |
| 624 "host_extension_session_manager_unittest.cc", | 624 "host_extension_session_manager_unittest.cc", |
| 625 "host_power_save_blocker_unittest.cc", | 625 "host_power_save_blocker_unittest.cc", |
| 626 "host_status_logger_unittest.cc", | 626 "host_status_logger_unittest.cc", |
| 627 "ipc_desktop_environment_unittest.cc", | 627 "ipc_desktop_environment_unittest.cc", |
| 628 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", | 628 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", |
| 629 "it2me/it2me_host_unittest.cc", |
| 629 "it2me/it2me_native_messaging_host_unittest.cc", | 630 "it2me/it2me_native_messaging_host_unittest.cc", |
| 630 "linux/audio_pipe_reader_unittest.cc", | 631 "linux/audio_pipe_reader_unittest.cc", |
| 631 "linux/certificate_watcher_unittest.cc", | 632 "linux/certificate_watcher_unittest.cc", |
| 632 "linux/unicode_to_keysym_unittest.cc", | 633 "linux/unicode_to_keysym_unittest.cc", |
| 633 "linux/x_server_clipboard_unittest.cc", | 634 "linux/x_server_clipboard_unittest.cc", |
| 634 "local_input_monitor_unittest.cc", | 635 "local_input_monitor_unittest.cc", |
| 635 "mouse_cursor_monitor_proxy_unittest.cc", | 636 "mouse_cursor_monitor_proxy_unittest.cc", |
| 636 "mouse_shape_pump_unittest.cc", | 637 "mouse_shape_pump_unittest.cc", |
| 637 "native_messaging/native_messaging_reader_unittest.cc", | 638 "native_messaging/native_messaging_reader_unittest.cc", |
| 638 "native_messaging/native_messaging_writer_unittest.cc", | 639 "native_messaging/native_messaging_writer_unittest.cc", |
| (...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1982 root_build_dir), | 1983 root_build_dir), |
| 1983 rebase_path(outputs[0], root_build_dir), | 1984 rebase_path(outputs[0], root_build_dir), |
| 1984 ] | 1985 ] |
| 1985 } | 1986 } |
| 1986 } else { | 1987 } else { |
| 1987 group("remoting_host_installation") { | 1988 group("remoting_host_installation") { |
| 1988 } | 1989 } |
| 1989 } | 1990 } |
| 1990 } | 1991 } |
| 1991 } | 1992 } |
| OLD | NEW |