| 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 "gcd_rest_client_unittest.cc", | 603 "gcd_rest_client_unittest.cc", |
| 604 "gcd_state_updater_unittest.cc", | 604 "gcd_state_updater_unittest.cc", |
| 605 "heartbeat_sender_unittest.cc", | 605 "heartbeat_sender_unittest.cc", |
| 606 "host_change_notification_listener_unittest.cc", | 606 "host_change_notification_listener_unittest.cc", |
| 607 "host_config_unittest.cc", | 607 "host_config_unittest.cc", |
| 608 "host_extension_session_manager_unittest.cc", | 608 "host_extension_session_manager_unittest.cc", |
| 609 "host_power_save_blocker_unittest.cc", | 609 "host_power_save_blocker_unittest.cc", |
| 610 "host_status_logger_unittest.cc", | 610 "host_status_logger_unittest.cc", |
| 611 "ipc_desktop_environment_unittest.cc", | 611 "ipc_desktop_environment_unittest.cc", |
| 612 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", | 612 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", |
| 613 "it2me/it2me_host_unittest.cc", |
| 613 "it2me/it2me_native_messaging_host_unittest.cc", | 614 "it2me/it2me_native_messaging_host_unittest.cc", |
| 614 "linux/audio_pipe_reader_unittest.cc", | 615 "linux/audio_pipe_reader_unittest.cc", |
| 615 "linux/certificate_watcher_unittest.cc", | 616 "linux/certificate_watcher_unittest.cc", |
| 616 "linux/unicode_to_keysym_unittest.cc", | 617 "linux/unicode_to_keysym_unittest.cc", |
| 617 "linux/x_server_clipboard_unittest.cc", | 618 "linux/x_server_clipboard_unittest.cc", |
| 618 "local_input_monitor_unittest.cc", | 619 "local_input_monitor_unittest.cc", |
| 619 "mouse_cursor_monitor_proxy_unittest.cc", | 620 "mouse_cursor_monitor_proxy_unittest.cc", |
| 620 "mouse_shape_pump_unittest.cc", | 621 "mouse_shape_pump_unittest.cc", |
| 621 "native_messaging/native_messaging_reader_unittest.cc", | 622 "native_messaging/native_messaging_reader_unittest.cc", |
| 622 "native_messaging/native_messaging_writer_unittest.cc", | 623 "native_messaging/native_messaging_writer_unittest.cc", |
| (...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1963 root_build_dir), | 1964 root_build_dir), |
| 1964 rebase_path(outputs[0], root_build_dir), | 1965 rebase_path(outputs[0], root_build_dir), |
| 1965 ] | 1966 ] |
| 1966 } | 1967 } |
| 1967 } else { | 1968 } else { |
| 1968 group("remoting_host_installation") { | 1969 group("remoting_host_installation") { |
| 1969 } | 1970 } |
| 1970 } | 1971 } |
| 1971 } | 1972 } |
| 1972 } | 1973 } |
| OLD | NEW |