From 811b8a4f4482bb5c11ac7610e70a4c8fd34c2907 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 17 Mar 2016 08:59:42 -0400 Subject: 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 . --- BUILD.gn | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 5058b5b0a9..9430dc3a67 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1354,10 +1354,20 @@ if (pdf_enable_xfa) { "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", "xfa/include/fwl/adapter/fwl_adapternative.h", "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", @@ -1426,7 +1436,6 @@ if (pdf_enable_xfa) { "xfa/include/fxfa/fxfa_basic.h", "xfa/include/fxfa/fxfa_objectacc.h", "xfa/include/fxfa/fxfa_widget.h", - "xfa/include/fxgraphics/fx_graphics.h", ] include_dirs = [ "." ] if (pdf_enable_v8) { @@ -1499,9 +1508,7 @@ test("pdfium_unittests") { ] } if (pdf_enable_v8) { - sources += [ - "fpdfsdk/javascript/public_methods_unittest.cpp", - ] + sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ] include_dirs += [ "//v8", "//v8/include", -- cgit v1.2.3