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

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

Issue 18014003: Add X32 port into V8 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Rebased with bleeding_edge Created 6 years, 6 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
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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 '../../src/mips/lithium-mips.cc', 863 '../../src/mips/lithium-mips.cc',
864 '../../src/mips/lithium-mips.h', 864 '../../src/mips/lithium-mips.h',
865 '../../src/mips/macro-assembler-mips.cc', 865 '../../src/mips/macro-assembler-mips.cc',
866 '../../src/mips/macro-assembler-mips.h', 866 '../../src/mips/macro-assembler-mips.h',
867 '../../src/mips/regexp-macro-assembler-mips.cc', 867 '../../src/mips/regexp-macro-assembler-mips.cc',
868 '../../src/mips/regexp-macro-assembler-mips.h', 868 '../../src/mips/regexp-macro-assembler-mips.h',
869 '../../src/mips/simulator-mips.cc', 869 '../../src/mips/simulator-mips.cc',
870 '../../src/mips/stub-cache-mips.cc', 870 '../../src/mips/stub-cache-mips.cc',
871 ], 871 ],
872 }], 872 }],
873 ['v8_target_arch=="x64"', { 873 ['v8_target_arch=="x64" or v8_target_arch=="x32"', {
874 'sources': [ ### gcmole(arch:x64) ### 874 'sources': [ ### gcmole(arch:x64) ###
875 '../../src/x64/assembler-x64-inl.h', 875 '../../src/x64/assembler-x64-inl.h',
876 '../../src/x64/assembler-x64.cc', 876 '../../src/x64/assembler-x64.cc',
877 '../../src/x64/assembler-x64.h', 877 '../../src/x64/assembler-x64.h',
878 '../../src/x64/builtins-x64.cc', 878 '../../src/x64/builtins-x64.cc',
879 '../../src/x64/code-stubs-x64.cc', 879 '../../src/x64/code-stubs-x64.cc',
880 '../../src/x64/code-stubs-x64.h', 880 '../../src/x64/code-stubs-x64.h',
881 '../../src/x64/codegen-x64.cc', 881 '../../src/x64/codegen-x64.cc',
882 '../../src/x64/codegen-x64.h', 882 '../../src/x64/codegen-x64.h',
883 '../../src/x64/cpu-x64.cc', 883 '../../src/x64/cpu-x64.cc',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 }], 1369 }],
1370 ['v8_compress_startup_data=="bz2"', { 1370 ['v8_compress_startup_data=="bz2"', {
1371 'libraries': [ 1371 'libraries': [
1372 '-lbz2', 1372 '-lbz2',
1373 ] 1373 ]
1374 }], 1374 }],
1375 ], 1375 ],
1376 }, 1376 },
1377 ], 1377 ],
1378 } 1378 }
OLDNEW
« src/base/build_config.h ('K') | « test/cctest/test-lockers.cc ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698