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

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

Issue 7587009: sync: add DEPS files to subdirs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include 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/sessions/DEPS ('k') | chrome/browser/sync/syncable/directory_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/syncable/DEPS
diff --git a/chrome/browser/sync/syncable/DEPS b/chrome/browser/sync/syncable/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..05b419e2a784ad15738458f0155d7a11b3edd0d9
--- /dev/null
+++ b/chrome/browser/sync/syncable/DEPS
@@ -0,0 +1,22 @@
+include_rules = [
+ "-chrome",
+ "+chrome/test/base",
+ "+chrome/test/sync",
+
+ # TODO(tim): Restrict this further.
+ "+chrome/browser/sync",
+ "-chrome/browser/sync/api",
+ "-chrome/browser/sync/engine",
+ "-chrome/browser/sync/glue",
+ "-chrome/browser/sync/notifier",
+
+ # this file is wierd.
+ "+chrome/browser/sync/engine/syncproto.h",
+
+ # maybe this file should live in syncable?
+ "+chrome/browser/sync/engine/model_safe_worker.h",
+
+ "+chrome/common/random.h",
+ "+chrome/common/sqlite_utils.h",
+]
+
« no previous file with comments | « chrome/browser/sync/sessions/DEPS ('k') | chrome/browser/sync/syncable/directory_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698