Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(660)

Unified Diff: xfa.gyp

Issue 1864973005: Move remaining xfa/include/fxfa files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa.gyp
diff --git a/xfa.gyp b/xfa.gyp
index 9d3e57868f7c5a2188dd89ce10f406c899174e59..d2d75704a6b3fa7934c733085c82c726a04d6637 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -35,19 +35,19 @@
'FT2_BUILD_LIBRARY',
],
"sources":[
- "xfa/include/fxfa/fxfa.h",
- "xfa/include/fxfa/fxfa_basic.h",
- "xfa/include/fxfa/fxfa_widget.h",
- "xfa/include/fxfa/xfa_checksum.h",
- "xfa/include/fxfa/xfa_ffapp.h",
- "xfa/include/fxfa/xfa_ffdoc.h",
- "xfa/include/fxfa/xfa_ffdochandler.h",
- "xfa/include/fxfa/xfa_ffdocview.h",
- "xfa/include/fxfa/xfa_ffpageview.h",
- "xfa/include/fxfa/xfa_ffwidget.h",
- "xfa/include/fxfa/xfa_ffwidgethandler.h",
- "xfa/include/fxfa/xfa_fontmgr.h",
- "xfa/include/fxfa/xfa_rendercontext.h",
+ "xfa/fxfa/include/fxfa.h",
+ "xfa/fxfa/include/fxfa_basic.h",
+ "xfa/fxfa/include/fxfa_widget.h",
+ "xfa/fxfa/include/xfa_checksum.h",
+ "xfa/fxfa/include/xfa_ffapp.h",
+ "xfa/fxfa/include/xfa_ffdoc.h",
+ "xfa/fxfa/include/xfa_ffdochandler.h",
+ "xfa/fxfa/include/xfa_ffdocview.h",
+ "xfa/fxfa/include/xfa_ffpageview.h",
+ "xfa/fxfa/include/xfa_ffwidget.h",
+ "xfa/fxfa/include/xfa_ffwidgethandler.h",
+ "xfa/fxfa/include/xfa_fontmgr.h",
+ "xfa/fxfa/include/xfa_rendercontext.h",
"xfa/fde/css/fde_css.h",
"xfa/fde/css/fde_csscache.cpp",
"xfa/fde/css/fde_csscache.h",

Powered by Google App Engine
This is Rietveld 408576698