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

Side by Side Diff: src/v8.gyp

Issue 2408823002: [asmjs] Move switch-logic.h to asmjs/ directory. (Closed)
Patch Set: [asmjs] Move switch-logic.h to asmjs/ directory. Created 4 years, 2 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/switch-logic.cc ('k') | src/wasm/switch-logic.h » ('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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-typer.cc', 420 'asmjs/asm-typer.cc',
421 'asmjs/asm-typer.h', 421 'asmjs/asm-typer.h',
422 'asmjs/asm-types.cc', 422 'asmjs/asm-types.cc',
423 'asmjs/asm-types.h', 423 'asmjs/asm-types.h',
424 'asmjs/asm-wasm-builder.cc', 424 'asmjs/asm-wasm-builder.cc',
425 'asmjs/asm-wasm-builder.h', 425 'asmjs/asm-wasm-builder.h',
426 'asmjs/switch-logic.h',
427 'asmjs/switch-logic.cc',
426 'assembler.cc', 428 'assembler.cc',
427 'assembler.h', 429 'assembler.h',
428 'assert-scope.h', 430 'assert-scope.h',
429 'assert-scope.cc', 431 'assert-scope.cc',
430 'ast/ast-expression-rewriter.cc', 432 'ast/ast-expression-rewriter.cc',
431 'ast/ast-expression-rewriter.h', 433 'ast/ast-expression-rewriter.h',
432 'ast/ast-literal-reindexer.cc', 434 'ast/ast-literal-reindexer.cc',
433 'ast/ast-literal-reindexer.h', 435 'ast/ast-literal-reindexer.h',
434 'ast/ast-numbering.cc', 436 'ast/ast-numbering.cc',
435 'ast/ast-numbering.h', 437 'ast/ast-numbering.h',
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'version.cc', 1240 'version.cc',
1239 'version.h', 1241 'version.h',
1240 'vm-state-inl.h', 1242 'vm-state-inl.h',
1241 'vm-state.h', 1243 'vm-state.h',
1242 'wasm/ast-decoder.cc', 1244 'wasm/ast-decoder.cc',
1243 'wasm/ast-decoder.h', 1245 'wasm/ast-decoder.h',
1244 'wasm/decoder.h', 1246 'wasm/decoder.h',
1245 'wasm/leb-helper.h', 1247 'wasm/leb-helper.h',
1246 'wasm/module-decoder.cc', 1248 'wasm/module-decoder.cc',
1247 'wasm/module-decoder.h', 1249 'wasm/module-decoder.h',
1248 'wasm/switch-logic.h',
1249 'wasm/switch-logic.cc',
1250 'wasm/wasm-debug.cc', 1250 'wasm/wasm-debug.cc',
1251 'wasm/wasm-debug.h', 1251 'wasm/wasm-debug.h',
1252 'wasm/wasm-external-refs.cc', 1252 'wasm/wasm-external-refs.cc',
1253 'wasm/wasm-external-refs.h', 1253 'wasm/wasm-external-refs.h',
1254 'wasm/wasm-function-name-table.cc', 1254 'wasm/wasm-function-name-table.cc',
1255 'wasm/wasm-function-name-table.h', 1255 'wasm/wasm-function-name-table.h',
1256 'wasm/wasm-js.cc', 1256 'wasm/wasm-js.cc',
1257 'wasm/wasm-js.h', 1257 'wasm/wasm-js.h',
1258 'wasm/wasm-macro-gen.h', 1258 'wasm/wasm-macro-gen.h',
1259 'wasm/wasm-module.cc', 1259 'wasm/wasm-module.cc',
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 'conditions': [ 2467 'conditions': [
2468 ['want_separate_host_toolset_mkpeephole==1', { 2468 ['want_separate_host_toolset_mkpeephole==1', {
2469 'toolsets': ['host'], 2469 'toolsets': ['host'],
2470 }, { 2470 }, {
2471 'toolsets': ['target'], 2471 'toolsets': ['target'],
2472 }], 2472 }],
2473 ], 2473 ],
2474 }, 2474 },
2475 ], 2475 ],
2476 } 2476 }
OLDNEW
« no previous file with comments | « src/asmjs/switch-logic.cc ('k') | src/wasm/switch-logic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698