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

Unified Diff: chrome/browser/sync/sessions/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/glue/sync_backend_host.cc ('k') | chrome/browser/sync/syncable/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sessions/DEPS
diff --git a/chrome/browser/sync/sessions/DEPS b/chrome/browser/sync/sessions/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..6f64bbac3c45b8ec514ca42946a095fefdc95662
--- /dev/null
+++ b/chrome/browser/sync/sessions/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ "-chrome",
+ "+chrome/test/base",
+ "+chrome/test/sync",
+
+ # TODO(tim): Restrict this further.
+ "+chrome/browser/sync",
+ "-chrome/browser/sync/api",
+ "-chrome/browser/sync/glue",
+ "-chrome/browser/sync/notifier",
+]
+
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/browser/sync/syncable/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698