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

Unified Diff: chrome/browser/BUILD.gn

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 years, 6 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/DEPS » ('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 3b7248340efbf770c59893e97065e41a9f1d84c4..57b1aad3bd31e088520d42da5eeb591dcfa943a6 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -183,6 +183,7 @@ source_set("browser") {
# crbug.com/577698
"//components/startup_metric_utils/common",
"//components/strings",
+ "//components/subresource_filter/core/browser",
"//components/suggestions",
"//components/supervised_user_error_page",
"//components/sync_bookmarks",
@@ -362,6 +363,7 @@ source_set("browser") {
"//components/sessions",
"//components/ssl_config",
"//components/storage_monitor",
+ "//components/subresource_filter/content/browser",
"//components/syncable_prefs",
"//components/translate/content/browser",
"//components/upload_list",
@@ -1140,6 +1142,7 @@ source_set("test_support") {
"//components/password_manager/core/browser:test_support",
"//components/prefs:test_support",
"//components/search_engines:test_support",
+ "//components/subresource_filter/core/browser:test_support",
"//components/syncable_prefs:test_support",
"//components/user_prefs/tracked:user_prefs_tracked_test_support",
"//content/test:browsertest_base",
« no previous file with comments | « no previous file | chrome/browser/subresource_filter/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698