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

Unified Diff: components/url_formatter/DEPS

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 years, 6 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/url_formatter/DEPS
diff --git a/components/url_formatter/DEPS b/components/url_formatter/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..bccc96867a0097b548af3ddf5778f62eb366a114
--- /dev/null
+++ b/components/url_formatter/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ # This is a shared component (Mandoline, iOS, content), and as such, MUST NOT
+ # depend on content or other components.
+ "-content",
droger 2015/06/10 10:25:41 Maybe also disallow ios and mandoline for consiste
stuartmorgan 2015/06/10 16:09:10 I'd certainly like to see ios/web explicitly disal
+
+ "+net",
+]

Powered by Google App Engine
This is Rietveld 408576698