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

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

Issue 516253002: MIPS: Refactoring InterfaceDescriptors away from code-stubs.h - 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 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 '../../src/mips/code-stubs-mips.h', 953 '../../src/mips/code-stubs-mips.h',
954 '../../src/mips/constants-mips.cc', 954 '../../src/mips/constants-mips.cc',
955 '../../src/mips/constants-mips.h', 955 '../../src/mips/constants-mips.h',
956 '../../src/mips/cpu-mips.cc', 956 '../../src/mips/cpu-mips.cc',
957 '../../src/mips/debug-mips.cc', 957 '../../src/mips/debug-mips.cc',
958 '../../src/mips/deoptimizer-mips.cc', 958 '../../src/mips/deoptimizer-mips.cc',
959 '../../src/mips/disasm-mips.cc', 959 '../../src/mips/disasm-mips.cc',
960 '../../src/mips/frames-mips.cc', 960 '../../src/mips/frames-mips.cc',
961 '../../src/mips/frames-mips.h', 961 '../../src/mips/frames-mips.h',
962 '../../src/mips/full-codegen-mips.cc', 962 '../../src/mips/full-codegen-mips.cc',
963 '../../src/mips/interface-descriptors-mips.cc',
963 '../../src/mips/lithium-codegen-mips.cc', 964 '../../src/mips/lithium-codegen-mips.cc',
964 '../../src/mips/lithium-codegen-mips.h', 965 '../../src/mips/lithium-codegen-mips.h',
965 '../../src/mips/lithium-gap-resolver-mips.cc', 966 '../../src/mips/lithium-gap-resolver-mips.cc',
966 '../../src/mips/lithium-gap-resolver-mips.h', 967 '../../src/mips/lithium-gap-resolver-mips.h',
967 '../../src/mips/lithium-mips.cc', 968 '../../src/mips/lithium-mips.cc',
968 '../../src/mips/lithium-mips.h', 969 '../../src/mips/lithium-mips.h',
969 '../../src/mips/macro-assembler-mips.cc', 970 '../../src/mips/macro-assembler-mips.cc',
970 '../../src/mips/macro-assembler-mips.h', 971 '../../src/mips/macro-assembler-mips.h',
971 '../../src/mips/regexp-macro-assembler-mips.cc', 972 '../../src/mips/regexp-macro-assembler-mips.cc',
972 '../../src/mips/regexp-macro-assembler-mips.h', 973 '../../src/mips/regexp-macro-assembler-mips.h',
(...skipping 18 matching lines...) Expand all
991 '../../src/mips64/code-stubs-mips64.h', 992 '../../src/mips64/code-stubs-mips64.h',
992 '../../src/mips64/constants-mips64.cc', 993 '../../src/mips64/constants-mips64.cc',
993 '../../src/mips64/constants-mips64.h', 994 '../../src/mips64/constants-mips64.h',
994 '../../src/mips64/cpu-mips64.cc', 995 '../../src/mips64/cpu-mips64.cc',
995 '../../src/mips64/debug-mips64.cc', 996 '../../src/mips64/debug-mips64.cc',
996 '../../src/mips64/deoptimizer-mips64.cc', 997 '../../src/mips64/deoptimizer-mips64.cc',
997 '../../src/mips64/disasm-mips64.cc', 998 '../../src/mips64/disasm-mips64.cc',
998 '../../src/mips64/frames-mips64.cc', 999 '../../src/mips64/frames-mips64.cc',
999 '../../src/mips64/frames-mips64.h', 1000 '../../src/mips64/frames-mips64.h',
1000 '../../src/mips64/full-codegen-mips64.cc', 1001 '../../src/mips64/full-codegen-mips64.cc',
1002 '../../src/mips64/interface-descriptors-mips64.cc',
1001 '../../src/mips64/lithium-codegen-mips64.cc', 1003 '../../src/mips64/lithium-codegen-mips64.cc',
1002 '../../src/mips64/lithium-codegen-mips64.h', 1004 '../../src/mips64/lithium-codegen-mips64.h',
1003 '../../src/mips64/lithium-gap-resolver-mips64.cc', 1005 '../../src/mips64/lithium-gap-resolver-mips64.cc',
1004 '../../src/mips64/lithium-gap-resolver-mips64.h', 1006 '../../src/mips64/lithium-gap-resolver-mips64.h',
1005 '../../src/mips64/lithium-mips64.cc', 1007 '../../src/mips64/lithium-mips64.cc',
1006 '../../src/mips64/lithium-mips64.h', 1008 '../../src/mips64/lithium-mips64.h',
1007 '../../src/mips64/macro-assembler-mips64.cc', 1009 '../../src/mips64/macro-assembler-mips64.cc',
1008 '../../src/mips64/macro-assembler-mips64.h', 1010 '../../src/mips64/macro-assembler-mips64.h',
1009 '../../src/mips64/regexp-macro-assembler-mips64.cc', 1011 '../../src/mips64/regexp-macro-assembler-mips64.cc',
1010 '../../src/mips64/regexp-macro-assembler-mips64.h', 1012 '../../src/mips64/regexp-macro-assembler-mips64.h',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
1583 }], 1585 }],
1584 ['v8_compress_startup_data=="bz2"', { 1586 ['v8_compress_startup_data=="bz2"', {
1585 'libraries': [ 1587 'libraries': [
1586 '-lbz2', 1588 '-lbz2',
1587 ] 1589 ]
1588 }], 1590 }],
1589 ], 1591 ],
1590 }, 1592 },
1591 ], 1593 ],
1592 } 1594 }
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