Hi all,
those days I was checking out chromium code, but at the end of checking I met an error like this:
------------------------
[2:42:23] Still working on:
[2:42:23] src/third_party/angle
[2:42:23] src/third_party/WebKit/LayoutTests/w3c/csswg-test
[2:42:23] src/third_party/WebKit/LayoutTests/w3c/web-platform-tests
[2:42:33] Still working on:
[2:42:33] src/third_party/angle
[2:42:33] src/third_party/WebKit/LayoutTests/w3c/csswg-test
[2:42:33] src/third_party/WebKit/LayoutTests/w3c/web-platform-tests
[2:42:43] Still working on:
[2:42:43] src/third_party/angle
[2:42:43] src/third_party/WebKit/LayoutTests/w3c/csswg-test
[2:42:43] src/third_party/WebKit/LayoutTests/w3c/web-platform-tests
-----------------------
I use depot_tools and the cmd I used is:
gclient config
https://src.chromium.org/chrome/trunk/src gclient sync
but why would I check these code?
dose anybody knows how to solve this issue?
thanks millions times.