OLD | NEW |
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 Loading... |
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', |
649 '../../src/compiler/zone-pool.cc', | 652 '../../src/compiler/zone-pool.cc', |
650 '../../src/compiler/zone-pool.h', | 653 '../../src/compiler/zone-pool.h', |
651 '../../src/compiler.cc', | 654 '../../src/compiler.cc', |
652 '../../src/compiler.h', | 655 '../../src/compiler.h', |
653 '../../src/context-measure.cc', | 656 '../../src/context-measure.cc', |
654 '../../src/context-measure.h', | 657 '../../src/context-measure.h', |
655 '../../src/contexts-inl.h', | 658 '../../src/contexts-inl.h', |
656 '../../src/contexts.cc', | 659 '../../src/contexts.cc', |
657 '../../src/contexts.h', | 660 '../../src/contexts.h', |
658 '../../src/conversions-inl.h', | 661 '../../src/conversions-inl.h', |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 '../../src/v8.cc', | 1062 '../../src/v8.cc', |
1060 '../../src/v8.h', | 1063 '../../src/v8.h', |
1061 '../../src/v8memory.h', | 1064 '../../src/v8memory.h', |
1062 '../../src/v8threads.cc', | 1065 '../../src/v8threads.cc', |
1063 '../../src/v8threads.h', | 1066 '../../src/v8threads.h', |
1064 '../../src/vector.h', | 1067 '../../src/vector.h', |
1065 '../../src/version.cc', | 1068 '../../src/version.cc', |
1066 '../../src/version.h', | 1069 '../../src/version.h', |
1067 '../../src/vm-state-inl.h', | 1070 '../../src/vm-state-inl.h', |
1068 '../../src/vm-state.h', | 1071 '../../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', |
1069 '../../src/zone.cc', | 1090 '../../src/zone.cc', |
1070 '../../src/zone.h', | 1091 '../../src/zone.h', |
1071 '../../src/zone-allocator.h', | 1092 '../../src/zone-allocator.h', |
1072 '../../src/zone-containers.h', | 1093 '../../src/zone-containers.h', |
1073 '../../src/third_party/fdlibm/fdlibm.cc', | 1094 '../../src/third_party/fdlibm/fdlibm.cc', |
1074 '../../src/third_party/fdlibm/fdlibm.h', | 1095 '../../src/third_party/fdlibm/fdlibm.h', |
1075 ], | 1096 ], |
1076 'conditions': [ | 1097 'conditions': [ |
1077 ['want_separate_host_toolset==1', { | 1098 ['want_separate_host_toolset==1', { |
1078 'toolsets': ['host', 'target'], | 1099 'toolsets': ['host', 'target'], |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1472 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'], | 1493 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE'], |
1473 }, { # else icu_use_data_file_flag !=1 | 1494 }, { # else icu_use_data_file_flag !=1 |
1474 'conditions': [ | 1495 'conditions': [ |
1475 ['OS=="win"', { | 1496 ['OS=="win"', { |
1476 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'], | 1497 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'], |
1477 }, { | 1498 }, { |
1478 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'], | 1499 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'], |
1479 }], | 1500 }], |
1480 ], | 1501 ], |
1481 }], | 1502 }], |
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 }], | |
1507 ], | 1503 ], |
1508 }, | 1504 }, |
1509 { | 1505 { |
1510 'target_name': 'v8_libbase', | 1506 'target_name': 'v8_libbase', |
1511 'type': 'static_library', | 1507 'type': 'static_library', |
1512 'variables': { | 1508 'variables': { |
1513 'optimize': 'max', | 1509 'optimize': 'max', |
1514 }, | 1510 }, |
1515 'include_dirs+': [ | 1511 'include_dirs+': [ |
1516 '../..', | 1512 '../..', |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2114 }], | 2110 }], |
2115 ['want_separate_host_toolset==1', { | 2111 ['want_separate_host_toolset==1', { |
2116 'toolsets': ['host'], | 2112 'toolsets': ['host'], |
2117 }, { | 2113 }, { |
2118 'toolsets': ['target'], | 2114 'toolsets': ['target'], |
2119 }], | 2115 }], |
2120 ], | 2116 ], |
2121 }, | 2117 }, |
2122 ], | 2118 ], |
2123 } | 2119 } |
OLD | NEW |