Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(887)

Unified Diff: pdfium.gyp

Issue 2276343006: Change " to ' in gyp file for consistency (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 1fc54ea2eb7c9350a3ec96fb0c0d9700c287ad00..87c4fc6b4a238455927fd98228d8468bed6f4c06 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',
]
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698