File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 558558 'direct_dependent_settings' : {
559559 'sources' : [
560560 '<(V8_ROOT)/src/flags/flag-definitions.h' ,
561+ '<(V8_ROOT)/src/flags/flags-impl.h' ,
561562 '<(V8_ROOT)/src/flags/flags.h' ,
562563 ],
563564 },
577578 'run_torque' ,
578579 'v8_abseil' ,
579580 'v8_libbase' ,
581+ 'fp16' ,
580582 ],
581583 'direct_dependent_settings' : {
582584 'sources' : [
986988 'v8_zlib' ,
987989 'v8_pch' ,
988990 'v8_abseil' ,
991+ 'fp16' ,
989992 ],
990993 'includes' : ['inspector.gypi' ],
991994 'direct_dependent_settings' : {
10371040 ['v8_enable_webassembly==1' , {
10381041 'sources' : [
10391042 '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\ += ")' ,
1043+ '<(V8_ROOT)/src/wasm/fuzzing/random-module-generation.cc' ,
10401044 ],
10411045 }],
10421046 ['v8_enable_third_party_heap==1' , {
24882492 '<(ABSEIL_ROOT)/absl/utility/utility.h' ,
24892493 ]
24902494 }, # v8_abseil
2495+ {
2496+ 'target_name' : 'fp16' ,
2497+ 'type' : 'none' ,
2498+ 'toolsets' : ['host' , 'target' ],
2499+ 'variables' : {
2500+ 'FP16_ROOT' : '../../deps/v8/third_party/fp16' ,
2501+ },
2502+ 'direct_dependent_settings' : {
2503+ 'include_dirs' : [
2504+ '<(FP16_ROOT)/src/include' ,
2505+ ],
2506+ },
2507+ }, # fp16
24912508 ],
24922509}
You can’t perform that action at this time.
0 commit comments