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

Unified Diff: components/suggestions/DEPS

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fix Created 6 years, 5 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/suggestions/BUILD.gn ('k') | components/suggestions/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/DEPS
diff --git a/components/suggestions/DEPS b/components/suggestions/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..fb02e81ecb44324c2a1d17e368c046a2e0adb097
--- /dev/null
+++ b/components/suggestions/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+components/keyed_service",
blundell 2014/07/25 07:23:42 Please restrict this to components/keyed_service/c
Mathieu 2014/07/25 14:07:51 Done.
+ "+components/pref_registry",
+ "+components/variations",
+ "+net",
+ "+ui",
+ "+url",
+]
« no previous file with comments | « components/suggestions/BUILD.gn ('k') | components/suggestions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698