Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: tools/buildtools/README.md

Issue 2871673003: [infra] Fix clang-format invocation from git cl format (Closed)
Patch Set: Fix for Mac Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/buildtools/linux64/clang-format » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 To build Dart for Mac and Linux, we pull Fuchsia's buildtools, which is also
2 used by Flutter. Fuchsia's buildtools includes gn, ninja, and the clang
3 toolchain. Fuchsia buildtools vends clang-format as part of the clang toolchain.
4 Since Fuchsia's buildtools doesn't vend a clang toolchain for Windows, we can't
5 get a Windows clang-format binary from it. Therefore, from Chromium's buildtools
6 here:
7
8 https://chromium.googlesource.com/chromium/buildtools
9
10 we copy the hash file for its Windows clang-format binary, and pull it down
11 from google storage in the update.py script in this directory.
12
13 To update to a newer Windows clang-format binary, simply overwrite the hash in
14 clang-format.exe.sha1 with a newer one, and then do a 'gclient sync'.
OLDNEW
« no previous file with comments | « no previous file | tools/buildtools/linux64/clang-format » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698