diff options
Diffstat (limited to 'sync/test/DEPS')
-rw-r--r-- | sync/test/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/test/DEPS b/sync/test/DEPS index 2e86b14..0bf3ab0 100644 --- a/sync/test/DEPS +++ b/sync/test/DEPS @@ -2,4 +2,7 @@ include_rules = [ # Test files can include anything from sync. "+sync", "+net", + + # For generated JNI code. + "+jni", ] |