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

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

Issue 1531073003: Revert of Remove wasm compile time option and enable wasm behind a runtime flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « test/unittests/unittests.gyp ('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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 '../../src/compiler/type-hint-analyzer.cc', 639 '../../src/compiler/type-hint-analyzer.cc',
640 '../../src/compiler/type-hint-analyzer.h', 640 '../../src/compiler/type-hint-analyzer.h',
641 '../../src/compiler/type-hints.cc', 641 '../../src/compiler/type-hints.cc',
642 '../../src/compiler/type-hints.h', 642 '../../src/compiler/type-hints.h',
643 '../../src/compiler/typer.cc', 643 '../../src/compiler/typer.cc',
644 '../../src/compiler/typer.h', 644 '../../src/compiler/typer.h',
645 '../../src/compiler/value-numbering-reducer.cc', 645 '../../src/compiler/value-numbering-reducer.cc',
646 '../../src/compiler/value-numbering-reducer.h', 646 '../../src/compiler/value-numbering-reducer.h',
647 '../../src/compiler/verifier.cc', 647 '../../src/compiler/verifier.cc',
648 '../../src/compiler/verifier.h', 648 '../../src/compiler/verifier.h',
649 '../../src/compiler/wasm-compiler.cc',
650 '../../src/compiler/wasm-compiler.h',
651 '../../src/compiler/wasm-linkage.cc',
652 '../../src/compiler/zone-pool.cc', 649 '../../src/compiler/zone-pool.cc',
653 '../../src/compiler/zone-pool.h', 650 '../../src/compiler/zone-pool.h',
654 '../../src/compiler.cc', 651 '../../src/compiler.cc',
655 '../../src/compiler.h', 652 '../../src/compiler.h',
656 '../../src/context-measure.cc', 653 '../../src/context-measure.cc',
657 '../../src/context-measure.h', 654 '../../src/context-measure.h',
658 '../../src/contexts-inl.h', 655 '../../src/contexts-inl.h',
659 '../../src/contexts.cc', 656 '../../src/contexts.cc',
660 '../../src/contexts.h', 657 '../../src/contexts.h',
661 '../../src/conversions-inl.h', 658 '../../src/conversions-inl.h',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '../../src/v8.cc', 1059 '../../src/v8.cc',
1063 '../../src/v8.h', 1060 '../../src/v8.h',
1064 '../../src/v8memory.h', 1061 '../../src/v8memory.h',
1065 '../../src/v8threads.cc', 1062 '../../src/v8threads.cc',
1066 '../../src/v8threads.h', 1063 '../../src/v8threads.h',
1067 '../../src/vector.h', 1064 '../../src/vector.h',
1068 '../../src/version.cc', 1065 '../../src/version.cc',
1069 '../../src/version.h', 1066 '../../src/version.h',
1070 '../../src/vm-state-inl.h', 1067 '../../src/vm-state-inl.h',
1071 '../../src/vm-state.h', 1068 '../../src/vm-state.h',
1072 '../../src/wasm/asm-wasm-builder.cc',
1073 '../../src/wasm/asm-wasm-builder.h',
1074 '../../src/wasm/ast-decoder.cc',
1075 '../../src/wasm/ast-decoder.h',
1076 '../../src/wasm/decoder.h',
1077 '../../src/wasm/encoder.cc',
1078 '../../src/wasm/encoder.h',
1079 '../../src/wasm/module-decoder.cc',
1080 '../../src/wasm/module-decoder.h',
1081 '../../src/wasm/wasm-js.cc',
1082 '../../src/wasm/wasm-js.h',
1083 '../../src/wasm/wasm-macro-gen.h',
1084 '../../src/wasm/wasm-module.cc',
1085 '../../src/wasm/wasm-module.h',
1086 '../../src/wasm/wasm-opcodes.cc',
1087 '../../src/wasm/wasm-opcodes.h',
1088 '../../src/wasm/wasm-result.cc',
1089 '../../src/wasm/wasm-result.h',
1090 '../../src/zone.cc', 1069 '../../src/zone.cc',
1091 '../../src/zone.h', 1070 '../../src/zone.h',
1092 '../../src/zone-allocator.h', 1071 '../../src/zone-allocator.h',
1093 '../../src/zone-containers.h', 1072 '../../src/zone-containers.h',
1094 '../../src/third_party/fdlibm/fdlibm.cc', 1073 '../../src/third_party/fdlibm/fdlibm.cc',
1095 '../../src/third_party/fdlibm/fdlibm.h', 1074 '../../src/third_party/fdlibm/fdlibm.h',
1096 ], 1075 ],
1097 'conditions': [ 1076 'conditions': [
1098 ['want_separate_host_toolset==1', { 1077 ['want_separate_host_toolset==1', {
1099 'toolsets': ['host', 'target'], 1078 'toolsets': ['host', 'target'],
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'], 1472 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'],
1494 }, { # else icu_use_data_file_flag !=1 1473 }, { # else icu_use_data_file_flag !=1
1495 'conditions': [ 1474 'conditions': [
1496 ['OS=="win"', { 1475 ['OS=="win"', {
1497 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'], 1476 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'],
1498 }, { 1477 }, {
1499 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'], 1478 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'],
1500 }], 1479 }],
1501 ], 1480 ],
1502 }], 1481 }],
1482 ['v8_wasm!=0', {
1483 'sources': [
1484 '../../src/compiler/wasm-compiler.cc',
1485 '../../src/compiler/wasm-compiler.h',
1486 '../../src/compiler/wasm-linkage.cc',
1487 '../../src/wasm/asm-wasm-builder.cc',
1488 '../../src/wasm/asm-wasm-builder.h',
1489 '../../src/wasm/ast-decoder.cc',
1490 '../../src/wasm/ast-decoder.h',
1491 '../../src/wasm/decoder.h',
1492 '../../src/wasm/encoder.cc',
1493 '../../src/wasm/encoder.h',
1494 '../../src/wasm/module-decoder.cc',
1495 '../../src/wasm/module-decoder.h',
1496 '../../src/wasm/wasm-js.cc',
1497 '../../src/wasm/wasm-js.h',
1498 '../../src/wasm/wasm-macro-gen.h',
1499 '../../src/wasm/wasm-module.cc',
1500 '../../src/wasm/wasm-module.h',
1501 '../../src/wasm/wasm-opcodes.cc',
1502 '../../src/wasm/wasm-opcodes.h',
1503 '../../src/wasm/wasm-result.cc',
1504 '../../src/wasm/wasm-result.h',
1505 ],
1506 }],
1503 ], 1507 ],
1504 }, 1508 },
1505 { 1509 {
1506 'target_name': 'v8_libbase', 1510 'target_name': 'v8_libbase',
1507 'type': 'static_library', 1511 'type': 'static_library',
1508 'variables': { 1512 'variables': {
1509 'optimize': 'max', 1513 'optimize': 'max',
1510 }, 1514 },
1511 'include_dirs+': [ 1515 'include_dirs+': [
1512 '../..', 1516 '../..',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 }], 2114 }],
2111 ['want_separate_host_toolset==1', { 2115 ['want_separate_host_toolset==1', {
2112 'toolsets': ['host'], 2116 'toolsets': ['host'],
2113 }, { 2117 }, {
2114 'toolsets': ['target'], 2118 'toolsets': ['target'],
2115 }], 2119 }],
2116 ], 2120 ],
2117 }, 2121 },
2118 ], 2122 ],
2119 } 2123 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698