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

Unified Diff: components/crx_file/BUILD.gn

Issue 756233002: Add more components unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « components/component_updater/BUILD.gn ('k') | components/data_reduction_proxy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « components/component_updater/BUILD.gn ('k') | components/data_reduction_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698