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

Unified Diff: chrome/browser/sync/util/DEPS

Issue 7634002: sync: more DEPS fun (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: notifier Created 9 years, 4 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 | « chrome/browser/sync/syncable/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/util/DEPS
diff --git a/chrome/browser/sync/util/DEPS b/chrome/browser/sync/util/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..610cc005b94cb1ef2268fd5febddd91bb33cc58a
--- /dev/null
+++ b/chrome/browser/sync/util/DEPS
@@ -0,0 +1,22 @@
+include_rules = [
+ "-chrome",
+
+ "+chrome/browser/sync/protocol",
+ "+chrome/browser/sync/sessions",
+ "+chrome/browser/sync/syncable",
+ "+chrome/browser/sync/util",
+
+ # this file is wierd.
akalin 2011/08/12 17:33:22 weird
+ "+chrome/browser/sync/engine/syncproto.h",
+
+ # unittests need this for mac osx keychain overriding
+ "+chrome/browser/password_manager/encryptor.h",
+
+ # ExtensionsActivityMonitor
+ "+chrome/browser/extensions",
+ "+chrome/common/extensions",
+ "+chrome/common/chrome_notification_types.h",
+
+ "+chrome/common/random.h",
+]
+
« no previous file with comments | « chrome/browser/sync/syncable/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698