diff options
author | Lei Zhang <thestig@chromium.org> | 2018-04-27 19:21:47 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-27 19:21:47 +0000 |
commit | 96723705bfa2f569d1b67541f08c8fbc86a18ec7 (patch) | |
tree | dcc80831cf130e741d38940dac32d61cc82d5113 /xfa/fxfa/parser | |
parent | 77315d696138a83b86ad050870300c2c52935f29 (diff) | |
download | pdfium-96723705bfa2f569d1b67541f08c8fbc86a18ec7.tar.xz |
Add DEPS include_rules for xfa/fwl.
BUG=pdfium:507
Change-Id: I28eeb9a5f6d7099eef6d8e7e37d425cd4613c49c
Reviewed-on: https://pdfium-review.googlesource.com/31430
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser')
-rw-r--r-- | xfa/fxfa/parser/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/DEPS b/xfa/fxfa/parser/DEPS new file mode 100644 index 0000000000..22337ef082 --- /dev/null +++ b/xfa/fxfa/parser/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + # xfa/fwl should be standalone. https://crbug.com/pdfium/507 + '-xfa/fwl', +] + |