diff options
Diffstat (limited to 'fxjs/DEPS')
-rw-r--r-- | fxjs/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fxjs/DEPS b/fxjs/DEPS new file mode 100644 index 0000000000..18698e4ce4 --- /dev/null +++ b/fxjs/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + '+core/fxcrt/include', + # TODO(dsinclair): Layering violation. FXJSE can't include FPDFSDK. + '+fpdfsdk/jsapi/include', + '+v8/include', +] |