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

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

Issue 539903002: Move StructuredMachineAssembler into cctest suite. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add a TODO. Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « test/cctest/compiler/test-structured-machine-assembler.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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '../../src/compiler/raw-machine-assembler.h', 451 '../../src/compiler/raw-machine-assembler.h',
452 '../../src/compiler/register-allocator.cc', 452 '../../src/compiler/register-allocator.cc',
453 '../../src/compiler/register-allocator.h', 453 '../../src/compiler/register-allocator.h',
454 '../../src/compiler/representation-change.h', 454 '../../src/compiler/representation-change.h',
455 '../../src/compiler/schedule.cc', 455 '../../src/compiler/schedule.cc',
456 '../../src/compiler/schedule.h', 456 '../../src/compiler/schedule.h',
457 '../../src/compiler/scheduler.cc', 457 '../../src/compiler/scheduler.cc',
458 '../../src/compiler/scheduler.h', 458 '../../src/compiler/scheduler.h',
459 '../../src/compiler/simplified-lowering.cc', 459 '../../src/compiler/simplified-lowering.cc',
460 '../../src/compiler/simplified-lowering.h', 460 '../../src/compiler/simplified-lowering.h',
461 '../../src/compiler/simplified-node-factory.h',
462 '../../src/compiler/simplified-operator-reducer.cc', 461 '../../src/compiler/simplified-operator-reducer.cc',
463 '../../src/compiler/simplified-operator-reducer.h', 462 '../../src/compiler/simplified-operator-reducer.h',
464 '../../src/compiler/simplified-operator.cc', 463 '../../src/compiler/simplified-operator.cc',
465 '../../src/compiler/simplified-operator.h', 464 '../../src/compiler/simplified-operator.h',
466 '../../src/compiler/source-position.cc', 465 '../../src/compiler/source-position.cc',
467 '../../src/compiler/source-position.h', 466 '../../src/compiler/source-position.h',
468 '../../src/compiler/structured-machine-assembler.cc',
469 '../../src/compiler/structured-machine-assembler.h',
470 '../../src/compiler/typer.cc', 467 '../../src/compiler/typer.cc',
471 '../../src/compiler/typer.h', 468 '../../src/compiler/typer.h',
472 '../../src/compiler/verifier.cc', 469 '../../src/compiler/verifier.cc',
473 '../../src/compiler/verifier.h', 470 '../../src/compiler/verifier.h',
474 '../../src/compiler.cc', 471 '../../src/compiler.cc',
475 '../../src/compiler.h', 472 '../../src/compiler.h',
476 '../../src/contexts.cc', 473 '../../src/contexts.cc',
477 '../../src/contexts.h', 474 '../../src/contexts.h',
478 '../../src/conversions-inl.h', 475 '../../src/conversions-inl.h',
479 '../../src/conversions.cc', 476 '../../src/conversions.cc',
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 }], 1643 }],
1647 ['v8_compress_startup_data=="bz2"', { 1644 ['v8_compress_startup_data=="bz2"', {
1648 'libraries': [ 1645 'libraries': [
1649 '-lbz2', 1646 '-lbz2',
1650 ] 1647 ]
1651 }], 1648 }],
1652 ], 1649 ],
1653 }, 1650 },
1654 ], 1651 ],
1655 } 1652 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-structured-machine-assembler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698