| Index: xfa.gyp
|
| diff --git a/xfa.gyp b/xfa.gyp
|
| index 80ece87d1a61977cc4fa3db499a5a753a81b0d03..6e4c420049ad43298cbbf40f858f1a99213ab71c 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": [
|
|
|