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

Side by Side Diff: src/v8.gyp

Issue 2071343003: V8. ASM-2-WASM. Validator V2. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: moves test-asm-validator to the asmjs cctest folder. 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/asmjs/asm-types.h ('k') | test/cctest/OWNERS » ('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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'api.h', 413 'api.h',
414 'api-arguments-inl.h', 414 'api-arguments-inl.h',
415 'api-arguments.cc', 415 'api-arguments.cc',
416 'api-arguments.h', 416 'api-arguments.h',
417 'api-natives.cc', 417 'api-natives.cc',
418 'api-natives.h', 418 'api-natives.h',
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',
424 'asmjs/asm-typer.h',
423 'asmjs/asm-types.cc', 425 'asmjs/asm-types.cc',
424 'asmjs/asm-types.h', 426 'asmjs/asm-types.h',
425 'asmjs/asm-wasm-builder.cc', 427 'asmjs/asm-wasm-builder.cc',
426 'asmjs/asm-wasm-builder.h', 428 'asmjs/asm-wasm-builder.h',
427 'asmjs/typing-asm.cc', 429 'asmjs/typing-asm.cc',
428 'asmjs/typing-asm.h', 430 'asmjs/typing-asm.h',
429 'assembler.cc', 431 'assembler.cc',
430 'assembler.h', 432 'assembler.h',
431 'assert-scope.h', 433 'assert-scope.h',
432 'assert-scope.cc', 434 'assert-scope.cc',
(...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after
2292 }], 2294 }],
2293 ['want_separate_host_toolset==1', { 2295 ['want_separate_host_toolset==1', {
2294 'toolsets': ['host'], 2296 'toolsets': ['host'],
2295 }, { 2297 }, {
2296 'toolsets': ['target'], 2298 'toolsets': ['target'],
2297 }], 2299 }],
2298 ], 2300 ],
2299 }, 2301 },
2300 ], 2302 ],
2301 } 2303 }
OLDNEW
« no previous file with comments | « src/asmjs/asm-types.h ('k') | test/cctest/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698