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

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

Issue 498203002: MIPS: Move PropertyAccessCompiler and CallOptimization to their own files. (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/ic/mips64/ic-compiler-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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 '../../src/mips/lithium-codegen-mips.h', 950 '../../src/mips/lithium-codegen-mips.h',
951 '../../src/mips/lithium-gap-resolver-mips.cc', 951 '../../src/mips/lithium-gap-resolver-mips.cc',
952 '../../src/mips/lithium-gap-resolver-mips.h', 952 '../../src/mips/lithium-gap-resolver-mips.h',
953 '../../src/mips/lithium-mips.cc', 953 '../../src/mips/lithium-mips.cc',
954 '../../src/mips/lithium-mips.h', 954 '../../src/mips/lithium-mips.h',
955 '../../src/mips/macro-assembler-mips.cc', 955 '../../src/mips/macro-assembler-mips.cc',
956 '../../src/mips/macro-assembler-mips.h', 956 '../../src/mips/macro-assembler-mips.h',
957 '../../src/mips/regexp-macro-assembler-mips.cc', 957 '../../src/mips/regexp-macro-assembler-mips.cc',
958 '../../src/mips/regexp-macro-assembler-mips.h', 958 '../../src/mips/regexp-macro-assembler-mips.h',
959 '../../src/mips/simulator-mips.cc', 959 '../../src/mips/simulator-mips.cc',
960 '../../src/ic/mips/access-compiler-mips.cc',
960 '../../src/ic/mips/ic-mips.cc', 961 '../../src/ic/mips/ic-mips.cc',
961 '../../src/ic/mips/ic-compiler-mips.cc', 962 '../../src/ic/mips/ic-compiler-mips.cc',
962 '../../src/ic/mips/stub-cache-mips.cc', 963 '../../src/ic/mips/stub-cache-mips.cc',
963 ], 964 ],
964 }], 965 }],
965 ['v8_target_arch=="mips64el"', { 966 ['v8_target_arch=="mips64el"', {
966 'sources': [ ### gcmole(arch:mips64el) ### 967 'sources': [ ### gcmole(arch:mips64el) ###
967 '../../src/mips64/assembler-mips64.cc', 968 '../../src/mips64/assembler-mips64.cc',
968 '../../src/mips64/assembler-mips64.h', 969 '../../src/mips64/assembler-mips64.h',
969 '../../src/mips64/assembler-mips64-inl.h', 970 '../../src/mips64/assembler-mips64-inl.h',
(...skipping 15 matching lines...) Expand all
985 '../../src/mips64/lithium-codegen-mips64.h', 986 '../../src/mips64/lithium-codegen-mips64.h',
986 '../../src/mips64/lithium-gap-resolver-mips64.cc', 987 '../../src/mips64/lithium-gap-resolver-mips64.cc',
987 '../../src/mips64/lithium-gap-resolver-mips64.h', 988 '../../src/mips64/lithium-gap-resolver-mips64.h',
988 '../../src/mips64/lithium-mips64.cc', 989 '../../src/mips64/lithium-mips64.cc',
989 '../../src/mips64/lithium-mips64.h', 990 '../../src/mips64/lithium-mips64.h',
990 '../../src/mips64/macro-assembler-mips64.cc', 991 '../../src/mips64/macro-assembler-mips64.cc',
991 '../../src/mips64/macro-assembler-mips64.h', 992 '../../src/mips64/macro-assembler-mips64.h',
992 '../../src/mips64/regexp-macro-assembler-mips64.cc', 993 '../../src/mips64/regexp-macro-assembler-mips64.cc',
993 '../../src/mips64/regexp-macro-assembler-mips64.h', 994 '../../src/mips64/regexp-macro-assembler-mips64.h',
994 '../../src/mips64/simulator-mips64.cc', 995 '../../src/mips64/simulator-mips64.cc',
996 '../../src/ic/mips64/access-compiler-mips64.cc',
995 '../../src/ic/mips64/ic-mips64.cc', 997 '../../src/ic/mips64/ic-mips64.cc',
996 '../../src/ic/mips64/ic-compiler-mips64.cc', 998 '../../src/ic/mips64/ic-compiler-mips64.cc',
997 '../../src/ic/mips64/stub-cache-mips64.cc', 999 '../../src/ic/mips64/stub-cache-mips64.cc',
998 ], 1000 ],
999 }], 1001 }],
1000 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1002 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
1001 'sources': [ ### gcmole(arch:x64) ### 1003 'sources': [ ### gcmole(arch:x64) ###
1002 '../../src/x64/assembler-x64-inl.h', 1004 '../../src/x64/assembler-x64-inl.h',
1003 '../../src/x64/assembler-x64.cc', 1005 '../../src/x64/assembler-x64.cc',
1004 '../../src/x64/assembler-x64.h', 1006 '../../src/x64/assembler-x64.h',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 }], 1560 }],
1559 ['v8_compress_startup_data=="bz2"', { 1561 ['v8_compress_startup_data=="bz2"', {
1560 'libraries': [ 1562 'libraries': [
1561 '-lbz2', 1563 '-lbz2',
1562 ] 1564 ]
1563 }], 1565 }],
1564 ], 1566 ],
1565 }, 1567 },
1566 ], 1568 ],
1567 } 1569 }
OLDNEW
« no previous file with comments | « src/ic/mips64/ic-compiler-mips64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698