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

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

Issue 11275184: First draft of the sh4 port Base URL: http://github.com/v8/v8.git@master
Patch Set: Use GYP and fixe some typos Created 8 years, 1 month 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 | « test/cctest/test-sh4.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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 '../../src/mips/lithium-mips.cc', 592 '../../src/mips/lithium-mips.cc',
593 '../../src/mips/lithium-mips.h', 593 '../../src/mips/lithium-mips.h',
594 '../../src/mips/macro-assembler-mips.cc', 594 '../../src/mips/macro-assembler-mips.cc',
595 '../../src/mips/macro-assembler-mips.h', 595 '../../src/mips/macro-assembler-mips.h',
596 '../../src/mips/regexp-macro-assembler-mips.cc', 596 '../../src/mips/regexp-macro-assembler-mips.cc',
597 '../../src/mips/regexp-macro-assembler-mips.h', 597 '../../src/mips/regexp-macro-assembler-mips.h',
598 '../../src/mips/simulator-mips.cc', 598 '../../src/mips/simulator-mips.cc',
599 '../../src/mips/stub-cache-mips.cc', 599 '../../src/mips/stub-cache-mips.cc',
600 ], 600 ],
601 }], 601 }],
602 ['v8_target_arch=="sh4"', {
603 'sources': [
604 '../../src/sh4/assembler-sh4-inl.h',
605 '../../src/sh4/assembler-sh4.cc',
606 '../../src/sh4/assembler-sh4.h',
607 '../../src/sh4/builtins-sh4.cc',
608 '../../src/sh4/checks-sh4.h',
609 '../../src/sh4/code-stubs-sh4.cc',
610 '../../src/sh4/code-stubs-sh4.h',
611 '../../src/sh4/codegen-sh4.cc',
612 '../../src/sh4/codegen-sh4.h',
613 '../../src/sh4/constants-sh4.h',
614 '../../src/sh4/constants-sh4.cc',
615 '../../src/sh4/cpu-sh4.cc',
616 '../../src/sh4/debug-sh4.cc',
617 '../../src/sh4/deoptimizer-sh4.cc',
618 '../../src/sh4/disasm-sh4.cc',
619 '../../src/sh4/frames-sh4.cc',
620 '../../src/sh4/frames-sh4.h',
621 '../../src/sh4/full-codegen-sh4.cc',
622 '../../src/sh4/ic-sh4.cc',
623 '../../src/sh4/lithium-sh4.cc',
624 '../../src/sh4/lithium-sh4.h',
625 '../../src/sh4/lithium-codegen-sh4.cc',
626 '../../src/sh4/lithium-codegen-sh4.h',
627 '../../src/sh4/lithium-gap-resolver-sh4.cc',
628 '../../src/sh4/lithium-gap-resolver-sh4.h',
629 '../../src/sh4/macro-assembler-sh4.cc',
630 '../../src/sh4/macro-assembler-sh4.h',
631 '../../src/sh4/map-sh4.h',
632 '../../src/sh4/opcodes-sh4.cc',
633 '../../src/sh4/opcodes-sh4.h',
634 '../../src/sh4/regexp-macro-assembler-sh4.cc',
635 '../../src/sh4/regexp-macro-assembler-sh4.h',
636 '../../src/sh4/simulator-sh4.h',
637 '../../src/sh4/stub-cache-sh4.cc',
638 ],
639 }],
602 ['v8_target_arch=="x64" or v8_target_arch=="mac" or OS=="mac"', { 640 ['v8_target_arch=="x64" or v8_target_arch=="mac" or OS=="mac"', {
603 'sources': [ 641 'sources': [
604 '../../src/x64/assembler-x64-inl.h', 642 '../../src/x64/assembler-x64-inl.h',
605 '../../src/x64/assembler-x64.cc', 643 '../../src/x64/assembler-x64.cc',
606 '../../src/x64/assembler-x64.h', 644 '../../src/x64/assembler-x64.h',
607 '../../src/x64/builtins-x64.cc', 645 '../../src/x64/builtins-x64.cc',
608 '../../src/x64/code-stubs-x64.cc', 646 '../../src/x64/code-stubs-x64.cc',
609 '../../src/x64/code-stubs-x64.h', 647 '../../src/x64/code-stubs-x64.h',
610 '../../src/x64/codegen-x64.cc', 648 '../../src/x64/codegen-x64.cc',
611 '../../src/x64/codegen-x64.h', 649 '../../src/x64/codegen-x64.h',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 }], 1037 }],
1000 ], 1038 ],
1001 'dependencies': [ 1039 'dependencies': [
1002 'v8' 1040 'v8'
1003 ], 1041 ],
1004 }, 1042 },
1005 ], 1043 ],
1006 }], 1044 }],
1007 ], 1045 ],
1008 } 1046 }
OLDNEW
« no previous file with comments | « test/cctest/test-sh4.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698