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

Side by Side Diff: src/v8.gyp

Issue 2757693003: [wasm][asm.js] Asm.js -> wasm custom parser. (Closed)
Patch Set: fix Created 3 years, 9 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/flag-definitions.h ('k') | src/wasm/wasm-module.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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'api-arguments-inl.h', 411 'api-arguments-inl.h',
412 'api-arguments.cc', 412 'api-arguments.cc',
413 'api-arguments.h', 413 'api-arguments.h',
414 'api-natives.cc', 414 'api-natives.cc',
415 'api-natives.h', 415 'api-natives.h',
416 'arguments.cc', 416 'arguments.cc',
417 'arguments.h', 417 'arguments.h',
418 'asmjs/asm-js.cc', 418 'asmjs/asm-js.cc',
419 'asmjs/asm-js.h', 419 'asmjs/asm-js.h',
420 'asmjs/asm-names.h', 420 'asmjs/asm-names.h',
421 'asmjs/asm-parser.cc',
422 'asmjs/asm-parser.h',
421 'asmjs/asm-scanner.cc', 423 'asmjs/asm-scanner.cc',
422 'asmjs/asm-scanner.h', 424 'asmjs/asm-scanner.h',
423 'asmjs/asm-typer.cc', 425 'asmjs/asm-typer.cc',
424 'asmjs/asm-typer.h', 426 'asmjs/asm-typer.h',
425 'asmjs/asm-types.cc', 427 'asmjs/asm-types.cc',
426 'asmjs/asm-types.h', 428 'asmjs/asm-types.h',
427 'asmjs/asm-wasm-builder.cc', 429 'asmjs/asm-wasm-builder.cc',
428 'asmjs/asm-wasm-builder.h', 430 'asmjs/asm-wasm-builder.h',
429 'asmjs/switch-logic.h', 431 'asmjs/switch-logic.h',
430 'asmjs/switch-logic.cc', 432 'asmjs/switch-logic.cc',
(...skipping 2078 matching lines...) Expand 10 before | Expand all | Expand 10 after
2509 'conditions': [ 2511 'conditions': [
2510 ['want_separate_host_toolset_mkpeephole==1', { 2512 ['want_separate_host_toolset_mkpeephole==1', {
2511 'toolsets': ['host'], 2513 'toolsets': ['host'],
2512 }, { 2514 }, {
2513 'toolsets': ['target'], 2515 'toolsets': ['target'],
2514 }], 2516 }],
2515 ], 2517 ],
2516 }, 2518 },
2517 ], 2519 ],
2518 } 2520 }
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698