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

Unified Diff: components/link_header_util/DEPS

Issue 1811163002: Share link header parsing code between blink and content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-optional
Patch Set: Created 4 years, 9 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/link_header_util/DEPS
diff --git a/components/link_header_util/DEPS b/components/link_header_util/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..6855b17c2ea357e14c620707c5b50ed1248db9d4
--- /dev/null
+++ b/components/link_header_util/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ # This is used by both //content and //third_party/WebKit, so prevent
+ # any dependencies on //content
+ "-content",
+
+ "+net/http",
+]

Powered by Google App Engine
This is Rietveld 408576698