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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1375253002: [WIP][turbofan] Instruction scheduler for Turbofan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase the patch Created 5 years 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 | « src/flag-definitions.h ('k') | 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 '../../src/compiler/graph-visualizer.cc', 524 '../../src/compiler/graph-visualizer.cc',
525 '../../src/compiler/graph-visualizer.h', 525 '../../src/compiler/graph-visualizer.h',
526 '../../src/compiler/graph.cc', 526 '../../src/compiler/graph.cc',
527 '../../src/compiler/graph.h', 527 '../../src/compiler/graph.h',
528 '../../src/compiler/greedy-allocator.cc', 528 '../../src/compiler/greedy-allocator.cc',
529 '../../src/compiler/greedy-allocator.h', 529 '../../src/compiler/greedy-allocator.h',
530 '../../src/compiler/instruction-codes.h', 530 '../../src/compiler/instruction-codes.h',
531 '../../src/compiler/instruction-selector-impl.h', 531 '../../src/compiler/instruction-selector-impl.h',
532 '../../src/compiler/instruction-selector.cc', 532 '../../src/compiler/instruction-selector.cc',
533 '../../src/compiler/instruction-selector.h', 533 '../../src/compiler/instruction-selector.h',
534 '../../src/compiler/instruction-scheduler.cc',
535 '../../src/compiler/instruction-scheduler.h',
534 '../../src/compiler/instruction.cc', 536 '../../src/compiler/instruction.cc',
535 '../../src/compiler/instruction.h', 537 '../../src/compiler/instruction.h',
536 '../../src/compiler/interpreter-assembler.cc', 538 '../../src/compiler/interpreter-assembler.cc',
537 '../../src/compiler/interpreter-assembler.h', 539 '../../src/compiler/interpreter-assembler.h',
538 '../../src/compiler/js-builtin-reducer.cc', 540 '../../src/compiler/js-builtin-reducer.cc',
539 '../../src/compiler/js-builtin-reducer.h', 541 '../../src/compiler/js-builtin-reducer.h',
540 '../../src/compiler/js-call-reducer.cc', 542 '../../src/compiler/js-call-reducer.cc',
541 '../../src/compiler/js-call-reducer.h', 543 '../../src/compiler/js-call-reducer.h',
542 '../../src/compiler/js-context-relaxation.cc', 544 '../../src/compiler/js-context-relaxation.cc',
543 '../../src/compiler/js-context-relaxation.h', 545 '../../src/compiler/js-context-relaxation.h',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 '../../src/arm/frames-arm.cc', 1095 '../../src/arm/frames-arm.cc',
1094 '../../src/arm/frames-arm.h', 1096 '../../src/arm/frames-arm.h',
1095 '../../src/arm/interface-descriptors-arm.cc', 1097 '../../src/arm/interface-descriptors-arm.cc',
1096 '../../src/arm/interface-descriptors-arm.h', 1098 '../../src/arm/interface-descriptors-arm.h',
1097 '../../src/arm/macro-assembler-arm.cc', 1099 '../../src/arm/macro-assembler-arm.cc',
1098 '../../src/arm/macro-assembler-arm.h', 1100 '../../src/arm/macro-assembler-arm.h',
1099 '../../src/arm/simulator-arm.cc', 1101 '../../src/arm/simulator-arm.cc',
1100 '../../src/arm/simulator-arm.h', 1102 '../../src/arm/simulator-arm.h',
1101 '../../src/compiler/arm/code-generator-arm.cc', 1103 '../../src/compiler/arm/code-generator-arm.cc',
1102 '../../src/compiler/arm/instruction-codes-arm.h', 1104 '../../src/compiler/arm/instruction-codes-arm.h',
1105 '../../src/compiler/arm/instruction-scheduler-arm.cc',
1103 '../../src/compiler/arm/instruction-selector-arm.cc', 1106 '../../src/compiler/arm/instruction-selector-arm.cc',
1104 '../../src/crankshaft/arm/lithium-arm.cc', 1107 '../../src/crankshaft/arm/lithium-arm.cc',
1105 '../../src/crankshaft/arm/lithium-arm.h', 1108 '../../src/crankshaft/arm/lithium-arm.h',
1106 '../../src/crankshaft/arm/lithium-codegen-arm.cc', 1109 '../../src/crankshaft/arm/lithium-codegen-arm.cc',
1107 '../../src/crankshaft/arm/lithium-codegen-arm.h', 1110 '../../src/crankshaft/arm/lithium-codegen-arm.h',
1108 '../../src/crankshaft/arm/lithium-gap-resolver-arm.cc', 1111 '../../src/crankshaft/arm/lithium-gap-resolver-arm.cc',
1109 '../../src/crankshaft/arm/lithium-gap-resolver-arm.h', 1112 '../../src/crankshaft/arm/lithium-gap-resolver-arm.h',
1110 '../../src/debug/arm/debug-arm.cc', 1113 '../../src/debug/arm/debug-arm.cc',
1111 '../../src/full-codegen/arm/full-codegen-arm.cc', 1114 '../../src/full-codegen/arm/full-codegen-arm.cc',
1112 '../../src/ic/arm/access-compiler-arm.cc', 1115 '../../src/ic/arm/access-compiler-arm.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 '../../src/arm64/interface-descriptors-arm64.h', 1149 '../../src/arm64/interface-descriptors-arm64.h',
1147 '../../src/arm64/macro-assembler-arm64.cc', 1150 '../../src/arm64/macro-assembler-arm64.cc',
1148 '../../src/arm64/macro-assembler-arm64.h', 1151 '../../src/arm64/macro-assembler-arm64.h',
1149 '../../src/arm64/macro-assembler-arm64-inl.h', 1152 '../../src/arm64/macro-assembler-arm64-inl.h',
1150 '../../src/arm64/simulator-arm64.cc', 1153 '../../src/arm64/simulator-arm64.cc',
1151 '../../src/arm64/simulator-arm64.h', 1154 '../../src/arm64/simulator-arm64.h',
1152 '../../src/arm64/utils-arm64.cc', 1155 '../../src/arm64/utils-arm64.cc',
1153 '../../src/arm64/utils-arm64.h', 1156 '../../src/arm64/utils-arm64.h',
1154 '../../src/compiler/arm64/code-generator-arm64.cc', 1157 '../../src/compiler/arm64/code-generator-arm64.cc',
1155 '../../src/compiler/arm64/instruction-codes-arm64.h', 1158 '../../src/compiler/arm64/instruction-codes-arm64.h',
1159 '../../src/compiler/arm64/instruction-scheduler-arm64.cc',
1156 '../../src/compiler/arm64/instruction-selector-arm64.cc', 1160 '../../src/compiler/arm64/instruction-selector-arm64.cc',
1157 '../../src/crankshaft/arm64/delayed-masm-arm64.cc', 1161 '../../src/crankshaft/arm64/delayed-masm-arm64.cc',
1158 '../../src/crankshaft/arm64/delayed-masm-arm64.h', 1162 '../../src/crankshaft/arm64/delayed-masm-arm64.h',
1159 '../../src/crankshaft/arm64/delayed-masm-arm64-inl.h', 1163 '../../src/crankshaft/arm64/delayed-masm-arm64-inl.h',
1160 '../../src/crankshaft/arm64/lithium-arm64.cc', 1164 '../../src/crankshaft/arm64/lithium-arm64.cc',
1161 '../../src/crankshaft/arm64/lithium-arm64.h', 1165 '../../src/crankshaft/arm64/lithium-arm64.h',
1162 '../../src/crankshaft/arm64/lithium-codegen-arm64.cc', 1166 '../../src/crankshaft/arm64/lithium-codegen-arm64.cc',
1163 '../../src/crankshaft/arm64/lithium-codegen-arm64.h', 1167 '../../src/crankshaft/arm64/lithium-codegen-arm64.h',
1164 '../../src/crankshaft/arm64/lithium-gap-resolver-arm64.cc', 1168 '../../src/crankshaft/arm64/lithium-gap-resolver-arm64.cc',
1165 '../../src/crankshaft/arm64/lithium-gap-resolver-arm64.h', 1169 '../../src/crankshaft/arm64/lithium-gap-resolver-arm64.h',
(...skipping 21 matching lines...) Expand all
1187 '../../src/ia32/cpu-ia32.cc', 1191 '../../src/ia32/cpu-ia32.cc',
1188 '../../src/ia32/deoptimizer-ia32.cc', 1192 '../../src/ia32/deoptimizer-ia32.cc',
1189 '../../src/ia32/disasm-ia32.cc', 1193 '../../src/ia32/disasm-ia32.cc',
1190 '../../src/ia32/frames-ia32.cc', 1194 '../../src/ia32/frames-ia32.cc',
1191 '../../src/ia32/frames-ia32.h', 1195 '../../src/ia32/frames-ia32.h',
1192 '../../src/ia32/interface-descriptors-ia32.cc', 1196 '../../src/ia32/interface-descriptors-ia32.cc',
1193 '../../src/ia32/macro-assembler-ia32.cc', 1197 '../../src/ia32/macro-assembler-ia32.cc',
1194 '../../src/ia32/macro-assembler-ia32.h', 1198 '../../src/ia32/macro-assembler-ia32.h',
1195 '../../src/compiler/ia32/code-generator-ia32.cc', 1199 '../../src/compiler/ia32/code-generator-ia32.cc',
1196 '../../src/compiler/ia32/instruction-codes-ia32.h', 1200 '../../src/compiler/ia32/instruction-codes-ia32.h',
1201 '../../src/compiler/ia32/instruction-scheduler-ia32.cc',
1197 '../../src/compiler/ia32/instruction-selector-ia32.cc', 1202 '../../src/compiler/ia32/instruction-selector-ia32.cc',
1198 '../../src/crankshaft/ia32/lithium-codegen-ia32.cc', 1203 '../../src/crankshaft/ia32/lithium-codegen-ia32.cc',
1199 '../../src/crankshaft/ia32/lithium-codegen-ia32.h', 1204 '../../src/crankshaft/ia32/lithium-codegen-ia32.h',
1200 '../../src/crankshaft/ia32/lithium-gap-resolver-ia32.cc', 1205 '../../src/crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1201 '../../src/crankshaft/ia32/lithium-gap-resolver-ia32.h', 1206 '../../src/crankshaft/ia32/lithium-gap-resolver-ia32.h',
1202 '../../src/crankshaft/ia32/lithium-ia32.cc', 1207 '../../src/crankshaft/ia32/lithium-ia32.cc',
1203 '../../src/crankshaft/ia32/lithium-ia32.h', 1208 '../../src/crankshaft/ia32/lithium-ia32.h',
1204 '../../src/debug/ia32/debug-ia32.cc', 1209 '../../src/debug/ia32/debug-ia32.cc',
1205 '../../src/full-codegen/ia32/full-codegen-ia32.cc', 1210 '../../src/full-codegen/ia32/full-codegen-ia32.cc',
1206 '../../src/ic/ia32/access-compiler-ia32.cc', 1211 '../../src/ic/ia32/access-compiler-ia32.cc',
(...skipping 18 matching lines...) Expand all
1225 '../../src/x87/cpu-x87.cc', 1230 '../../src/x87/cpu-x87.cc',
1226 '../../src/x87/deoptimizer-x87.cc', 1231 '../../src/x87/deoptimizer-x87.cc',
1227 '../../src/x87/disasm-x87.cc', 1232 '../../src/x87/disasm-x87.cc',
1228 '../../src/x87/frames-x87.cc', 1233 '../../src/x87/frames-x87.cc',
1229 '../../src/x87/frames-x87.h', 1234 '../../src/x87/frames-x87.h',
1230 '../../src/x87/interface-descriptors-x87.cc', 1235 '../../src/x87/interface-descriptors-x87.cc',
1231 '../../src/x87/macro-assembler-x87.cc', 1236 '../../src/x87/macro-assembler-x87.cc',
1232 '../../src/x87/macro-assembler-x87.h', 1237 '../../src/x87/macro-assembler-x87.h',
1233 '../../src/compiler/x87/code-generator-x87.cc', 1238 '../../src/compiler/x87/code-generator-x87.cc',
1234 '../../src/compiler/x87/instruction-codes-x87.h', 1239 '../../src/compiler/x87/instruction-codes-x87.h',
1240 '../../src/compiler/x87/instruction-scheduler-x87.cc',
1235 '../../src/compiler/x87/instruction-selector-x87.cc', 1241 '../../src/compiler/x87/instruction-selector-x87.cc',
1236 '../../src/crankshaft/x87/lithium-codegen-x87.cc', 1242 '../../src/crankshaft/x87/lithium-codegen-x87.cc',
1237 '../../src/crankshaft/x87/lithium-codegen-x87.h', 1243 '../../src/crankshaft/x87/lithium-codegen-x87.h',
1238 '../../src/crankshaft/x87/lithium-gap-resolver-x87.cc', 1244 '../../src/crankshaft/x87/lithium-gap-resolver-x87.cc',
1239 '../../src/crankshaft/x87/lithium-gap-resolver-x87.h', 1245 '../../src/crankshaft/x87/lithium-gap-resolver-x87.h',
1240 '../../src/crankshaft/x87/lithium-x87.cc', 1246 '../../src/crankshaft/x87/lithium-x87.cc',
1241 '../../src/crankshaft/x87/lithium-x87.h', 1247 '../../src/crankshaft/x87/lithium-x87.h',
1242 '../../src/debug/x87/debug-x87.cc', 1248 '../../src/debug/x87/debug-x87.cc',
1243 '../../src/full-codegen/x87/full-codegen-x87.cc', 1249 '../../src/full-codegen/x87/full-codegen-x87.cc',
1244 '../../src/ic/x87/access-compiler-x87.cc', 1250 '../../src/ic/x87/access-compiler-x87.cc',
(...skipping 22 matching lines...) Expand all
1267 '../../src/mips/disasm-mips.cc', 1273 '../../src/mips/disasm-mips.cc',
1268 '../../src/mips/frames-mips.cc', 1274 '../../src/mips/frames-mips.cc',
1269 '../../src/mips/frames-mips.h', 1275 '../../src/mips/frames-mips.h',
1270 '../../src/mips/interface-descriptors-mips.cc', 1276 '../../src/mips/interface-descriptors-mips.cc',
1271 '../../src/mips/macro-assembler-mips.cc', 1277 '../../src/mips/macro-assembler-mips.cc',
1272 '../../src/mips/macro-assembler-mips.h', 1278 '../../src/mips/macro-assembler-mips.h',
1273 '../../src/mips/simulator-mips.cc', 1279 '../../src/mips/simulator-mips.cc',
1274 '../../src/mips/simulator-mips.h', 1280 '../../src/mips/simulator-mips.h',
1275 '../../src/compiler/mips/code-generator-mips.cc', 1281 '../../src/compiler/mips/code-generator-mips.cc',
1276 '../../src/compiler/mips/instruction-codes-mips.h', 1282 '../../src/compiler/mips/instruction-codes-mips.h',
1283 '../../src/compiler/mips/instruction-scheduler-mips.cc',
1277 '../../src/compiler/mips/instruction-selector-mips.cc', 1284 '../../src/compiler/mips/instruction-selector-mips.cc',
1278 '../../src/crankshaft/mips/lithium-codegen-mips.cc', 1285 '../../src/crankshaft/mips/lithium-codegen-mips.cc',
1279 '../../src/crankshaft/mips/lithium-codegen-mips.h', 1286 '../../src/crankshaft/mips/lithium-codegen-mips.h',
1280 '../../src/crankshaft/mips/lithium-gap-resolver-mips.cc', 1287 '../../src/crankshaft/mips/lithium-gap-resolver-mips.cc',
1281 '../../src/crankshaft/mips/lithium-gap-resolver-mips.h', 1288 '../../src/crankshaft/mips/lithium-gap-resolver-mips.h',
1282 '../../src/crankshaft/mips/lithium-mips.cc', 1289 '../../src/crankshaft/mips/lithium-mips.cc',
1283 '../../src/crankshaft/mips/lithium-mips.h', 1290 '../../src/crankshaft/mips/lithium-mips.h',
1284 '../../src/full-codegen/mips/full-codegen-mips.cc', 1291 '../../src/full-codegen/mips/full-codegen-mips.cc',
1285 '../../src/debug/mips/debug-mips.cc', 1292 '../../src/debug/mips/debug-mips.cc',
1286 '../../src/ic/mips/access-compiler-mips.cc', 1293 '../../src/ic/mips/access-compiler-mips.cc',
(...skipping 22 matching lines...) Expand all
1309 '../../src/mips64/disasm-mips64.cc', 1316 '../../src/mips64/disasm-mips64.cc',
1310 '../../src/mips64/frames-mips64.cc', 1317 '../../src/mips64/frames-mips64.cc',
1311 '../../src/mips64/frames-mips64.h', 1318 '../../src/mips64/frames-mips64.h',
1312 '../../src/mips64/interface-descriptors-mips64.cc', 1319 '../../src/mips64/interface-descriptors-mips64.cc',
1313 '../../src/mips64/macro-assembler-mips64.cc', 1320 '../../src/mips64/macro-assembler-mips64.cc',
1314 '../../src/mips64/macro-assembler-mips64.h', 1321 '../../src/mips64/macro-assembler-mips64.h',
1315 '../../src/mips64/simulator-mips64.cc', 1322 '../../src/mips64/simulator-mips64.cc',
1316 '../../src/mips64/simulator-mips64.h', 1323 '../../src/mips64/simulator-mips64.h',
1317 '../../src/compiler/mips64/code-generator-mips64.cc', 1324 '../../src/compiler/mips64/code-generator-mips64.cc',
1318 '../../src/compiler/mips64/instruction-codes-mips64.h', 1325 '../../src/compiler/mips64/instruction-codes-mips64.h',
1326 '../../src/compiler/mips64/instruction-scheduler-mips64.cc',
1319 '../../src/compiler/mips64/instruction-selector-mips64.cc', 1327 '../../src/compiler/mips64/instruction-selector-mips64.cc',
1320 '../../src/crankshaft/mips64/lithium-codegen-mips64.cc', 1328 '../../src/crankshaft/mips64/lithium-codegen-mips64.cc',
1321 '../../src/crankshaft/mips64/lithium-codegen-mips64.h', 1329 '../../src/crankshaft/mips64/lithium-codegen-mips64.h',
1322 '../../src/crankshaft/mips64/lithium-gap-resolver-mips64.cc', 1330 '../../src/crankshaft/mips64/lithium-gap-resolver-mips64.cc',
1323 '../../src/crankshaft/mips64/lithium-gap-resolver-mips64.h', 1331 '../../src/crankshaft/mips64/lithium-gap-resolver-mips64.h',
1324 '../../src/crankshaft/mips64/lithium-mips64.cc', 1332 '../../src/crankshaft/mips64/lithium-mips64.cc',
1325 '../../src/crankshaft/mips64/lithium-mips64.h', 1333 '../../src/crankshaft/mips64/lithium-mips64.h',
1326 '../../src/debug/mips64/debug-mips64.cc', 1334 '../../src/debug/mips64/debug-mips64.cc',
1327 '../../src/full-codegen/mips64/full-codegen-mips64.cc', 1335 '../../src/full-codegen/mips64/full-codegen-mips64.cc',
1328 '../../src/ic/mips64/access-compiler-mips64.cc', 1336 '../../src/ic/mips64/access-compiler-mips64.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 '../../src/ic/x64/ic-compiler-x64.cc', 1374 '../../src/ic/x64/ic-compiler-x64.cc',
1367 '../../src/ic/x64/stub-cache-x64.cc', 1375 '../../src/ic/x64/stub-cache-x64.cc',
1368 '../../src/regexp/x64/regexp-macro-assembler-x64.cc', 1376 '../../src/regexp/x64/regexp-macro-assembler-x64.cc',
1369 '../../src/regexp/x64/regexp-macro-assembler-x64.h', 1377 '../../src/regexp/x64/regexp-macro-assembler-x64.h',
1370 ], 1378 ],
1371 }], 1379 }],
1372 ['v8_target_arch=="x64"', { 1380 ['v8_target_arch=="x64"', {
1373 'sources': [ 1381 'sources': [
1374 '../../src/compiler/x64/code-generator-x64.cc', 1382 '../../src/compiler/x64/code-generator-x64.cc',
1375 '../../src/compiler/x64/instruction-codes-x64.h', 1383 '../../src/compiler/x64/instruction-codes-x64.h',
1384 '../../src/compiler/x64/instruction-scheduler-x64.cc',
1376 '../../src/compiler/x64/instruction-selector-x64.cc', 1385 '../../src/compiler/x64/instruction-selector-x64.cc',
1377 ], 1386 ],
1378 }], 1387 }],
1379 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1388 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1380 'sources': [ ### gcmole(arch:ppc) ### 1389 'sources': [ ### gcmole(arch:ppc) ###
1381 '../../src/compiler/ppc/code-generator-ppc.cc', 1390 '../../src/compiler/ppc/code-generator-ppc.cc',
1382 '../../src/compiler/ppc/instruction-codes-ppc.h', 1391 '../../src/compiler/ppc/instruction-codes-ppc.h',
1392 '../../src/compiler/ppc/instruction-scheduler-ppc.cc',
1383 '../../src/compiler/ppc/instruction-selector-ppc.cc', 1393 '../../src/compiler/ppc/instruction-selector-ppc.cc',
1384 '../../src/crankshaft/ppc/lithium-ppc.cc', 1394 '../../src/crankshaft/ppc/lithium-ppc.cc',
1385 '../../src/crankshaft/ppc/lithium-ppc.h', 1395 '../../src/crankshaft/ppc/lithium-ppc.h',
1386 '../../src/crankshaft/ppc/lithium-codegen-ppc.cc', 1396 '../../src/crankshaft/ppc/lithium-codegen-ppc.cc',
1387 '../../src/crankshaft/ppc/lithium-codegen-ppc.h', 1397 '../../src/crankshaft/ppc/lithium-codegen-ppc.h',
1388 '../../src/crankshaft/ppc/lithium-gap-resolver-ppc.cc', 1398 '../../src/crankshaft/ppc/lithium-gap-resolver-ppc.cc',
1389 '../../src/crankshaft/ppc/lithium-gap-resolver-ppc.h', 1399 '../../src/crankshaft/ppc/lithium-gap-resolver-ppc.h',
1390 '../../src/debug/ppc/debug-ppc.cc', 1400 '../../src/debug/ppc/debug-ppc.cc',
1391 '../../src/full-codegen/ppc/full-codegen-ppc.cc', 1401 '../../src/full-codegen/ppc/full-codegen-ppc.cc',
1392 '../../src/ic/ppc/access-compiler-ppc.cc', 1402 '../../src/ic/ppc/access-compiler-ppc.cc',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 }], 2112 }],
2103 ['want_separate_host_toolset==1', { 2113 ['want_separate_host_toolset==1', {
2104 'toolsets': ['host'], 2114 'toolsets': ['host'],
2105 }, { 2115 }, {
2106 'toolsets': ['target'], 2116 'toolsets': ['target'],
2107 }], 2117 }],
2108 ], 2118 ],
2109 }, 2119 },
2110 ], 2120 ],
2111 } 2121 }
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698