Chromium Code Reviews| Index: src/DEPS |
| diff --git a/src/DEPS b/src/DEPS |
| index af32c410f07be81e3a95441f608807568a2cf73d..c31e3d76a67c4a618143c18fc5994a3a9532c935 100644 |
| --- a/src/DEPS |
| +++ b/src/DEPS |
| @@ -25,4 +25,7 @@ specific_include_rules = { |
| "d8\.cc": [ |
| "+include/libplatform/libplatform.h", |
| ], |
| + "api-experimental\.cc": [ |
| + "+src/compiler/fast-accessor-assembler.h", |
| + ], |
| } |