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

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

Issue 1664993002: Fix asm-wasm.js test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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 | « src/wasm/switch-logic.cc ('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 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 '../../src/v8.cc', 1180 '../../src/v8.cc',
1181 '../../src/v8.h', 1181 '../../src/v8.h',
1182 '../../src/v8memory.h', 1182 '../../src/v8memory.h',
1183 '../../src/v8threads.cc', 1183 '../../src/v8threads.cc',
1184 '../../src/v8threads.h', 1184 '../../src/v8threads.h',
1185 '../../src/vector.h', 1185 '../../src/vector.h',
1186 '../../src/version.cc', 1186 '../../src/version.cc',
1187 '../../src/version.h', 1187 '../../src/version.h',
1188 '../../src/vm-state-inl.h', 1188 '../../src/vm-state-inl.h',
1189 '../../src/vm-state.h', 1189 '../../src/vm-state.h',
1190 '../../src/wasm/switch-logic.h',
1191 '../../src/wasm/switch-logic.cc',
1190 '../../src/wasm/asm-wasm-builder.cc', 1192 '../../src/wasm/asm-wasm-builder.cc',
1191 '../../src/wasm/asm-wasm-builder.h', 1193 '../../src/wasm/asm-wasm-builder.h',
1192 '../../src/wasm/ast-decoder.cc', 1194 '../../src/wasm/ast-decoder.cc',
1193 '../../src/wasm/ast-decoder.h', 1195 '../../src/wasm/ast-decoder.h',
1194 '../../src/wasm/decoder.h', 1196 '../../src/wasm/decoder.h',
1195 '../../src/wasm/encoder.cc', 1197 '../../src/wasm/encoder.cc',
1196 '../../src/wasm/encoder.h', 1198 '../../src/wasm/encoder.h',
1197 '../../src/wasm/module-decoder.cc', 1199 '../../src/wasm/module-decoder.cc',
1198 '../../src/wasm/module-decoder.h', 1200 '../../src/wasm/module-decoder.h',
1199 '../../src/wasm/wasm-js.cc', 1201 '../../src/wasm/wasm-js.cc',
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
2278 }], 2280 }],
2279 ['want_separate_host_toolset==1', { 2281 ['want_separate_host_toolset==1', {
2280 'toolsets': ['host'], 2282 'toolsets': ['host'],
2281 }, { 2283 }, {
2282 'toolsets': ['target'], 2284 'toolsets': ['target'],
2283 }], 2285 }],
2284 ], 2286 ],
2285 }, 2287 },
2286 ], 2288 ],
2287 } 2289 }
OLDNEW
« no previous file with comments | « src/wasm/switch-logic.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698