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

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

Issue 1553083003: 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: fix Created 4 years, 11 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 | « 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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 '../../src/compiler/type-hint-analyzer.cc', 641 '../../src/compiler/type-hint-analyzer.cc',
642 '../../src/compiler/type-hint-analyzer.h', 642 '../../src/compiler/type-hint-analyzer.h',
643 '../../src/compiler/type-hints.cc', 643 '../../src/compiler/type-hints.cc',
644 '../../src/compiler/type-hints.h', 644 '../../src/compiler/type-hints.h',
645 '../../src/compiler/typer.cc', 645 '../../src/compiler/typer.cc',
646 '../../src/compiler/typer.h', 646 '../../src/compiler/typer.h',
647 '../../src/compiler/value-numbering-reducer.cc', 647 '../../src/compiler/value-numbering-reducer.cc',
648 '../../src/compiler/value-numbering-reducer.h', 648 '../../src/compiler/value-numbering-reducer.h',
649 '../../src/compiler/verifier.cc', 649 '../../src/compiler/verifier.cc',
650 '../../src/compiler/verifier.h', 650 '../../src/compiler/verifier.h',
651 '../../src/compiler/wasm-compiler.cc',
652 '../../src/compiler/wasm-compiler.h',
653 '../../src/compiler/wasm-linkage.cc',
651 '../../src/compiler/zone-pool.cc', 654 '../../src/compiler/zone-pool.cc',
652 '../../src/compiler/zone-pool.h', 655 '../../src/compiler/zone-pool.h',
653 '../../src/compiler.cc', 656 '../../src/compiler.cc',
654 '../../src/compiler.h', 657 '../../src/compiler.h',
655 '../../src/context-measure.cc', 658 '../../src/context-measure.cc',
656 '../../src/context-measure.h', 659 '../../src/context-measure.h',
657 '../../src/contexts-inl.h', 660 '../../src/contexts-inl.h',
658 '../../src/contexts.cc', 661 '../../src/contexts.cc',
659 '../../src/contexts.h', 662 '../../src/contexts.h',
660 '../../src/conversions-inl.h', 663 '../../src/conversions-inl.h',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 '../../src/v8.cc', 1066 '../../src/v8.cc',
1064 '../../src/v8.h', 1067 '../../src/v8.h',
1065 '../../src/v8memory.h', 1068 '../../src/v8memory.h',
1066 '../../src/v8threads.cc', 1069 '../../src/v8threads.cc',
1067 '../../src/v8threads.h', 1070 '../../src/v8threads.h',
1068 '../../src/vector.h', 1071 '../../src/vector.h',
1069 '../../src/version.cc', 1072 '../../src/version.cc',
1070 '../../src/version.h', 1073 '../../src/version.h',
1071 '../../src/vm-state-inl.h', 1074 '../../src/vm-state-inl.h',
1072 '../../src/vm-state.h', 1075 '../../src/vm-state.h',
1076 '../../src/wasm/asm-wasm-builder.cc',
1077 '../../src/wasm/asm-wasm-builder.h',
1078 '../../src/wasm/ast-decoder.cc',
1079 '../../src/wasm/ast-decoder.h',
1080 '../../src/wasm/decoder.h',
1081 '../../src/wasm/encoder.cc',
1082 '../../src/wasm/encoder.h',
1083 '../../src/wasm/module-decoder.cc',
1084 '../../src/wasm/module-decoder.h',
1085 '../../src/wasm/wasm-js.cc',
1086 '../../src/wasm/wasm-js.h',
1087 '../../src/wasm/wasm-macro-gen.h',
1088 '../../src/wasm/wasm-module.cc',
1089 '../../src/wasm/wasm-module.h',
1090 '../../src/wasm/wasm-opcodes.cc',
1091 '../../src/wasm/wasm-opcodes.h',
1092 '../../src/wasm/wasm-result.cc',
1093 '../../src/wasm/wasm-result.h',
1073 '../../src/zone.cc', 1094 '../../src/zone.cc',
1074 '../../src/zone.h', 1095 '../../src/zone.h',
1075 '../../src/zone-allocator.h', 1096 '../../src/zone-allocator.h',
1076 '../../src/zone-containers.h', 1097 '../../src/zone-containers.h',
1077 '../../src/third_party/fdlibm/fdlibm.cc', 1098 '../../src/third_party/fdlibm/fdlibm.cc',
1078 '../../src/third_party/fdlibm/fdlibm.h', 1099 '../../src/third_party/fdlibm/fdlibm.h',
1079 ], 1100 ],
1080 'conditions': [ 1101 'conditions': [
1081 ['want_separate_host_toolset==1', { 1102 ['want_separate_host_toolset==1', {
1082 'toolsets': ['host', 'target'], 1103 'toolsets': ['host', 'target'],
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'], 1497 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'],
1477 }, { # else icu_use_data_file_flag !=1 1498 }, { # else icu_use_data_file_flag !=1
1478 'conditions': [ 1499 'conditions': [
1479 ['OS=="win"', { 1500 ['OS=="win"', {
1480 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'], 1501 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'],
1481 }, { 1502 }, {
1482 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'], 1503 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'],
1483 }], 1504 }],
1484 ], 1505 ],
1485 }], 1506 }],
1486 ['v8_wasm!=0', {
1487 'sources': [
1488 '../../src/compiler/wasm-compiler.cc',
1489 '../../src/compiler/wasm-compiler.h',
1490 '../../src/compiler/wasm-linkage.cc',
1491 '../../src/wasm/asm-wasm-builder.cc',
1492 '../../src/wasm/asm-wasm-builder.h',
1493 '../../src/wasm/ast-decoder.cc',
1494 '../../src/wasm/ast-decoder.h',
1495 '../../src/wasm/decoder.h',
1496 '../../src/wasm/encoder.cc',
1497 '../../src/wasm/encoder.h',
1498 '../../src/wasm/module-decoder.cc',
1499 '../../src/wasm/module-decoder.h',
1500 '../../src/wasm/wasm-js.cc',
1501 '../../src/wasm/wasm-js.h',
1502 '../../src/wasm/wasm-macro-gen.h',
1503 '../../src/wasm/wasm-module.cc',
1504 '../../src/wasm/wasm-module.h',
1505 '../../src/wasm/wasm-opcodes.cc',
1506 '../../src/wasm/wasm-opcodes.h',
1507 '../../src/wasm/wasm-result.cc',
1508 '../../src/wasm/wasm-result.h',
1509 ],
1510 }],
1511 ], 1507 ],
1512 }, 1508 },
1513 { 1509 {
1514 'target_name': 'v8_libbase', 1510 'target_name': 'v8_libbase',
1515 'type': 'static_library', 1511 'type': 'static_library',
1516 'variables': { 1512 'variables': {
1517 'optimize': 'max', 1513 'optimize': 'max',
1518 }, 1514 },
1519 'include_dirs+': [ 1515 'include_dirs+': [
1520 '../..', 1516 '../..',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
2119 }], 2115 }],
2120 ['want_separate_host_toolset==1', { 2116 ['want_separate_host_toolset==1', {
2121 'toolsets': ['host'], 2117 'toolsets': ['host'],
2122 }, { 2118 }, {
2123 'toolsets': ['target'], 2119 'toolsets': ['target'],
2124 }], 2120 }],
2125 ], 2121 ],
2126 }, 2122 },
2127 ], 2123 ],
2128 } 2124 }
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