summaryrefslogtreecommitdiffstats
path: root/sync/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'sync/DEPS')
-rw-r--r--sync/DEPS13
1 files changed, 13 insertions, 0 deletions
diff --git a/sync/DEPS b/sync/DEPS
new file mode 100644
index 0000000..e3938ed
--- /dev/null
+++ b/sync/DEPS
@@ -0,0 +1,13 @@
+include_rules = [
+ # Repeat these from the top-level DEPS file so one can just run
+ #
+ # checkdeps.py sync
+ #
+ # to test.
+ "+base",
+ "+build",
+ "+testing",
+
+ # Force subdirectories to explicitly define DEPS.
+ "-sync",
+]