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