Chromium Code Reviews| Index: src/DEPS |
| diff --git a/src/DEPS b/src/DEPS |
| index 7350f61f9f2b755481502b2e201e535055da25e2..f5e4c074b92eda643c01df7c870ab1b850b64ccb 100644 |
| --- a/src/DEPS |
| +++ b/src/DEPS |
| @@ -5,6 +5,7 @@ include_rules = [ |
| "-src/heap", |
| "+src/heap/heap.h", |
| "+src/heap/heap-inl.h", |
| + "+src/heap/array-buffer-tracker.h", |
|
Michael Lippautz
2015/09/04 08:24:15
Remove this one.
fedor.indutny
2015/09/04 08:58:04
Acknowledged.
|
| "-src/interpreter", |
| "+src/interpreter/bytecodes.h", |
| "+src/interpreter/interpreter.h", |