Index: components/crx_file/BUILD.gn |
diff --git a/components/crx_file/BUILD.gn b/components/crx_file/BUILD.gn |
index 701bcb9aad0d620138bb2647b26daba7f3f61212..ab04a23e5e6ab38625d6955f5eb23076258d4579 100644 |
--- a/components/crx_file/BUILD.gn |
+++ b/components/crx_file/BUILD.gn |
@@ -13,6 +13,7 @@ source_set("crx_file") { |
deps = [ |
"//base", |
+ "//crypto", |
] |
} |
@@ -24,6 +25,7 @@ source_set("unit_tests") { |
deps = [ |
":crx_file", |
+ "//base", |
"//testing/gtest", |
] |
} |