summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-08 15:03:57 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-03-08 15:03:57 -0500
commit508f92f228e27cb0c549add66c608695c8345170 (patch)
tree13c80a00c8571045bed2d4a0bff9829a77b32fb0 /BUILD.gn
parente2a774a4b841829ef089d0cbfd15a08895eecf0e (diff)
downloadpdfium-508f92f228e27cb0c549add66c608695c8345170.tar.xz
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 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4c4f5ded0e..20a53e2f34 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1375,10 +1375,10 @@ if (pdf_enable_xfa) {
"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",
]
include_dirs = [ "." ]
if (pdf_enable_v8) {