aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/test/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'talk/app/webrtc/test/DEPS')
-rw-r--r--talk/app/webrtc/test/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/talk/app/webrtc/test/DEPS b/talk/app/webrtc/test/DEPS
new file mode 100644
index 0000000000..a814b152f2
--- /dev/null
+++ b/talk/app/webrtc/test/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ # Allow include of Chrome base/android to allow inclusion of headers needed
+ # for accessing the JVM and Application context in gtest.
+ "+base/android",
+]