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

Side by Side Diff: src/v8.gyp

Issue 2146853004: [wasm] Drop old typing-asm and its tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/compiler.cc ('k') | src/wasm/wasm-js.cc » ('j') | 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'arguments.cc', 419 'arguments.cc',
420 'arguments.h', 420 'arguments.h',
421 'asmjs/asm-js.cc', 421 'asmjs/asm-js.cc',
422 'asmjs/asm-js.h', 422 'asmjs/asm-js.h',
423 'asmjs/asm-typer.cc', 423 'asmjs/asm-typer.cc',
424 'asmjs/asm-typer.h', 424 'asmjs/asm-typer.h',
425 'asmjs/asm-types.cc', 425 'asmjs/asm-types.cc',
426 'asmjs/asm-types.h', 426 'asmjs/asm-types.h',
427 'asmjs/asm-wasm-builder.cc', 427 'asmjs/asm-wasm-builder.cc',
428 'asmjs/asm-wasm-builder.h', 428 'asmjs/asm-wasm-builder.h',
429 'asmjs/typing-asm.cc',
430 'asmjs/typing-asm.h',
431 'assembler.cc', 429 'assembler.cc',
432 'assembler.h', 430 'assembler.h',
433 'assert-scope.h', 431 'assert-scope.h',
434 'assert-scope.cc', 432 'assert-scope.cc',
435 'ast/ast-expression-rewriter.cc', 433 'ast/ast-expression-rewriter.cc',
436 'ast/ast-expression-rewriter.h', 434 'ast/ast-expression-rewriter.h',
437 'ast/ast-expression-visitor.cc', 435 'ast/ast-expression-visitor.cc',
438 'ast/ast-expression-visitor.h', 436 'ast/ast-expression-visitor.h',
439 'ast/ast-literal-reindexer.cc', 437 'ast/ast-literal-reindexer.cc',
440 'ast/ast-literal-reindexer.h', 438 'ast/ast-literal-reindexer.h',
(...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after
2300 }], 2298 }],
2301 ['want_separate_host_toolset==1', { 2299 ['want_separate_host_toolset==1', {
2302 'toolsets': ['host'], 2300 'toolsets': ['host'],
2303 }, { 2301 }, {
2304 'toolsets': ['target'], 2302 'toolsets': ['target'],
2305 }], 2303 }],
2306 ], 2304 ],
2307 }, 2305 },
2308 ], 2306 ],
2309 } 2307 }
OLDNEW
« no previous file with comments | « src/compiler.cc ('k') | src/wasm/wasm-js.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698