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

Side by Side Diff: chromeos/BUILD.gn

Issue 2870203003: Make Hands-Off Zero-Touch Enrollment compatibile with tests (Closed)
Patch Set: Make Hands-Off Zero-Touch Enrollment compatibile with tests 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/test/BUILD.gn ('k') | chromeos/network/portal_detector/mock_network_portal_detector.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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "network/fake_network_device_handler.cc", 560 "network/fake_network_device_handler.cc",
561 "network/fake_network_device_handler.h", 561 "network/fake_network_device_handler.h",
562 "network/mock_managed_network_configuration_handler.cc", 562 "network/mock_managed_network_configuration_handler.cc",
563 "network/mock_managed_network_configuration_handler.h", 563 "network/mock_managed_network_configuration_handler.h",
564 "network/mock_network_device_handler.cc", 564 "network/mock_network_device_handler.cc",
565 "network/mock_network_device_handler.h", 565 "network/mock_network_device_handler.h",
566 "network/network_state_test.cc", 566 "network/network_state_test.cc",
567 "network/network_state_test.h", 567 "network/network_state_test.h",
568 "network/onc/onc_test_utils.cc", 568 "network/onc/onc_test_utils.cc",
569 "network/onc/onc_test_utils.h", 569 "network/onc/onc_test_utils.h",
570 "network/portal_detector/mock_network_portal_detector.cc",
571 "network/portal_detector/mock_network_portal_detector.h",
570 ] 572 ]
571 } 573 }
572 574
573 static_library("test_support_without_gmock") { 575 static_library("test_support_without_gmock") {
574 testonly = true 576 testonly = true
575 configs += [ "//build/config/linux/dbus" ] 577 configs += [ "//build/config/linux/dbus" ]
576 deps = [ 578 deps = [
577 ":attestation_proto", 579 ":attestation_proto",
578 ":biod_proto", 580 ":biod_proto",
579 ":chromeos", 581 ":chromeos",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 proto_out_dir = "chromeos/dbus/biod" 777 proto_out_dir = "chromeos/dbus/biod"
776 } 778 }
777 779
778 proto_library("media_perception_proto") { 780 proto_library("media_perception_proto") {
779 sources = [ 781 sources = [
780 "dbus/proto/media_perception.proto", 782 "dbus/proto/media_perception.proto",
781 ] 783 ]
782 784
783 proto_out_dir = "chromeos/media_perception" 785 proto_out_dir = "chromeos/media_perception"
784 } 786 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chromeos/network/portal_detector/mock_network_portal_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698