Index: sync/DEPS |
diff --git a/sync/DEPS b/sync/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e3938ed0e655a853adaa7785620ecd5efdf40af9 |
--- /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", |
+] |