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

Unified Diff: chrome/test/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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index c28aaf30cd0ef826be45eab2aa6bbdfe84da3e0f..6c57bc0503e7e3034f0db29ad8b0549f9cebb547 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3516,6 +3516,7 @@ test("unit_tests") {
"//device/base:mocks",
"//device/bluetooth:mocks",
"//device/usb:test_support",
+ "//extensions/browser:test_support",
"//extensions/features",
"//google_apis",
"//gpu:test_support",
@@ -3911,6 +3912,7 @@ test("unit_tests") {
"../browser/extensions/api/web_request/web_request_event_details_unittest.cc",
"../browser/extensions/api/web_request/web_request_permissions_unittest.cc",
"../browser/extensions/app_data_migrator_unittest.cc",
+ "../browser/extensions/blacklist_check_unittest.cc",
"../browser/extensions/blacklist_state_fetcher_unittest.cc",
"../browser/extensions/bookmark_app_helper_unittest.cc",
"../browser/extensions/chrome_app_sorting_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698