diff options
Diffstat (limited to 'sync/test/accounts_client/DEPS')
-rw-r--r-- | sync/test/accounts_client/DEPS | 5 |
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", +] |