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

Unified Diff: components/BUILD.gn

Issue 2720643003: Call CSD whitelist checking on UI thread and record UMA (Closed)
Patch Set: Add TODO Created 3 years, 10 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 5b3a023182ad491d9297442788e65780dec35dcd..52ef2f8a4b0894020d5fc398873367aa19dee28b 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -204,6 +204,8 @@ test("components_unittests") {
"//components/policy/core/browser:unit_tests",
"//components/policy/core/common:unit_tests",
"//components/precache/content:unit_tests",
+
+ #"//components/safe_browsing/password_protection:password_protection_service_unittest",
Nathan Parker 2017/03/01 22:59:22 Is this going to be included?
Jialiu Lin 2017/03/02 00:53:06 Oops, this should be included.
"//components/safe_browsing_db:unit_tests",
"//components/safe_json:unit_tests",
"//components/security_state/content:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698