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

Unified Diff: chromeos/BUILD.gn

Issue 1927133003: Check includes in src/chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 13112ff4180149b6d9c7f1480462862564118337..6529b179eb4b5b685d17b86229b26112d7cf44d4 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -39,6 +39,7 @@ component("chromeos") {
"//crypto",
"//crypto:platform",
"//google_apis",
+ "//net",
"//third_party/icu",
"//third_party/libxml",
"//third_party/protobuf:protobuf_lite",
@@ -63,8 +64,15 @@ static_library("test_support") {
":chromeos",
":cryptohome_proto",
":power_manager_proto",
+ ]
+ deps = [
":test_support_without_gmock",
+ "//components/signin/core/account_id",
+ "//dbus:test_support",
+ "//google_apis",
+ "//net:test_support",
"//testing/gmock",
+ "//testing/gtest",
]
sources = [
"attestation/mock_attestation_flow.cc",
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698