This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ docs/doxygen/
2929xcuserdata
3030
3131third_party /gn /
32+ third_party /ninja /ninja *
3233
3334# Miscellaneous
3435* .class
Original file line number Diff line number Diff line change @@ -616,6 +616,15 @@ deps = {
616616 ],
617617 'dep_type' : 'cipd' ,
618618 },
619+ 'src/flutter/third_party/ninja' : {
620+ 'packages' : [
621+ {
622+ 'package' : 'infra/3pp/tools/ninja/${{platform}}' ,
623+ 'version' : 'version:2@1.8.2.chromium.3' ,
624+ }
625+ ],
626+ 'dep_type' : 'cipd' ,
627+ },
619628
620629 'src/buildtools/emsdk' : {
621630 'url' : Var ('skia_git' ) + '/external/github.com/emscripten-core/emsdk.git' + '@' + 'fc645b7626ebf86530dbd82fbece74d457e7ae07' ,
Original file line number Diff line number Diff line change 1+ Name: ninja
2+ Short Name: ninja
3+ URL: https://github.com/ninja-build/ninja
4+ Revision: See the CIPD version in DEPS
5+ License: Apache License 2.0
6+ License File: https://github.com/ninja-build/ninja/blob/master/COPYING
7+ Security Critical: no
8+
9+ Description:
10+ Ninja is a small build system with a focus on speed, and is used to build
11+ this project.
12+
13+ The CIPD packages are built using the 3pp pipeline.
14+ https://chromium.googlesource.com/infra/infra/+/refs/heads/main/3pp/ninja/
15+
16+ Local Modifications:
17+ None
You can’t perform that action at this time.
0 commit comments