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

Side by Side Diff: chromeos/BUILD.gn

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "network/managed_network_configuration_handler.cc", 324 "network/managed_network_configuration_handler.cc",
325 "network/managed_network_configuration_handler.h", 325 "network/managed_network_configuration_handler.h",
326 "network/managed_network_configuration_handler_impl.cc", 326 "network/managed_network_configuration_handler_impl.cc",
327 "network/managed_network_configuration_handler_impl.h", 327 "network/managed_network_configuration_handler_impl.h",
328 "network/managed_state.cc", 328 "network/managed_state.cc",
329 "network/managed_state.h", 329 "network/managed_state.h",
330 "network/network_activation_handler.cc", 330 "network/network_activation_handler.cc",
331 "network/network_activation_handler.h", 331 "network/network_activation_handler.h",
332 "network/network_cert_migrator.cc", 332 "network/network_cert_migrator.cc",
333 "network/network_cert_migrator.h", 333 "network/network_cert_migrator.h",
334 "network/network_certificate_handler.cc",
335 "network/network_certificate_handler.h",
334 "network/network_change_notifier_chromeos.cc", 336 "network/network_change_notifier_chromeos.cc",
335 "network/network_change_notifier_chromeos.h", 337 "network/network_change_notifier_chromeos.h",
336 "network/network_change_notifier_factory_chromeos.cc", 338 "network/network_change_notifier_factory_chromeos.cc",
337 "network/network_change_notifier_factory_chromeos.h", 339 "network/network_change_notifier_factory_chromeos.h",
338 "network/network_configuration_handler.cc", 340 "network/network_configuration_handler.cc",
339 "network/network_configuration_handler.h", 341 "network/network_configuration_handler.h",
340 "network/network_configuration_observer.h", 342 "network/network_configuration_observer.h",
341 "network/network_connect.cc", 343 "network/network_connect.cc",
342 "network/network_connect.h", 344 "network/network_connect.h",
343 "network/network_connection_handler.cc", 345 "network/network_connection_handler.cc",
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 } 767 }
766 768
767 proto_library("biod_proto") { 769 proto_library("biod_proto") {
768 sources = [ 770 sources = [
769 "//third_party/cros_system_api/dbus/biod/constants.proto", 771 "//third_party/cros_system_api/dbus/biod/constants.proto",
770 "//third_party/cros_system_api/dbus/biod/messages.proto", 772 "//third_party/cros_system_api/dbus/biod/messages.proto",
771 ] 773 ]
772 774
773 proto_out_dir = "chromeos/dbus/biod" 775 proto_out_dir = "chromeos/dbus/biod"
774 } 776 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698