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

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

Issue 228943009: MIPS: Add big-endian support for MIPS. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comments addressed Created 6 years, 8 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/test262/test262.status ('k') | tools/run-tests.py » ('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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 '../../src/ia32/lithium-gap-resolver-ia32.h', 720 '../../src/ia32/lithium-gap-resolver-ia32.h',
721 '../../src/ia32/lithium-ia32.cc', 721 '../../src/ia32/lithium-ia32.cc',
722 '../../src/ia32/lithium-ia32.h', 722 '../../src/ia32/lithium-ia32.h',
723 '../../src/ia32/macro-assembler-ia32.cc', 723 '../../src/ia32/macro-assembler-ia32.cc',
724 '../../src/ia32/macro-assembler-ia32.h', 724 '../../src/ia32/macro-assembler-ia32.h',
725 '../../src/ia32/regexp-macro-assembler-ia32.cc', 725 '../../src/ia32/regexp-macro-assembler-ia32.cc',
726 '../../src/ia32/regexp-macro-assembler-ia32.h', 726 '../../src/ia32/regexp-macro-assembler-ia32.h',
727 '../../src/ia32/stub-cache-ia32.cc', 727 '../../src/ia32/stub-cache-ia32.cc',
728 ], 728 ],
729 }], 729 }],
730 ['v8_target_arch=="mipsel"', { 730 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', {
731 'sources': [ ### gcmole(arch:mipsel) ### 731 'sources': [ ### gcmole(arch:mipsel) ###
732 '../../src/mips/assembler-mips.cc', 732 '../../src/mips/assembler-mips.cc',
733 '../../src/mips/assembler-mips.h', 733 '../../src/mips/assembler-mips.h',
734 '../../src/mips/assembler-mips-inl.h', 734 '../../src/mips/assembler-mips-inl.h',
735 '../../src/mips/builtins-mips.cc', 735 '../../src/mips/builtins-mips.cc',
736 '../../src/mips/codegen-mips.cc', 736 '../../src/mips/codegen-mips.cc',
737 '../../src/mips/codegen-mips.h', 737 '../../src/mips/codegen-mips.h',
738 '../../src/mips/code-stubs-mips.cc', 738 '../../src/mips/code-stubs-mips.cc',
739 '../../src/mips/code-stubs-mips.h', 739 '../../src/mips/code-stubs-mips.h',
740 '../../src/mips/constants-mips.cc', 740 '../../src/mips/constants-mips.cc',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 }], 1182 }],
1183 ['v8_compress_startup_data=="bz2"', { 1183 ['v8_compress_startup_data=="bz2"', {
1184 'libraries': [ 1184 'libraries': [
1185 '-lbz2', 1185 '-lbz2',
1186 ] 1186 ]
1187 }], 1187 }],
1188 ], 1188 ],
1189 }, 1189 },
1190 ], 1190 ],
1191 } 1191 }
OLDNEW
« no previous file with comments | « test/test262/test262.status ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698