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

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: Addressed comments from battre@. Created 4 years, 7 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') | chrome/browser/subresource_filter/DEPS » ('J')
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 e40bb4566696dc3109606f243b80ef8b47482392..1d5ff82c3766b4438563c6e782603c897222f19d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -178,6 +178,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",
@@ -360,6 +361,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') | chrome/browser/subresource_filter/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698