Index: src/DEPS |
diff --git a/src/DEPS b/src/DEPS |
index 4d320535f19db42abbbcfe68232f8f2c9034e4e2..94d6ec68e00fabd9936a92f60afd454368af7118 100644 |
--- a/src/DEPS |
+++ b/src/DEPS |
@@ -2,6 +2,9 @@ include_rules = [ |
"+src", |
"-src/compiler", |
"+src/compiler/pipeline.h", |
+ "-src/interpreter", |
+ "+src/interpreter/bytecodes.h", |
+ "+src/interpreter/interpreter.h", |
"-src/libplatform", |
"-include/libplatform" |
] |