Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 06b17e990b9bc20101c54949a224f0571e436a72..ff8d7817ceaf3943280b5b77c57eea371f20fafd 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1122,6 +1122,10 @@ source_set("protect_file_posix") { |
sources = [ |
"files/protect_file_posix.cc", |
] |
+ |
+ deps = [ |
+ "//base", |
+ ] |
} |
test("base_unittests") { |
@@ -1367,6 +1371,7 @@ test("base_unittests") { |
"//base/test:run_all_unittests", |
"//base/test:test_support", |
"//base/third_party/dynamic_annotations", |
+ "//base/third_party/nspr", |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/icu", |