I'm trying to build Skia's modules/skplaintexteditor
:
https://chromium.googlesource.com/skia/+/master/modules/skplaintexteditor/
I have followed the instructions in README.md:
tools/git-sync-deps
bin/gn gen out/default
ninja -C out/default editor
The first two commands are working, but the ninja build is failing with:
ninja: error: unknown target 'editor'
Skia itself is building fine (i.e. if I don't specify the editor
target in the ninja
command).
What is missing here? How do I build skplaintexteditor
?