--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Did you gclient runhooks (not just gyp) at least once in the new checkout?
clang-format is pulled via hooks in DEPS. What is the content of your src/buildtools/linux64/ ? Do you see just the .sha1 file there?
On Tue, Oct 7, 2014 at 3:07 PM, Egor Pasko <pa...@chromium.org> wrote:--I am on ubuntu Trusty, and 'git cl format' fails with:Problem while looking for clang-format in Chromium source tree:File does not exist: /path/to/chromium/build/buildtools/linux64/clang-formatis it known?
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Can you check if something is setting CHROMIUM_BUILDTOOLS_PATH in your environment (cr?) ?
The implementation in depot_tools seems to look inWhich is right (src/buildtools/...) unless you override with the aforementioned env var.Also, what happens if you run:$ python /path/to/depot_tools/clang_format.py --dump-config ?