summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-09 13:16:17 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-03-09 13:16:17 -0500
commitf1fa151e146d70c5e031726581e176a8c7d0d579 (patch)
treed50e40ce3925aa41d5139f541facda7ed381a109 /xfa.gyp
parentc76831bb60d3c938b82a64a45f6b2af5b5f24bed (diff)
downloadpdfium-f1fa151e146d70c5e031726581e176a8c7d0d579.tar.xz
Collapse xfa/src/fee directorieschromium/2674chromium/2673
This CL moves xfa/src/fee/src/fee up to xfa/src/fee and moves the xfa/src/fee/include files up to xfa/src/fee. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1778633003 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r--xfa.gyp30
1 files changed, 15 insertions, 15 deletions
diff --git a/xfa.gyp b/xfa.gyp
index 292742e115..755a2076ec 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -144,21 +144,21 @@
"xfa/src/fdp/src/tto/fde_textout.h",
"xfa/src/fdp/src/xml/fde_xml_imp.cpp",
"xfa/src/fdp/src/xml/fde_xml_imp.h",
- "xfa/src/fee/include/fx_wordbreak.h",
- "xfa/src/fee/include/ifde_txtedtbuf.h",
- "xfa/src/fee/include/ifde_txtedtengine.h",
- "xfa/src/fee/include/ifde_txtedtpage.h",
- "xfa/src/fee/src/fee/fde_txtedtbuf.cpp",
- "xfa/src/fee/src/fee/fde_txtedtbuf.h",
- "xfa/src/fee/src/fee/fde_txtedtengine.cpp",
- "xfa/src/fee/src/fee/fde_txtedtengine.h",
- "xfa/src/fee/src/fee/fde_txtedtpage.cpp",
- "xfa/src/fee/src/fee/fde_txtedtpage.h",
- "xfa/src/fee/src/fee/fde_txtedtparag.cpp",
- "xfa/src/fee/src/fee/fde_txtedtparag.h",
- "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp",
- "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp",
- "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h",
+ "xfa/src/fee/fde_txtedtbuf.cpp",
+ "xfa/src/fee/fde_txtedtbuf.h",
+ "xfa/src/fee/fde_txtedtengine.cpp",
+ "xfa/src/fee/fde_txtedtengine.h",
+ "xfa/src/fee/fde_txtedtpage.cpp",
+ "xfa/src/fee/fde_txtedtpage.h",
+ "xfa/src/fee/fde_txtedtparag.cpp",
+ "xfa/src/fee/fde_txtedtparag.h",
+ "xfa/src/fee/fx_wordbreak/fx_wordbreak.h",
+ "xfa/src/fee/fx_wordbreak/fx_wordbreakdata.cpp",
+ "xfa/src/fee/fx_wordbreak/fx_wordbreak_impl.cpp",
+ "xfa/src/fee/fx_wordbreak/fx_wordbreak_impl.h",
+ "xfa/src/fee/ifde_txtedtbuf.h",
+ "xfa/src/fee/ifde_txtedtengine.h",
+ "xfa/src/fee/ifde_txtedtpage.h",
"xfa/src/fgas/include/fx_alg.h",
"xfa/src/fgas/include/fx_cpg.h",
"xfa/src/fgas/include/fx_datetime.h",