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

Side by Side Diff: pdfium.gyp

Issue 2276343006: Change " to ' in gyp file for consistency (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'pdf_use_skia%': 0, 8 'pdf_use_skia%': 0,
9 'pdf_enable_v8%': 1, 9 'pdf_enable_v8%': 1,
10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build.
(...skipping 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 '<(DEPTH)/v8', 1114 '<(DEPTH)/v8',
1115 '<(DEPTH)/v8/include', 1115 '<(DEPTH)/v8/include',
1116 ], 1116 ],
1117 'dependencies': [ 1117 'dependencies': [
1118 '<(DEPTH)/v8/src/v8.gyp:v8', 1118 '<(DEPTH)/v8/src/v8.gyp:v8',
1119 ], 1119 ],
1120 'export_dependent_settings': [ 1120 'export_dependent_settings': [
1121 '<(DEPTH)/v8/src/v8.gyp:v8', 1121 '<(DEPTH)/v8/src/v8.gyp:v8',
1122 ], 1122 ],
1123 "sources": [ 1123 "sources": [
1124 "fxjs/fxjs_v8.cpp", 1124 'fxjs/fxjs_v8.cpp',
1125 "fxjs/include/fxjs_v8.h", 1125 'fxjs/include/fxjs_v8.h',
1126 ], 1126 ],
1127 "conditions": [ 1127 "conditions": [
1128 ['pdf_enable_xfa==1', { 1128 ['pdf_enable_xfa==1', {
1129 'sources': [ 1129 'sources': [
1130 "fxjs/cfxjse_arguments.cpp", 1130 'fxjs/cfxjse_arguments.cpp',
1131 "fxjs/cfxjse_class.cpp", 1131 'fxjs/cfxjse_class.cpp',
1132 "fxjs/cfxjse_context.cpp", 1132 'fxjs/cfxjse_context.cpp',
1133 "fxjs/cfxjse_isolatetracker.cpp", 1133 'fxjs/cfxjse_isolatetracker.cpp',
1134 "fxjs/cfxjse_isolatetracker.h", 1134 'fxjs/cfxjse_isolatetracker.h',
1135 "fxjs/cfxjse_runtimedata.cpp", 1135 'fxjs/cfxjse_runtimedata.cpp',
1136 "fxjs/cfxjse_runtimedata.h", 1136 'fxjs/cfxjse_runtimedata.h',
1137 "fxjs/cfxjse_value.cpp", 1137 'fxjs/cfxjse_value.cpp',
1138 "fxjs/include/cfxjse_arguments.h", 1138 'fxjs/include/cfxjse_arguments.h',
1139 "fxjs/include/cfxjse_class.h", 1139 'fxjs/include/cfxjse_class.h',
1140 "fxjs/include/cfxjse_context.h", 1140 'fxjs/include/cfxjse_context.h',
1141 "fxjs/include/cfxjse_value.h", 1141 'fxjs/include/cfxjse_value.h',
1142 "fxjs/include/fxjse.h", 1142 'fxjs/include/fxjse.h',
1143 ] 1143 ]
1144 }], 1144 }],
1145 ], 1145 ],
1146 }, 1146 },
1147 ] 1147 ]
1148 }], 1148 }],
1149 ['pdf_enable_xfa==1', { 1149 ['pdf_enable_xfa==1', {
1150 'targets': [ 1150 'targets': [
1151 { 1151 {
1152 'target_name': 'fpdfxfa', 1152 'target_name': 'fpdfxfa',
(...skipping 11 matching lines...) Expand all
1164 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1164 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1165 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1165 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1166 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1166 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1167 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1167 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1168 ], 1168 ],
1169 }, 1169 },
1170 ] 1170 ]
1171 }], 1171 }],
1172 ] 1172 ]
1173 } 1173 }
OLDNEW
« 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