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

Unified Diff: components/webdata/DEPS

Issue 13392014: Move c/b/webdata/ code to components/webdata/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge Created 7 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/webdata/DEPS
diff --git a/components/webdata/DEPS b/components/webdata/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..c9730aa92b9b5a32ff8a6afc5c0a0e65ce283d1b
--- /dev/null
+++ b/components/webdata/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ # Webdata is being made into a component (it will end up at
+ # //components/webdata and not depend on //chrome), so we have these basic
Jói 2013/04/04 13:51:23 Nit: This comment should be updated; can do it in
+ # rules followed by temporary exceptions. Please don't add to the list of
+ # exceptions!
+ "+components/encryptor",
+ "+content/public/browser",
+ "+sql",
+ "+ui",
+]
« no previous file with comments | « components/autofill/browser/personal_data_manager_unittest.cc ('k') | components/webdata/autofill/autofill_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698