File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 707
707
'dependencies' : [
708
708
# Code generators that only need to be build for the host.
709
709
'torque_generated_definitions' ,
710
+ 'v8_uninitialized' ,
710
711
'v8_headers' ,
711
712
'v8_libbase' ,
712
713
'v8_libsampler' ,
869
870
}],
870
871
],
871
872
}, # v8_base_without_compiler
873
+ {
874
+ 'target_name' : 'v8_uninitialized' ,
875
+ 'type' : 'static_library' ,
876
+ 'conditions' : [
877
+ ['want_separate_host_toolset' , {
878
+ 'toolsets' : ['host' , 'target' ],
879
+ }],
880
+ ],
881
+ 'sources' : [
882
+ '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_uninitialized.*?sources = ")' ,
883
+ ],
884
+ 'dependencies' : [
885
+ 'generate_bytecode_builtins_list' ,
886
+ 'run_torque' ,
887
+ 'v8_maybe_icu' ,
888
+ ],
889
+ 'defines!' : [
890
+ '_HAS_EXCEPTIONS=0' ,
891
+ 'BUILDING_V8_SHARED=1' ,
892
+ ],
893
+ 'cflags_cc!' : ['-fno-exceptions' ],
894
+ 'cflags_cc' : ['-fexceptions' ],
895
+ 'xcode_settings' : {
896
+ 'GCC_ENABLE_CPP_EXCEPTIONS' : 'YES' , # -fexceptions
897
+ },
898
+ 'msvs_settings' : {
899
+ 'VCCLCompilerTool' : {
900
+ 'RuntimeTypeInfo' : 'true' ,
901
+ 'ExceptionHandling' : 1 ,
902
+ },
903
+ },
904
+ }, # torque_base
872
905
{
873
906
'target_name' : 'v8_base' ,
874
907
'type' : 'none' ,
You can’t perform that action at this time.
0 commit comments