diff options
Diffstat (limited to 'testing/DEPS')
-rw-r--r-- | testing/DEPS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/DEPS b/testing/DEPS index babefb8593..d3cc6f3869 100644 --- a/testing/DEPS +++ b/testing/DEPS @@ -1,13 +1,14 @@ include_rules = [ - '+core/include', + '+core/fpdfapi', '+core/fxcodec', '+core/fxcrt/include', '+core/fxge/include', + '+core/include', '+fxjs/include', '+public', '+v8', '+xfa/fde', '+xfa/fgas', - '+xfa/fxfa/parser', '+xfa/fxfa/fm2js', + '+xfa/fxfa/parser', ] |