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

Side by Side Diff: chromeos/BUILD.gn

Issue 2871993005: Copy some x509_certificate_model_nss functions to src/chromeos (Closed)
Patch Set: . Created 3 years, 7 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/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos") 9 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos")
10 10
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "login/auth/test_attempt_state.cc", 295 "login/auth/test_attempt_state.cc",
296 "login/auth/test_attempt_state.h", 296 "login/auth/test_attempt_state.h",
297 "login/auth/user_context.cc", 297 "login/auth/user_context.cc",
298 "login/auth/user_context.h", 298 "login/auth/user_context.h",
299 "login/login_state.cc", 299 "login/login_state.cc",
300 "login/login_state.h", 300 "login/login_state.h",
301 "login_event_recorder.cc", 301 "login_event_recorder.cc",
302 "login_event_recorder.h", 302 "login_event_recorder.h",
303 "network/auto_connect_handler.cc", 303 "network/auto_connect_handler.cc",
304 "network/auto_connect_handler.h", 304 "network/auto_connect_handler.h",
305 "network/certificate_helper.cc",
306 "network/certificate_helper.h",
305 "network/certificate_pattern.cc", 307 "network/certificate_pattern.cc",
306 "network/certificate_pattern.h", 308 "network/certificate_pattern.h",
307 "network/client_cert_resolver.cc", 309 "network/client_cert_resolver.cc",
308 "network/client_cert_resolver.h", 310 "network/client_cert_resolver.h",
309 "network/client_cert_util.cc", 311 "network/client_cert_util.cc",
310 "network/client_cert_util.h", 312 "network/client_cert_util.h",
311 "network/device_state.cc", 313 "network/device_state.cc",
312 "network/device_state.h", 314 "network/device_state.h",
313 "network/dhcp_proxy_script_fetcher_chromeos.cc", 315 "network/dhcp_proxy_script_fetcher_chromeos.cc",
314 "network/dhcp_proxy_script_fetcher_chromeos.h", 316 "network/dhcp_proxy_script_fetcher_chromeos.h",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 "dbus/shill_manager_client_unittest.cc", 647 "dbus/shill_manager_client_unittest.cc",
646 "dbus/shill_profile_client_unittest.cc", 648 "dbus/shill_profile_client_unittest.cc",
647 "dbus/shill_service_client_unittest.cc", 649 "dbus/shill_service_client_unittest.cc",
648 "dbus/shill_third_party_vpn_driver_client_unittest.cc", 650 "dbus/shill_third_party_vpn_driver_client_unittest.cc",
649 "disks/disk_mount_manager_unittest.cc", 651 "disks/disk_mount_manager_unittest.cc",
650 "disks/suspend_unmount_manager_unittest.cc", 652 "disks/suspend_unmount_manager_unittest.cc",
651 "geolocation/simple_geolocation_unittest.cc", 653 "geolocation/simple_geolocation_unittest.cc",
652 "login/auth/key_unittest.cc", 654 "login/auth/key_unittest.cc",
653 "login/login_state_unittest.cc", 655 "login/login_state_unittest.cc",
654 "network/auto_connect_handler_unittest.cc", 656 "network/auto_connect_handler_unittest.cc",
657 "network/certificate_helper_unittest.cc",
655 "network/client_cert_resolver_unittest.cc", 658 "network/client_cert_resolver_unittest.cc",
656 "network/firewall_hole_unittest.cc", 659 "network/firewall_hole_unittest.cc",
657 "network/geolocation_handler_unittest.cc", 660 "network/geolocation_handler_unittest.cc",
658 "network/host_resolver_impl_chromeos_unittest.cc", 661 "network/host_resolver_impl_chromeos_unittest.cc",
659 "network/managed_network_configuration_handler_unittest.cc", 662 "network/managed_network_configuration_handler_unittest.cc",
660 "network/network_cert_migrator_unittest.cc", 663 "network/network_cert_migrator_unittest.cc",
661 "network/network_change_notifier_chromeos_unittest.cc", 664 "network/network_change_notifier_chromeos_unittest.cc",
662 "network/network_configuration_handler_unittest.cc", 665 "network/network_configuration_handler_unittest.cc",
663 "network/network_connect_unittest.cc", 666 "network/network_connect_unittest.cc",
664 "network/network_connection_handler_impl_unittest.cc", 667 "network/network_connection_handler_impl_unittest.cc",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 proto_out_dir = "chromeos/cryptohome" 752 proto_out_dir = "chromeos/cryptohome"
750 } 753 }
751 754
752 proto_library("authpolicy_proto") { 755 proto_library("authpolicy_proto") {
753 sources = [ 756 sources = [
754 "//third_party/cros_system_api/dbus/authpolicy/active_directory_info.proto", 757 "//third_party/cros_system_api/dbus/authpolicy/active_directory_info.proto",
755 ] 758 ]
756 759
757 proto_out_dir = "chromeos/dbus/authpolicy" 760 proto_out_dir = "chromeos/dbus/authpolicy"
758 } 761 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698