Index: gin/DEPS |
diff --git a/gin/DEPS b/gin/DEPS |
index 6e9bed85c02b87e92e34467ab2f66071fed91192..4e3f30adc78998f4bb2473a80649407ea2e7fa7a 100644 |
--- a/gin/DEPS |
+++ b/gin/DEPS |
@@ -1,7 +1,4 @@ |
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", |
+ "+v8", |
] |