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

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

Issue 2693373003: PreloadCheck class for extension pre-install checks (Closed)
Patch Set: devlin 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 c07cb58308be3a3c7c8e835d7a524e58a0d53c1d..37e83206a8ddf40c76b5c25f7746d2840bf294c6 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_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698