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

Unified Diff: chrome/browser/BUILD.gn

Issue 2829313002: Add SubresourceFilterProfileContext for all profile scoped context (Closed)
Patch Set: engedy review Created 3 years, 8 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/subresource_filter/chrome_subresource_filter_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 10af18245a31f20e8b2425cfd170a593d6844cce..04faf8ad0898bb34164acc357493ef0ac20720d4 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1295,8 +1295,10 @@ split_static_library("browser") {
"subresource_filter/navigation_throttle_util.h",
"subresource_filter/subresource_filter_content_settings_manager.cc",
"subresource_filter/subresource_filter_content_settings_manager.h",
- "subresource_filter/subresource_filter_content_settings_manager_factory.cc",
- "subresource_filter/subresource_filter_content_settings_manager_factory.h",
+ "subresource_filter/subresource_filter_profile_context.cc",
+ "subresource_filter/subresource_filter_profile_context.h",
+ "subresource_filter/subresource_filter_profile_context_factory.cc",
+ "subresource_filter/subresource_filter_profile_context_factory.h",
"sync/chrome_sync_client.cc",
"sync/chrome_sync_client.h",
"sync/glue/extensions_activity_monitor.cc",
« no previous file with comments | « no previous file | chrome/browser/subresource_filter/chrome_subresource_filter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698