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

Unified Diff: sync/util/DEPS

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some minor diffs Created 8 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: sync/util/DEPS
diff --git a/sync/util/DEPS b/sync/util/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..77fef3e5babd18448c554fe47f9f786d897f250d
--- /dev/null
+++ b/sync/util/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ # Self.
+ "+sync/util",
tim (not reviewing) 2012/03/15 06:21:10 Is this really needed? You don't seem to have to d
akalin 2012/03/15 07:38:26 Done. It's not needed; I don't know why I put it
+
+ "+crypto",
+ "+sync/protocol",
+ "+sync/syncable/model_type.h",
+ "+sync/syncable/model_type_test_util.h",
+ "+sync/test/fake_encryptor.h",
+]

Powered by Google App Engine
This is Rietveld 408576698