Hi team,
My local setup for Chromedriver was working fine before I made the changes to the below files and I was able to build chromedriver successfully.
The files updated as per the commits are:
After the above files are updated in the code checked out for
114.0.5735.90 as per the above changes , I am trying to build chromedriver using the command "autoninja -C out\Default chromedriver" locally, I am getting the error as below:
"C:\src\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python3\bin\python3.exe" C:\src\depot_tools\ninja.py -C outDefault chromedriver -j 14
ERROR at //skia/BUILD.gn:554:16: Undefined identifier
sources += skia_gpu_private
^---------------
See //BUILD.gn:103:7: which caused the file to be included.
"//skia:skia_unittests",
^----------------------
ninja: error: rebuilding 'build.ninja': subcommand failed
ninja: Entering directory `outDefault'
[0/1] Regenerating ninja files
FAILED: build.ninja.stamp
../buildtools/win/gn.exe --root=./.. -q --regeneration gen .
Attached screenshot for reference:
Steps tried for debugging, but none of the below helped:
- Ran "gclient sync"
- Ran gclient sync -r src@HEAD
- Reviewed
skia/BUILD.gn
Can you please help me with the error above?
P.S. - I am a long time listener first time caller for Chromedriver, and happy to be part of this vibrant community.