diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 13:49:22 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 13:49:22 -0500 |
commit | 6cdf084fa40a62eb33185171622ad12d95c6009e (patch) | |
tree | daeea24a81365ed27582f280b7f19add0cb7b0d7 /pdfium.gyp | |
parent | 653e0797debddb4e9aecbc6cde65748d43b18b79 (diff) | |
download | pdfium-6cdf084fa40a62eb33185171622ad12d95c6009e.tar.xz |
Remove xfa/src/fxfa/src/common and xfa/src/fxfa/src
This Cl moves the code in xfa/src/fxfa/src/common to the diretory which
contains the respective implementations and removes the xfa/src/fxfa/src/common
directory. It them moves all of the code in xfa/src/fxfa/src up one level and
removes the xfa/src/fxfa/src
directory.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1770073003 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 52b6b49e11..e71e160223 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -798,7 +798,7 @@ ['pdf_enable_xfa==1', { 'sources': [ 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', - 'xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp', + 'xfa/src/fxfa/parser/xfa_utils_imp_unittest.cpp', ], }], ], @@ -837,7 +837,7 @@ 'conditions': [ ['pdf_enable_xfa==1', { 'sources': [ - 'xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp', + 'xfa/src/fxfa/parser/xfa_parser_imp_embeddertest.cpp', ], }], ['pdf_enable_v8==1', { |