summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pdfium.gyp30
1 files changed, 15 insertions, 15 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 1fc54ea2eb..87c4fc6b4a 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -1121,25 +1121,25 @@
'<(DEPTH)/v8/src/v8.gyp:v8',
],
"sources": [
- "fxjs/fxjs_v8.cpp",
- "fxjs/include/fxjs_v8.h",
+ 'fxjs/fxjs_v8.cpp',
+ 'fxjs/include/fxjs_v8.h',
],
"conditions": [
['pdf_enable_xfa==1', {
'sources': [
- "fxjs/cfxjse_arguments.cpp",
- "fxjs/cfxjse_class.cpp",
- "fxjs/cfxjse_context.cpp",
- "fxjs/cfxjse_isolatetracker.cpp",
- "fxjs/cfxjse_isolatetracker.h",
- "fxjs/cfxjse_runtimedata.cpp",
- "fxjs/cfxjse_runtimedata.h",
- "fxjs/cfxjse_value.cpp",
- "fxjs/include/cfxjse_arguments.h",
- "fxjs/include/cfxjse_class.h",
- "fxjs/include/cfxjse_context.h",
- "fxjs/include/cfxjse_value.h",
- "fxjs/include/fxjse.h",
+ 'fxjs/cfxjse_arguments.cpp',
+ 'fxjs/cfxjse_class.cpp',
+ 'fxjs/cfxjse_context.cpp',
+ 'fxjs/cfxjse_isolatetracker.cpp',
+ 'fxjs/cfxjse_isolatetracker.h',
+ 'fxjs/cfxjse_runtimedata.cpp',
+ 'fxjs/cfxjse_runtimedata.h',
+ 'fxjs/cfxjse_value.cpp',
+ 'fxjs/include/cfxjse_arguments.h',
+ 'fxjs/include/cfxjse_class.h',
+ 'fxjs/include/cfxjse_context.h',
+ 'fxjs/include/cfxjse_value.h',
+ 'fxjs/include/fxjse.h',
]
}],
],