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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2693373003: PreloadCheck class for extension pre-install checks (Closed)
Patch Set: review ready Created 3 years, 9 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: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 94dee68a104b1ac7fc496858eec7933bc33f5be1..57641d9ce8bc93cf74b26807f9d4c950a9b150dd 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -467,6 +467,8 @@ static_library("extensions") {
"app_data_migrator.h",
"blacklist.cc",
"blacklist.h",
+ "blacklist_check.cc",
+ "blacklist_check.h",
"blacklist_factory.cc",
"blacklist_factory.h",
"blacklist_state_fetcher.cc",
« no previous file with comments | « no previous file | chrome/browser/extensions/blacklist_check.h » ('j') | chrome/browser/extensions/blacklist_check.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698