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

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: 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..de7ac68511bf02a33e60bc9967f6a1c286789d52
--- /dev/null
+++ b/components/webdata/DEPS
@@ -0,0 +1,12 @@
+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
+ # rules followed by temporary exceptions. Please don't add to the list of
+ # exceptions!
+ # TODO(caitkp): c/b/webdata DEPS are temporary, until c/b/webdata files move.
kaiwang 2013/04/01 18:09:11 c/b/webdata and c/b/api/webdata?
Cait (Slow) 2013/04/02 17:59:23 Actually, having thought about this, I think it ma
+ "+chrome/browser/api/webdata",
+ "+chrome/browser/webdata",
+ "+components/encryptor",
+ "+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