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

Side by Side Diff: chromeos/BUILD.gn

Issue 2894783003: 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "network/fake_network_device_handler.cc", 562 "network/fake_network_device_handler.cc",
563 "network/fake_network_device_handler.h", 563 "network/fake_network_device_handler.h",
564 "network/mock_managed_network_configuration_handler.cc", 564 "network/mock_managed_network_configuration_handler.cc",
565 "network/mock_managed_network_configuration_handler.h", 565 "network/mock_managed_network_configuration_handler.h",
566 "network/mock_network_device_handler.cc", 566 "network/mock_network_device_handler.cc",
567 "network/mock_network_device_handler.h", 567 "network/mock_network_device_handler.h",
568 "network/network_state_test.cc", 568 "network/network_state_test.cc",
569 "network/network_state_test.h", 569 "network/network_state_test.h",
570 "network/onc/onc_test_utils.cc", 570 "network/onc/onc_test_utils.cc",
571 "network/onc/onc_test_utils.h", 571 "network/onc/onc_test_utils.h",
572 "network/portal_detector/mock_network_portal_detector.cc",
573 "network/portal_detector/mock_network_portal_detector.h",
572 ] 574 ]
573 } 575 }
574 576
575 static_library("test_support_without_gmock") { 577 static_library("test_support_without_gmock") {
576 testonly = true 578 testonly = true
577 configs += [ "//build/config/linux/dbus" ] 579 configs += [ "//build/config/linux/dbus" ]
578 deps = [ 580 deps = [
579 ":attestation_proto", 581 ":attestation_proto",
580 ":biod_proto", 582 ":biod_proto",
581 ":chromeos", 583 ":chromeos",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 proto_out_dir = "chromeos/dbus/biod" 780 proto_out_dir = "chromeos/dbus/biod"
779 } 781 }
780 782
781 proto_library("media_perception_proto") { 783 proto_library("media_perception_proto") {
782 sources = [ 784 sources = [
783 "dbus/proto/media_perception.proto", 785 "dbus/proto/media_perception.proto",
784 ] 786 ]
785 787
786 proto_out_dir = "chromeos/media_perception" 788 proto_out_dir = "chromeos/media_perception"
787 } 789 }
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