Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: remoting/host/BUILD.gn

Issue 2369193002: [Remoting Host] Select Latest Valid Cert (Closed)
Patch Set: Fix comment Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 "register_support_host_request_unittest.cc", 519 "register_support_host_request_unittest.cc",
520 "remote_input_filter_unittest.cc", 520 "remote_input_filter_unittest.cc",
521 "resizing_host_observer_unittest.cc", 521 "resizing_host_observer_unittest.cc",
522 "resources_unittest.cc", 522 "resources_unittest.cc",
523 "screen_resolution_unittest.cc", 523 "screen_resolution_unittest.cc",
524 "server_log_entry_host_unittest.cc", 524 "server_log_entry_host_unittest.cc",
525 "setup/me2me_native_messaging_host_unittest.cc", 525 "setup/me2me_native_messaging_host_unittest.cc",
526 "setup/oauth_helper_unittest.cc", 526 "setup/oauth_helper_unittest.cc",
527 "setup/pin_validator_unittest.cc", 527 "setup/pin_validator_unittest.cc",
528 "third_party_auth_config_unittest.cc", 528 "third_party_auth_config_unittest.cc",
529 "token_validator_base_unittest.cc",
529 "token_validator_factory_impl_unittest.cc", 530 "token_validator_factory_impl_unittest.cc",
530 "touch_injector_win_unittest.cc", 531 "touch_injector_win_unittest.cc",
531 ] 532 ]
532 533
533 if (!use_x11 && is_linux) { 534 if (!use_x11 && is_linux) {
534 sources -= [ "linux/unicode_to_keysym_unittest.cc" ] 535 sources -= [ "linux/unicode_to_keysym_unittest.cc" ]
535 } 536 }
536 if (use_ozone || is_chromeos) { 537 if (use_ozone || is_chromeos) {
537 sources -= [ "local_input_monitor_unittest.cc" ] 538 sources -= [ "local_input_monitor_unittest.cc" ]
538 } 539 }
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 "mac/me2me_preference_pane_disable.xib", 1370 "mac/me2me_preference_pane_disable.xib",
1370 1371
1371 #"mac/me2me_preference_pane-Info.plist", 1372 #"mac/me2me_preference_pane-Info.plist",
1372 ] 1373 ]
1373 } 1374 }
1374 } else { 1375 } else {
1375 group("remoting_me2me_host_archive") { 1376 group("remoting_me2me_host_archive") {
1376 } 1377 }
1377 } 1378 }
1378 } 1379 }
OLDNEW
« no previous file with comments | « no previous file | remoting/host/token_validator_base.h » ('j') | remoting/host/token_validator_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698