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

Unified Diff: components/safe_browsing/renderer/BUILD.gn

Issue 2964693003: Added experiments section and exported the list of SafeBrowsing features in WebUI (Closed)
Patch Set: Changed the location of features.cc/.h Created 3 years, 5 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: components/safe_browsing/renderer/BUILD.gn
diff --git a/components/safe_browsing/renderer/BUILD.gn b/components/safe_browsing/renderer/BUILD.gn
index da1a4886fc8a562dc8486a6ed72b8806059b0294..02239b48b2f22e6f7111b892c1f9697a7fa6040c 100644
--- a/components/safe_browsing/renderer/BUILD.gn
+++ b/components/safe_browsing/renderer/BUILD.gn
@@ -12,6 +12,7 @@ source_set("renderer") {
]
deps = [
"//base",
+ "//components/safe_browsing:features",
"//components/safe_browsing/common:common",
"//content/public/renderer",
"//ipc",

Powered by Google App Engine
This is Rietveld 408576698