From 508f92f228e27cb0c549add66c608695c8345170 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 8 Mar 2016 15:03:57 -0500 Subject: Move xfa/src/fxgraphics/src up one level. This Cl moves the xfa/src/fxgraphics/src code up to the, previously empty, xfa/src/fxgraphics directory and removes xfa/src/fxgraphics/src. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1775733004 . --- xfa.gyp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xfa.gyp') diff --git a/xfa.gyp b/xfa.gyp index 7cbb8b364c..292742e115 100644 --- a/xfa.gyp +++ b/xfa.gyp @@ -649,10 +649,10 @@ "xfa/src/fxfa/parser/xfa_script_signaturepseudomodel.h", "xfa/src/fxfa/parser/xfa_utils.h", "xfa/src/fxfa/parser/xfa_utils_imp.cpp", - "xfa/src/fxgraphics/src/fx_graphics.cpp", - "xfa/src/fxgraphics/src/fx_path_generator.cpp", - "xfa/src/fxgraphics/src/fx_path_generator.h", - "xfa/src/fxgraphics/src/pre.h", + "xfa/src/fxgraphics/fx_graphics.cpp", + "xfa/src/fxgraphics/fx_path_generator.cpp", + "xfa/src/fxgraphics/fx_path_generator.h", + "xfa/src/fxgraphics/pre.h", ], "conditions": [ ["clang==1" , { -- cgit v1.2.3