| 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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 "register_support_host_request_unittest.cc", | 518 "register_support_host_request_unittest.cc", |
| 519 "remote_input_filter_unittest.cc", | 519 "remote_input_filter_unittest.cc", |
| 520 "resizing_host_observer_unittest.cc", | 520 "resizing_host_observer_unittest.cc", |
| 521 "resources_unittest.cc", | 521 "resources_unittest.cc", |
| 522 "screen_resolution_unittest.cc", | 522 "screen_resolution_unittest.cc", |
| 523 "server_log_entry_host_unittest.cc", | 523 "server_log_entry_host_unittest.cc", |
| 524 "setup/me2me_native_messaging_host_unittest.cc", | 524 "setup/me2me_native_messaging_host_unittest.cc", |
| 525 "setup/oauth_helper_unittest.cc", | 525 "setup/oauth_helper_unittest.cc", |
| 526 "setup/pin_validator_unittest.cc", | 526 "setup/pin_validator_unittest.cc", |
| 527 "third_party_auth_config_unittest.cc", | 527 "third_party_auth_config_unittest.cc", |
| 528 "token_validator_base_unittest.cc", |
| 528 "token_validator_factory_impl_unittest.cc", | 529 "token_validator_factory_impl_unittest.cc", |
| 529 "touch_injector_win_unittest.cc", | 530 "touch_injector_win_unittest.cc", |
| 530 ] | 531 ] |
| 531 | 532 |
| 532 if (!use_x11 && is_linux) { | 533 if (!use_x11 && is_linux) { |
| 533 sources -= [ "linux/unicode_to_keysym_unittest.cc" ] | 534 sources -= [ "linux/unicode_to_keysym_unittest.cc" ] |
| 534 } | 535 } |
| 535 if (use_ozone || is_chromeos) { | 536 if (use_ozone || is_chromeos) { |
| 536 sources -= [ "local_input_monitor_unittest.cc" ] | 537 sources -= [ "local_input_monitor_unittest.cc" ] |
| 537 } | 538 } |
| (...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1368 "mac/me2me_preference_pane_disable.xib", | 1369 "mac/me2me_preference_pane_disable.xib", |
| 1369 | 1370 |
| 1370 #"mac/me2me_preference_pane-Info.plist", | 1371 #"mac/me2me_preference_pane-Info.plist", |
| 1371 ] | 1372 ] |
| 1372 } | 1373 } |
| 1373 } else { | 1374 } else { |
| 1374 group("remoting_me2me_host_archive") { | 1375 group("remoting_me2me_host_archive") { |
| 1375 } | 1376 } |
| 1376 } | 1377 } |
| 1377 } | 1378 } |
| OLD | NEW |