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

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

Issue 2693373003: PreloadCheck class for extension pre-install checks (Closed)
Patch Set: don't break enable_extensions=false 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
« no previous file with comments | « no previous file | chrome/browser/extensions/blacklist_check.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 15667f49fe9a783227a4292861e57079e7935595..0ffd8e328c37f9cf57e6d3b69ed8b4392807f034 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698