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

Unified Diff: extensions/browser/BUILD.gn

Issue 2745433002: PreloadCheckGroup for managing multiple extension PreloadChecks (Closed)
Patch Set: rebase & updates 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 | extensions/browser/preload_check_group.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index e9eae2a7ba4e4cd06a639a52a89c0105b7609ad5..7c1c347f69ab067720088b954fcf5a3a9cc1c8a7 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -230,6 +230,8 @@ source_set("browser_sources") {
"pref_names.h",
"preload_check.cc",
"preload_check.h",
+ "preload_check_group.cc",
+ "preload_check_group.h",
"process_manager.cc",
"process_manager.h",
"process_manager_delegate.h",
@@ -444,6 +446,7 @@ source_set("unit_tests") {
"management_policy_unittest.cc",
"mojo/keep_alive_impl_unittest.cc",
"policy_check_unittest.cc",
+ "preload_check_group_unittest.cc",
"process_manager_unittest.cc",
"process_map_unittest.cc",
"quota_service_unittest.cc",
« no previous file with comments | « no previous file | extensions/browser/preload_check_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698