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

Side by Side Diff: chromeos/BUILD.gn

Issue 2871993005: Copy some x509_certificate_model_nss functions to src/chromeos (Closed)
Patch Set: Handle empty string in Stringize, use OSCertHandle throughout 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
« no previous file with comments | « chrome/browser/chromeos/options/cert_library.cc ('k') | chromeos/network/certificate_helper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "login/auth/test_attempt_state.cc", 296 "login/auth/test_attempt_state.cc",
297 "login/auth/test_attempt_state.h", 297 "login/auth/test_attempt_state.h",
298 "login/auth/user_context.cc", 298 "login/auth/user_context.cc",
299 "login/auth/user_context.h", 299 "login/auth/user_context.h",
300 "login/login_state.cc", 300 "login/login_state.cc",
301 "login/login_state.h", 301 "login/login_state.h",
302 "login_event_recorder.cc", 302 "login_event_recorder.cc",
303 "login_event_recorder.h", 303 "login_event_recorder.h",
304 "network/auto_connect_handler.cc", 304 "network/auto_connect_handler.cc",
305 "network/auto_connect_handler.h", 305 "network/auto_connect_handler.h",
306 "network/certificate_helper.cc",
307 "network/certificate_helper.h",
306 "network/certificate_pattern.cc", 308 "network/certificate_pattern.cc",
307 "network/certificate_pattern.h", 309 "network/certificate_pattern.h",
308 "network/client_cert_resolver.cc", 310 "network/client_cert_resolver.cc",
309 "network/client_cert_resolver.h", 311 "network/client_cert_resolver.h",
310 "network/client_cert_util.cc", 312 "network/client_cert_util.cc",
311 "network/client_cert_util.h", 313 "network/client_cert_util.h",
312 "network/device_state.cc", 314 "network/device_state.cc",
313 "network/device_state.h", 315 "network/device_state.h",
314 "network/dhcp_proxy_script_fetcher_chromeos.cc", 316 "network/dhcp_proxy_script_fetcher_chromeos.cc",
315 "network/dhcp_proxy_script_fetcher_chromeos.h", 317 "network/dhcp_proxy_script_fetcher_chromeos.h",
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "dbus/shill_manager_client_unittest.cc", 651 "dbus/shill_manager_client_unittest.cc",
650 "dbus/shill_profile_client_unittest.cc", 652 "dbus/shill_profile_client_unittest.cc",
651 "dbus/shill_service_client_unittest.cc", 653 "dbus/shill_service_client_unittest.cc",
652 "dbus/shill_third_party_vpn_driver_client_unittest.cc", 654 "dbus/shill_third_party_vpn_driver_client_unittest.cc",
653 "disks/disk_mount_manager_unittest.cc", 655 "disks/disk_mount_manager_unittest.cc",
654 "disks/suspend_unmount_manager_unittest.cc", 656 "disks/suspend_unmount_manager_unittest.cc",
655 "geolocation/simple_geolocation_unittest.cc", 657 "geolocation/simple_geolocation_unittest.cc",
656 "login/auth/key_unittest.cc", 658 "login/auth/key_unittest.cc",
657 "login/login_state_unittest.cc", 659 "login/login_state_unittest.cc",
658 "network/auto_connect_handler_unittest.cc", 660 "network/auto_connect_handler_unittest.cc",
661 "network/certificate_helper_unittest.cc",
659 "network/client_cert_resolver_unittest.cc", 662 "network/client_cert_resolver_unittest.cc",
660 "network/firewall_hole_unittest.cc", 663 "network/firewall_hole_unittest.cc",
661 "network/geolocation_handler_unittest.cc", 664 "network/geolocation_handler_unittest.cc",
662 "network/host_resolver_impl_chromeos_unittest.cc", 665 "network/host_resolver_impl_chromeos_unittest.cc",
663 "network/managed_network_configuration_handler_unittest.cc", 666 "network/managed_network_configuration_handler_unittest.cc",
664 "network/network_cert_migrator_unittest.cc", 667 "network/network_cert_migrator_unittest.cc",
665 "network/network_change_notifier_chromeos_unittest.cc", 668 "network/network_change_notifier_chromeos_unittest.cc",
666 "network/network_configuration_handler_unittest.cc", 669 "network/network_configuration_handler_unittest.cc",
667 "network/network_connect_unittest.cc", 670 "network/network_connect_unittest.cc",
668 "network/network_connection_handler_impl_unittest.cc", 671 "network/network_connection_handler_impl_unittest.cc",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 } 765 }
763 766
764 proto_library("biod_proto") { 767 proto_library("biod_proto") {
765 sources = [ 768 sources = [
766 "//third_party/cros_system_api/dbus/biod/constants.proto", 769 "//third_party/cros_system_api/dbus/biod/constants.proto",
767 "//third_party/cros_system_api/dbus/biod/messages.proto", 770 "//third_party/cros_system_api/dbus/biod/messages.proto",
768 ] 771 ]
769 772
770 proto_out_dir = "chromeos/dbus/biod" 773 proto_out_dir = "chromeos/dbus/biod"
771 } 774 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/options/cert_library.cc ('k') | chromeos/network/certificate_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698