summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-08-25 14:16:56 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-25 14:16:57 -0700
commit0dbf17813ae6ebd9780062e95841853cb916f40c (patch)
tree2271668465af771a645846d6c72ed5593b5c5a91
parenta1d2111945acb35cb3403226e68a1920910fa23e (diff)
downloadpdfium-0dbf17813ae6ebd9780062e95841853cb916f40c.tar.xz
Change " to ' in gyp file for consistency
Review-Url: https://codereview.chromium.org/2276343006
-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',
]
}],
],