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

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

Issue 6135008: Add source file lithium-codegen-x64.cc. Add class declarations to lithium-co... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 11 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 | « src/x64/lithium-codegen-x64.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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 '../../src/x64/codegen-x64.h', 666 '../../src/x64/codegen-x64.h',
667 '../../src/x64/cpu-x64.cc', 667 '../../src/x64/cpu-x64.cc',
668 '../../src/x64/debug-x64.cc', 668 '../../src/x64/debug-x64.cc',
669 '../../src/x64/deoptimizer-x64.cc', 669 '../../src/x64/deoptimizer-x64.cc',
670 '../../src/x64/disasm-x64.cc', 670 '../../src/x64/disasm-x64.cc',
671 '../../src/x64/frames-x64.cc', 671 '../../src/x64/frames-x64.cc',
672 '../../src/x64/frames-x64.h', 672 '../../src/x64/frames-x64.h',
673 '../../src/x64/full-codegen-x64.cc', 673 '../../src/x64/full-codegen-x64.cc',
674 '../../src/x64/ic-x64.cc', 674 '../../src/x64/ic-x64.cc',
675 '../../src/x64/jump-target-x64.cc', 675 '../../src/x64/jump-target-x64.cc',
676 '../../src/x64/lithium-codegen-x64.cc',
676 '../../src/x64/lithium-codegen-x64.h', 677 '../../src/x64/lithium-codegen-x64.h',
677 '../../src/x64/lithium-x64.cc', 678 '../../src/x64/lithium-x64.cc',
678 '../../src/x64/lithium-x64.h', 679 '../../src/x64/lithium-x64.h',
679 '../../src/x64/macro-assembler-x64.cc', 680 '../../src/x64/macro-assembler-x64.cc',
680 '../../src/x64/macro-assembler-x64.h', 681 '../../src/x64/macro-assembler-x64.h',
681 '../../src/x64/regexp-macro-assembler-x64.cc', 682 '../../src/x64/regexp-macro-assembler-x64.cc',
682 '../../src/x64/regexp-macro-assembler-x64.h', 683 '../../src/x64/regexp-macro-assembler-x64.h',
683 '../../src/x64/register-allocator-x64.cc', 684 '../../src/x64/register-allocator-x64.cc',
684 '../../src/x64/stub-cache-x64.cc', 685 '../../src/x64/stub-cache-x64.cc',
685 '../../src/x64/virtual-frame-x64.cc', 686 '../../src/x64/virtual-frame-x64.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'target_name': 'v8_shell', 842 'target_name': 'v8_shell',
842 'type': 'none', 843 'type': 'none',
843 'dependencies': [ 844 'dependencies': [
844 'v8' 845 'v8'
845 ], 846 ],
846 }, 847 },
847 ], 848 ],
848 }], 849 }],
849 ], 850 ],
850 } 851 }
OLDNEW
« no previous file with comments | « src/x64/lithium-codegen-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698