summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-17 08:59:42 -0400
committerDan Sinclair <dsinclair@chromium.org>2016-03-17 08:59:42 -0400
commit811b8a4f4482bb5c11ac7610e70a4c8fd34c2907 (patch)
treecafa17bad705518693c0a2ba9d8df9d50af2101e /xfa.gyp
parenta03c343b47938fcb1b562741ff05252b01a4e39d (diff)
downloadpdfium-811b8a4f4482bb5c11ac7610e70a4c8fd34c2907.tar.xz
Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics.
This Cl moves and splits apart the fx_graphics.h file into individual classes. The .cpp files are renamed to match the .h files. pre.h was removed at the same time and its contents moved to the correct places as needed. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1810563002 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r--xfa.gyp19
1 files changed, 14 insertions, 5 deletions
diff --git a/xfa.gyp b/xfa.gyp
index 80ece87d1a..6e4c420049 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -102,7 +102,6 @@
"xfa/include/fxfa/fxfa_basic.h",
"xfa/include/fxfa/fxfa_objectacc.h",
"xfa/include/fxfa/fxfa_widget.h",
- "xfa/include/fxgraphics/fx_graphics.h",
"xfa/fde/css/fde_css.h",
"xfa/fde/css/fde_csscache.cpp",
"xfa/fde/css/fde_csscache.h",
@@ -637,10 +636,20 @@
"xfa/fxfa/parser/xfa_script_signaturepseudomodel.h",
"xfa/fxfa/parser/xfa_utils.h",
"xfa/fxfa/parser/xfa_utils_imp.cpp",
- "xfa/fxgraphics/fx_graphics.cpp",
- "xfa/fxgraphics/fx_path_generator.cpp",
- "xfa/fxgraphics/fx_path_generator.h",
- "xfa/fxgraphics/pre.h",
+ "xfa/fxgraphics/cagg_graphics.cpp",
+ "xfa/fxgraphics/cagg_graphics.h",
+ "xfa/fxgraphics/cfx_color.cpp",
+ "xfa/fxgraphics/cfx_color.h",
+ "xfa/fxgraphics/cfx_graphics.cpp",
+ "xfa/fxgraphics/cfx_path.cpp",
+ "xfa/fxgraphics/cfx_path.h",
+ "xfa/fxgraphics/cfx_path_generator.cpp",
+ "xfa/fxgraphics/cfx_path_generator.h",
+ "xfa/fxgraphics/cfx_pattern.cpp",
+ "xfa/fxgraphics/cfx_pattern.h",
+ "xfa/fxgraphics/cfx_shading.cpp",
+ "xfa/fxgraphics/cfx_shading.h",
+ "xfa/fxgraphics/include/cfx_graphics.h",
"xfa/fxjse/include/fxjse.h",
],
"conditions": [