diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-21 15:15:56 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-21 15:15:56 -0400 |
commit | a98600aeb8d815c297834aa5006f5c3ea20dde6d (patch) | |
tree | f5e8d107353a1355378f096098c58b01b3d8f828 /fpdfsdk/fpdfxfa/DEPS | |
parent | 69bbb0010cb83a7fa63d0901df6aef1de0ccfc0c (diff) | |
download | pdfium-a98600aeb8d815c297834aa5006f5c3ea20dde6d.tar.xz |
Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode.
This CL splits apart the larger header into individual class headers in the
xfa/fxbarcode directory.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1816133002 .
Diffstat (limited to 'fpdfsdk/fpdfxfa/DEPS')
-rw-r--r-- | fpdfsdk/fpdfxfa/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpdfsdk/fpdfxfa/DEPS b/fpdfsdk/fpdfxfa/DEPS new file mode 100644 index 0000000000..7f85f28f8b --- /dev/null +++ b/fpdfsdk/fpdfxfa/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + '+xfa/fxbarcode/include', +] |