Hi,

Is it possible to build V8 with UWP (Windows Store App) support? I found a 
couple of references to "winuwp" in BUILD.GN, but trying to build with 
*target_os="winuwp"* produces an error:

gn gen .\v8\out\x64\UWP-Debug --args='v8_enable_i18n_support=false 
is_component_build=false v8_monolithic=true 
v8_use_external_startup_data=false treat_warnings_as_errors=false 
use_custom_libcxx=false target_os=""winuwp"" target_cpu=""x64"" 
v8_enable_pointer_compression=true is_clang=false'
ERROR Unresolved dependencies.
//:generate_bytecode_builtins_list(//build/toolchain/win:uwp_x64)
  needs //:bytecode_builtins_list_generator(//build/toolchain/win:clang_x64)
//:run_mksnapshot_default(//build/toolchain/win:uwp_x64)
  needs //:mksnapshot(//build/toolchain/win:clang_x64)
//:run_torque(//build/toolchain/win:uwp_x64)
  needs //:torque(//build/toolchain/win:clang_x64)
//tools/debug_helper:run_mkgrokdump(//build/toolchain/win:uwp_x64)
  needs //test/mkgrokdump:mkgrokdump(//build/toolchain/win:clang_x64)

Any tips are appreciated.
Thank you!

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/dee93a19-cfb6-4c14-9b07-88d556155d4e%40googlegroups.com.

Reply via email to