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

Side by Side Diff: chromeos/BUILD.gn

Issue 2889383002: Revert of Make Hands-Off Zero-Touch Enrollment compatibile with tests (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
« 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",
572 ] 570 ]
573 } 571 }
574 572
575 static_library("test_support_without_gmock") { 573 static_library("test_support_without_gmock") {
576 testonly = true 574 testonly = true
577 configs += [ "//build/config/linux/dbus" ] 575 configs += [ "//build/config/linux/dbus" ]
578 deps = [ 576 deps = [
579 ":attestation_proto", 577 ":attestation_proto",
580 ":biod_proto", 578 ":biod_proto",
581 ":chromeos", 579 ":chromeos",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 proto_out_dir = "chromeos/dbus/biod" 775 proto_out_dir = "chromeos/dbus/biod"
778 } 776 }
779 777
780 proto_library("media_perception_proto") { 778 proto_library("media_perception_proto") {
781 sources = [ 779 sources = [
782 "dbus/proto/media_perception.proto", 780 "dbus/proto/media_perception.proto",
783 ] 781 ]
784 782
785 proto_out_dir = "chromeos/media_perception" 783 proto_out_dir = "chromeos/media_perception"
786 } 784 }
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