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

Unified Diff: components/BUILD.gn

Issue 406683004: Add more components tests to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/bookmarks/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 6d5203d3af8f85ce435a5e8c927c46e881d1445f..9e87a75b8083d47a6bf3f1f0c3ba16a67f745b70 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -167,8 +167,17 @@ test("components_unittests") {
"//components/autofill/content/browser:unit_tests",
"//components/autofill/core/browser:unit_tests",
"//components/autofill/core/common:unit_tests",
+ "//components/bookmarks/browser:unit_tests",
+ "//components/captive_portal:unit_tests",
+ "//components/cloud_devices/common:unit_tests",
+ "//components/data_reduction_proxy/browser:unit_tests",
+ "//components/data_reduction_proxy/common:unit_tests",
+ "//components/dom_distiller/core:unit_tests",
+ "//components/domain_reliability:unit_tests",
]
+ # TODO(GYP) need this target.
+ #'breakpad/app/crash_keys_win_unittest.cc',
# Precache tests need these defines.
#configs += [ "//components/precache/core:precache_config" ]
« no previous file with comments | « no previous file | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698