summaryrefslogtreecommitdiff
path: root/deps/v8/test/compiler-unittests/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/compiler-unittests/DEPS')
-rw-r--r--deps/v8/test/compiler-unittests/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/test/compiler-unittests/DEPS b/deps/v8/test/compiler-unittests/DEPS
new file mode 100644
index 000000000..8aa02395f
--- /dev/null
+++ b/deps/v8/test/compiler-unittests/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+src",
+ "+testing/gtest",
+ "+testing/gtest-type-names.h",
+ "+testing/gmock",
+]