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

Unified Diff: components/content_settings/core/common/DEPS

Issue 541813002: Componentize chrome/common/content_settings files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OWNERS 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/content_settings/core/common/DEPS
diff --git a/components/content_settings/core/common/DEPS b/components/content_settings/core/common/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..75eddfa01de6f8ad3e6ea1be356050eec3297cd6
--- /dev/null
+++ b/components/content_settings/core/common/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+components/content_settings/core/common",
vabr (Chromium) 2014/09/04 20:02:51 Is this line really needed? Looking at the DEPS in
Jun Mukai 2014/09/04 23:50:40 removed.
+ "+net",
+ "+testing",
+ "+url",
+]

Powered by Google App Engine
This is Rietveld 408576698