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

Unified Diff: components/BUILD.gn

Issue 1303013005: Add more components tests to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests5
Patch Set: Created 5 years, 4 months 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 | « no previous file | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 1f01f375cb5c90db9efde7df2d6abe697ea88dfd..dde68374638d51b35c7029759d28d9f61f81bcd3 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -346,6 +346,7 @@ test("components_unittests") {
"//components/precache/content:unit_tests",
"//components/precache/core:unit_tests",
"//components/proxy_config:unit_tests",
+ "//components/query_parser:unit_tests",
"//components/rappor:unit_tests",
"//components/search:unit_tests",
"//components/search_engines:unit_tests",
@@ -449,6 +450,8 @@ test("components_unittests") {
"//components/network_hints/renderer:unit_tests",
"//components/safe_json:unit_tests",
"//components/scheduler:unit_tests",
+ "//components/visitedlink/test:unit_tests",
+ "//components/web_cache/browser:unit_tests",
]
}
« no previous file with comments | « no previous file | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698