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

Unified Diff: components/error_page/renderer/DEPS

Issue 570253002: Componentize NetErrorHelperCore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 Created 6 years, 3 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/error_page/renderer/DEPS
diff --git a/components/error_page/renderer/DEPS b/components/error_page/renderer/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..eac2d741329fd057fd792f34ea079694597abb39
--- /dev/null
+++ b/components/error_page/renderer/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+content/public/common",
+ "+grit/components_strings.h",
+ "+net",
+ "+third_party/WebKit",
+ "+ui/base",
+]

Powered by Google App Engine
This is Rietveld 408576698