summaryrefslogtreecommitdiffstats
path: root/gin/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'gin/DEPS')
-rw-r--r--gin/DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/gin/DEPS b/gin/DEPS
new file mode 100644
index 0000000..6e9bed8
--- /dev/null
+++ b/gin/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+v8",
+
+ # Use of base is allowed in tests. We can also use base in production code
+ # as long as we don't introduce a link-time dependency.
+ "+base",
+]