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

Unified Diff: components/component_updater/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.gypi ('k') | components/crx_file/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/BUILD.gn
diff --git a/components/component_updater/BUILD.gn b/components/component_updater/BUILD.gn
index c6930881c640dcf3c833951785aaa511f2bfa3a0..e8f6b7daca678529b2c60db12775a677092e038b 100644
--- a/components/component_updater/BUILD.gn
+++ b/components/component_updater/BUILD.gn
@@ -50,10 +50,11 @@ source_set("component_updater") {
"//third_party/zlib:zip",
"//net",
"//ui/base",
+ "//url",
]
}
-static_library("test_support") {
+source_set("test_support") {
testonly = true
sources = [
"test/test_configurator.cc",
@@ -66,8 +67,11 @@ static_library("test_support") {
deps = [
":component_updater",
+ "//base",
+ "//net:test_support",
"//testing/gtest",
"//testing/gmock",
+ "//url",
]
}
@@ -85,6 +89,9 @@ source_set("unit_tests") {
deps = [
":component_updater",
":test_support",
+ "//base",
+ "//courgette:courgette_lib",
+ "//net:test_support",
"//testing/gtest",
"//testing/gmock",
"//third_party/libxml",
« no previous file with comments | « components/component_updater.gypi ('k') | components/crx_file/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698