Dear libyuv users,
Due to the fact that libyuv uses a the build toolchain of Chromium and a lot of
common infrastructure, we've now changed the top-level directory from being named
This means everyone with an existing libyuv checkout has to:
1. Manually rename the 'libyuv' dir -> 'src'
2. Edit their .gclient file and change:
"name" : "libyuv",
to be:
"name" : "src",
That's it. Sorry for the inconvenience this may cause you.
The documentation is updated so if you follow that, all new checkouts will be correct.