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

Unified Diff: components/safe_browsing/renderer/DEPS

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/DEPS
diff --git a/components/safe_browsing/renderer/DEPS b/components/safe_browsing/renderer/DEPS
index b7cc985c314fbb37f8cea15149747aec620c4381..15dc39ee3401b2086e07ce859baba195707dc9be 100644
--- a/components/safe_browsing/renderer/DEPS
+++ b/components/safe_browsing/renderer/DEPS
@@ -1,7 +1,8 @@
include_rules = [
"+content/public/renderer",
+ "+components/safe_browsing",
vakh (use Gerrit instead) 2017/07/07 00:23:40 would components/safe_browsing/features.h be suffi
vakh (use Gerrit instead) 2017/07/07 00:23:40 indentation
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
"+ipc",
"+mojo/public/cpp",
-]
+]

Powered by Google App Engine
This is Rietveld 408576698