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

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

Issue 501023002: MIPS: Move handler compilers to handler-compiler. (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 | « src/mips64/code-stubs-mips64.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 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 '../../src/mips/lithium-gap-resolver-mips.cc', 952 '../../src/mips/lithium-gap-resolver-mips.cc',
953 '../../src/mips/lithium-gap-resolver-mips.h', 953 '../../src/mips/lithium-gap-resolver-mips.h',
954 '../../src/mips/lithium-mips.cc', 954 '../../src/mips/lithium-mips.cc',
955 '../../src/mips/lithium-mips.h', 955 '../../src/mips/lithium-mips.h',
956 '../../src/mips/macro-assembler-mips.cc', 956 '../../src/mips/macro-assembler-mips.cc',
957 '../../src/mips/macro-assembler-mips.h', 957 '../../src/mips/macro-assembler-mips.h',
958 '../../src/mips/regexp-macro-assembler-mips.cc', 958 '../../src/mips/regexp-macro-assembler-mips.cc',
959 '../../src/mips/regexp-macro-assembler-mips.h', 959 '../../src/mips/regexp-macro-assembler-mips.h',
960 '../../src/mips/simulator-mips.cc', 960 '../../src/mips/simulator-mips.cc',
961 '../../src/ic/mips/access-compiler-mips.cc', 961 '../../src/ic/mips/access-compiler-mips.cc',
962 '../../src/ic/mips/handler-compiler-mips.cc',
962 '../../src/ic/mips/ic-mips.cc', 963 '../../src/ic/mips/ic-mips.cc',
963 '../../src/ic/mips/ic-compiler-mips.cc', 964 '../../src/ic/mips/ic-compiler-mips.cc',
964 '../../src/ic/mips/stub-cache-mips.cc', 965 '../../src/ic/mips/stub-cache-mips.cc',
965 ], 966 ],
966 }], 967 }],
967 ['v8_target_arch=="mips64el"', { 968 ['v8_target_arch=="mips64el"', {
968 'sources': [ ### gcmole(arch:mips64el) ### 969 'sources': [ ### gcmole(arch:mips64el) ###
969 '../../src/mips64/assembler-mips64.cc', 970 '../../src/mips64/assembler-mips64.cc',
970 '../../src/mips64/assembler-mips64.h', 971 '../../src/mips64/assembler-mips64.h',
971 '../../src/mips64/assembler-mips64-inl.h', 972 '../../src/mips64/assembler-mips64-inl.h',
(...skipping 16 matching lines...) Expand all
988 '../../src/mips64/lithium-gap-resolver-mips64.cc', 989 '../../src/mips64/lithium-gap-resolver-mips64.cc',
989 '../../src/mips64/lithium-gap-resolver-mips64.h', 990 '../../src/mips64/lithium-gap-resolver-mips64.h',
990 '../../src/mips64/lithium-mips64.cc', 991 '../../src/mips64/lithium-mips64.cc',
991 '../../src/mips64/lithium-mips64.h', 992 '../../src/mips64/lithium-mips64.h',
992 '../../src/mips64/macro-assembler-mips64.cc', 993 '../../src/mips64/macro-assembler-mips64.cc',
993 '../../src/mips64/macro-assembler-mips64.h', 994 '../../src/mips64/macro-assembler-mips64.h',
994 '../../src/mips64/regexp-macro-assembler-mips64.cc', 995 '../../src/mips64/regexp-macro-assembler-mips64.cc',
995 '../../src/mips64/regexp-macro-assembler-mips64.h', 996 '../../src/mips64/regexp-macro-assembler-mips64.h',
996 '../../src/mips64/simulator-mips64.cc', 997 '../../src/mips64/simulator-mips64.cc',
997 '../../src/ic/mips64/access-compiler-mips64.cc', 998 '../../src/ic/mips64/access-compiler-mips64.cc',
999 '../../src/ic/mips64/handler-compiler-mips64.cc',
998 '../../src/ic/mips64/ic-mips64.cc', 1000 '../../src/ic/mips64/ic-mips64.cc',
999 '../../src/ic/mips64/ic-compiler-mips64.cc', 1001 '../../src/ic/mips64/ic-compiler-mips64.cc',
1000 '../../src/ic/mips64/stub-cache-mips64.cc', 1002 '../../src/ic/mips64/stub-cache-mips64.cc',
1001 ], 1003 ],
1002 }], 1004 }],
1003 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1005 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1004 'sources': [ ### gcmole(arch:x64) ### 1006 'sources': [ ### gcmole(arch:x64) ###
1005 '../../src/x64/assembler-x64-inl.h', 1007 '../../src/x64/assembler-x64-inl.h',
1006 '../../src/x64/assembler-x64.cc', 1008 '../../src/x64/assembler-x64.cc',
1007 '../../src/x64/assembler-x64.h', 1009 '../../src/x64/assembler-x64.h',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 }], 1563 }],
1562 ['v8_compress_startup_data=="bz2"', { 1564 ['v8_compress_startup_data=="bz2"', {
1563 'libraries': [ 1565 'libraries': [
1564 '-lbz2', 1566 '-lbz2',
1565 ] 1567 ]
1566 }], 1568 }],
1567 ], 1569 ],
1568 }, 1570 },
1569 ], 1571 ],
1570 } 1572 }
OLDNEW
« no previous file with comments | « src/mips64/code-stubs-mips64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698