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

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

Issue 527653002: X87: Refactoring InterfaceDescriptors away from code-stubs.h (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@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
« no previous file with comments | « src/x87/interface-descriptors-x87.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 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 '../../src/x87/code-stubs-x87.h', 946 '../../src/x87/code-stubs-x87.h',
947 '../../src/x87/codegen-x87.cc', 947 '../../src/x87/codegen-x87.cc',
948 '../../src/x87/codegen-x87.h', 948 '../../src/x87/codegen-x87.h',
949 '../../src/x87/cpu-x87.cc', 949 '../../src/x87/cpu-x87.cc',
950 '../../src/x87/debug-x87.cc', 950 '../../src/x87/debug-x87.cc',
951 '../../src/x87/deoptimizer-x87.cc', 951 '../../src/x87/deoptimizer-x87.cc',
952 '../../src/x87/disasm-x87.cc', 952 '../../src/x87/disasm-x87.cc',
953 '../../src/x87/frames-x87.cc', 953 '../../src/x87/frames-x87.cc',
954 '../../src/x87/frames-x87.h', 954 '../../src/x87/frames-x87.h',
955 '../../src/x87/full-codegen-x87.cc', 955 '../../src/x87/full-codegen-x87.cc',
956 '../../src/x87/interface-descriptors-x87.cc',
956 '../../src/x87/lithium-codegen-x87.cc', 957 '../../src/x87/lithium-codegen-x87.cc',
957 '../../src/x87/lithium-codegen-x87.h', 958 '../../src/x87/lithium-codegen-x87.h',
958 '../../src/x87/lithium-gap-resolver-x87.cc', 959 '../../src/x87/lithium-gap-resolver-x87.cc',
959 '../../src/x87/lithium-gap-resolver-x87.h', 960 '../../src/x87/lithium-gap-resolver-x87.h',
960 '../../src/x87/lithium-x87.cc', 961 '../../src/x87/lithium-x87.cc',
961 '../../src/x87/lithium-x87.h', 962 '../../src/x87/lithium-x87.h',
962 '../../src/x87/macro-assembler-x87.cc', 963 '../../src/x87/macro-assembler-x87.cc',
963 '../../src/x87/macro-assembler-x87.h', 964 '../../src/x87/macro-assembler-x87.h',
964 '../../src/x87/regexp-macro-assembler-x87.cc', 965 '../../src/x87/regexp-macro-assembler-x87.cc',
965 '../../src/x87/regexp-macro-assembler-x87.h', 966 '../../src/x87/regexp-macro-assembler-x87.h',
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 }], 1646 }],
1646 ['v8_compress_startup_data=="bz2"', { 1647 ['v8_compress_startup_data=="bz2"', {
1647 'libraries': [ 1648 'libraries': [
1648 '-lbz2', 1649 '-lbz2',
1649 ] 1650 ]
1650 }], 1651 }],
1651 ], 1652 ],
1652 }, 1653 },
1653 ], 1654 ],
1654 } 1655 }
OLDNEW
« no previous file with comments | « src/x87/interface-descriptors-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698