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

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

Issue 535753003: MIPS: Make concrete classes for individual call descriptors. - external (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « BUILD.gn ('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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 '../../src/mips/lithium-mips.h', 999 '../../src/mips/lithium-mips.h',
1000 '../../src/mips/macro-assembler-mips.cc', 1000 '../../src/mips/macro-assembler-mips.cc',
1001 '../../src/mips/macro-assembler-mips.h', 1001 '../../src/mips/macro-assembler-mips.h',
1002 '../../src/mips/regexp-macro-assembler-mips.cc', 1002 '../../src/mips/regexp-macro-assembler-mips.cc',
1003 '../../src/mips/regexp-macro-assembler-mips.h', 1003 '../../src/mips/regexp-macro-assembler-mips.h',
1004 '../../src/mips/simulator-mips.cc', 1004 '../../src/mips/simulator-mips.cc',
1005 '../../src/ic/mips/access-compiler-mips.cc', 1005 '../../src/ic/mips/access-compiler-mips.cc',
1006 '../../src/ic/mips/handler-compiler-mips.cc', 1006 '../../src/ic/mips/handler-compiler-mips.cc',
1007 '../../src/ic/mips/ic-mips.cc', 1007 '../../src/ic/mips/ic-mips.cc',
1008 '../../src/ic/mips/ic-compiler-mips.cc', 1008 '../../src/ic/mips/ic-compiler-mips.cc',
1009 '../../src/ic/mips/ic-conventions-mips.cc',
1010 '../../src/ic/mips/stub-cache-mips.cc', 1009 '../../src/ic/mips/stub-cache-mips.cc',
1011 ], 1010 ],
1012 }], 1011 }],
1013 ['v8_target_arch=="mips64el"', { 1012 ['v8_target_arch=="mips64el"', {
1014 'sources': [ ### gcmole(arch:mips64el) ### 1013 'sources': [ ### gcmole(arch:mips64el) ###
1015 '../../src/mips64/assembler-mips64.cc', 1014 '../../src/mips64/assembler-mips64.cc',
1016 '../../src/mips64/assembler-mips64.h', 1015 '../../src/mips64/assembler-mips64.h',
1017 '../../src/mips64/assembler-mips64-inl.h', 1016 '../../src/mips64/assembler-mips64-inl.h',
1018 '../../src/mips64/builtins-mips64.cc', 1017 '../../src/mips64/builtins-mips64.cc',
1019 '../../src/mips64/codegen-mips64.cc', 1018 '../../src/mips64/codegen-mips64.cc',
(...skipping 18 matching lines...) Expand all
1038 '../../src/mips64/lithium-mips64.h', 1037 '../../src/mips64/lithium-mips64.h',
1039 '../../src/mips64/macro-assembler-mips64.cc', 1038 '../../src/mips64/macro-assembler-mips64.cc',
1040 '../../src/mips64/macro-assembler-mips64.h', 1039 '../../src/mips64/macro-assembler-mips64.h',
1041 '../../src/mips64/regexp-macro-assembler-mips64.cc', 1040 '../../src/mips64/regexp-macro-assembler-mips64.cc',
1042 '../../src/mips64/regexp-macro-assembler-mips64.h', 1041 '../../src/mips64/regexp-macro-assembler-mips64.h',
1043 '../../src/mips64/simulator-mips64.cc', 1042 '../../src/mips64/simulator-mips64.cc',
1044 '../../src/ic/mips64/access-compiler-mips64.cc', 1043 '../../src/ic/mips64/access-compiler-mips64.cc',
1045 '../../src/ic/mips64/handler-compiler-mips64.cc', 1044 '../../src/ic/mips64/handler-compiler-mips64.cc',
1046 '../../src/ic/mips64/ic-mips64.cc', 1045 '../../src/ic/mips64/ic-mips64.cc',
1047 '../../src/ic/mips64/ic-compiler-mips64.cc', 1046 '../../src/ic/mips64/ic-compiler-mips64.cc',
1048 '../../src/ic/mips64/ic-conventions-mips64.cc',
1049 '../../src/ic/mips64/stub-cache-mips64.cc', 1047 '../../src/ic/mips64/stub-cache-mips64.cc',
1050 ], 1048 ],
1051 }], 1049 }],
1052 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1050 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1053 'sources': [ ### gcmole(arch:x64) ### 1051 'sources': [ ### gcmole(arch:x64) ###
1054 '../../src/x64/assembler-x64-inl.h', 1052 '../../src/x64/assembler-x64-inl.h',
1055 '../../src/x64/assembler-x64.cc', 1053 '../../src/x64/assembler-x64.cc',
1056 '../../src/x64/assembler-x64.h', 1054 '../../src/x64/assembler-x64.h',
1057 '../../src/x64/builtins-x64.cc', 1055 '../../src/x64/builtins-x64.cc',
1058 '../../src/x64/code-stubs-x64.cc', 1056 '../../src/x64/code-stubs-x64.cc',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 }], 1644 }],
1647 ['v8_compress_startup_data=="bz2"', { 1645 ['v8_compress_startup_data=="bz2"', {
1648 'libraries': [ 1646 'libraries': [
1649 '-lbz2', 1647 '-lbz2',
1650 ] 1648 ]
1651 }], 1649 }],
1652 ], 1650 ],
1653 }, 1651 },
1654 ], 1652 ],
1655 } 1653 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698