Hi guys,
I'm trying to build WebView from the latest stable release tag.
I fetched the code by
git checkout tags/87.0.4280.101 -b 87_0_4280_101
Set parameters by
gn args out/Default
target_os="android"
is_debug=false
is_official_build=true
is_chrome_branded=false
use_official_google_api_keys=false
exclude_unwind_tables=true
enable_resource_whitelist_generation=true
ffmpeg_branding="Chrome"
proprietary_codecs=true
enable_remoting=true
And I got this error:
ERROR at //device/vr/buildflags/buildflags.gni:24:22: Undefined identifier
enable_oculus_vr = checkout_oculus_sdk && is_chrome_branded && is_win
^------------------
See //BUILD.gn:21:1: whence it was imported.
import("//device/vr/buildflags/buildflags.gni")
Anything I miss or do wrong?
Thanks in advance.
Best regards,