summaryrefslogtreecommitdiffstats
path: root/components/crx_file
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2014-11-26 10:38:55 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-26 18:39:19 +0000
commit462851f7ef02d8481a8225decfd940c8498b9485 (patch)
tree8faaeb0031d3eac527f3495e909f6e87c0353251 /components/crx_file
parent9548243fca6a3524694de5683a4486d70837d968 (diff)
downloadchromium_src-462851f7ef02d8481a8225decfd940c8498b9485.zip
chromium_src-462851f7ef02d8481a8225decfd940c8498b9485.tar.gz
chromium_src-462851f7ef02d8481a8225decfd940c8498b9485.tar.bz2
Add more components unittests to the GN build.
Add lots of missing dependencies identified by "gn check" in both the GN and GYP builds. Review URL: https://codereview.chromium.org/756233002 Cr-Commit-Position: refs/heads/master@{#305841}
Diffstat (limited to 'components/crx_file')
-rw-r--r--components/crx_file/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/crx_file/BUILD.gn b/components/crx_file/BUILD.gn
index 701bcb9..ab04a23 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",
]
}