summaryrefslogtreecommitdiffstats
path: root/sync/test/accounts_client/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'sync/test/accounts_client/DEPS')
-rw-r--r--sync/test/accounts_client/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/sync/test/accounts_client/DEPS b/sync/test/accounts_client/DEPS
new file mode 100644
index 0000000..db6d6e2
--- /dev/null
+++ b/sync/test/accounts_client/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ # Allow this directory to depend on net since it's test infrastructure and
+ # not test cases.
+ "+net",
+]