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' : [
979981 'v8_zlib' ,
980982 'v8_pch' ,
981983 'v8_abseil' ,
984+ 'fp16' ,
982985 ],
983986 'includes' : ['inspector.gypi' ],
984987 'direct_dependent_settings' : {
10301033 ['v8_enable_webassembly==1' , {
10311034 'sources' : [
10321035 '<!@pymod_do_main(GN-scraper "<(V8_ROOT)/BUILD.gn" "\\ "v8_base_without_compiler.*?v8_enable_webassembly.*?sources \\ += ")' ,
1036+ '<(V8_ROOT)/src/wasm/fuzzing/random-module-generation.cc' ,
10331037 ],
10341038 }],
10351039 ['v8_enable_third_party_heap==1' , {
24812485 '<(ABSEIL_ROOT)/absl/utility/utility.h' ,
24822486 ]
24832487 }, # v8_abseil
2488+ {
2489+ 'target_name' : 'fp16' ,
2490+ 'type' : 'none' ,
2491+ 'toolsets' : ['host' , 'target' ],
2492+ 'variables' : {
2493+ 'FP16_ROOT' : '../../deps/v8/third_party/fp16' ,
2494+ },
2495+ 'direct_dependent_settings' : {
2496+ 'include_dirs' : [
2497+ '<(FP16_ROOT)/src/include' ,
2498+ ],
2499+ },
2500+ }, # fp16
24842501 ],
24852502}
You can’t perform that action at this time.
0 commit comments