diff options
Diffstat (limited to 'public/DEPS')
-rw-r--r-- | public/DEPS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/DEPS b/public/DEPS new file mode 100644 index 0000000000..d0005cacd6 --- /dev/null +++ b/public/DEPS @@ -0,0 +1,8 @@ +include_rules = [ + # public/ needs to be standalone. Explicitly disallow everything. + '-core', + '-fpdfsdk', + '-testing', + '-third_party', + '-v8', +] |