summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn22
1 files changed, 11 insertions, 11 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 68a30efaca..4c4f5ded0e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1383,17 +1383,17 @@ if (pdf_enable_xfa) {
include_dirs = [ "." ]
if (pdf_enable_v8) {
sources += [
- "xfa/src/fxjse/src/class.cpp",
- "xfa/src/fxjse/src/class.h",
- "xfa/src/fxjse/src/context.cpp",
- "xfa/src/fxjse/src/context.h",
- "xfa/src/fxjse/src/dynprop.cpp",
- "xfa/src/fxjse/src/runtime.cpp",
- "xfa/src/fxjse/src/runtime.h",
- "xfa/src/fxjse/src/scope_inline.h",
- "xfa/src/fxjse/src/util_inline.h",
- "xfa/src/fxjse/src/value.cpp",
- "xfa/src/fxjse/src/value.h",
+ "xfa/src/fxjse/class.cpp",
+ "xfa/src/fxjse/class.h",
+ "xfa/src/fxjse/context.cpp",
+ "xfa/src/fxjse/context.h",
+ "xfa/src/fxjse/dynprop.cpp",
+ "xfa/src/fxjse/runtime.cpp",
+ "xfa/src/fxjse/runtime.h",
+ "xfa/src/fxjse/scope_inline.h",
+ "xfa/src/fxjse/util_inline.h",
+ "xfa/src/fxjse/value.cpp",
+ "xfa/src/fxjse/value.h",
]
include_dirs += [
"//v8",