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

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

Issue 23560010: Thumb2 Backend: 16-bit instruction encoding helper methods Base URL: HEAD^
Patch Set: Created 7 years, 2 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/v8memory.h ('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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 ['want_separate_host_toolset==1', { 552 ['want_separate_host_toolset==1', {
553 'toolsets': ['host', 'target'], 553 'toolsets': ['host', 'target'],
554 }, { 554 }, {
555 'toolsets': ['target'], 555 'toolsets': ['target'],
556 }], 556 }],
557 ['v8_target_arch=="arm"', { 557 ['v8_target_arch=="arm"', {
558 'sources': [ ### gcmole(arch:arm) ### 558 'sources': [ ### gcmole(arch:arm) ###
559 '../../src/arm/assembler-arm-inl.h', 559 '../../src/arm/assembler-arm-inl.h',
560 '../../src/arm/assembler-arm.cc', 560 '../../src/arm/assembler-arm.cc',
561 '../../src/arm/assembler-arm.h', 561 '../../src/arm/assembler-arm.h',
562 '../../src/arm/assembler-thumb16.cc',
562 '../../src/arm/builtins-arm.cc', 563 '../../src/arm/builtins-arm.cc',
563 '../../src/arm/code-stubs-arm.cc', 564 '../../src/arm/code-stubs-arm.cc',
564 '../../src/arm/code-stubs-arm.h', 565 '../../src/arm/code-stubs-arm.h',
565 '../../src/arm/codegen-arm.cc', 566 '../../src/arm/codegen-arm.cc',
566 '../../src/arm/codegen-arm.h', 567 '../../src/arm/codegen-arm.h',
567 '../../src/arm/constants-arm.h', 568 '../../src/arm/constants-arm.h',
568 '../../src/arm/constants-arm.cc', 569 '../../src/arm/constants-arm.cc',
569 '../../src/arm/cpu-arm.cc', 570 '../../src/arm/cpu-arm.cc',
570 '../../src/arm/debug-arm.cc', 571 '../../src/arm/debug-arm.cc',
571 '../../src/arm/deoptimizer-arm.cc', 572 '../../src/arm/deoptimizer-arm.cc',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 }], 1041 }],
1041 ['v8_compress_startup_data=="bz2"', { 1042 ['v8_compress_startup_data=="bz2"', {
1042 'libraries': [ 1043 'libraries': [
1043 '-lbz2', 1044 '-lbz2',
1044 ] 1045 ]
1045 }], 1046 }],
1046 ], 1047 ],
1047 }, 1048 },
1048 ], 1049 ],
1049 } 1050 }
OLDNEW
« no previous file with comments | « src/v8memory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698