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

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: rebase 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 | « components/link_header_util/BUILD.gn ('k') | components/link_header_util/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c4bb784d29d43a25b483abba24a55a6d782b0f0b
--- /dev/null
+++ b/components/link_header_util/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ # This is used by both //content and //third_party/WebKit, so prevent
+ # any dependencies on //content and //third_party/WebKit.
+ "-content",
+ "-third_party/WebKit",
+
+ "+net/http",
+]
« no previous file with comments | « components/link_header_util/BUILD.gn ('k') | components/link_header_util/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698