forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install CIPD ninja using DEPS (flutter#37375)
* Install CIPD ninja using DEPS * ignore license check for third_party/ninja * update expected licenses
- Loading branch information
Showing
5 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ docs/doxygen/ | |
xcuserdata | ||
|
||
third_party/gn/ | ||
third_party/ninja/ninja* | ||
|
||
# Miscellaneous | ||
*.class | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -616,6 +616,15 @@ deps = { | |
], | ||
'dep_type': 'cipd', | ||
}, | ||
'src/flutter/third_party/ninja': { | ||
'packages': [ | ||
{ | ||
'package': 'infra/3pp/tools/ninja/${{platform}}', | ||
'version': 'version:[email protected]', | ||
} | ||
], | ||
'dep_type': 'cipd', | ||
}, | ||
|
||
'src/buildtools/emsdk': { | ||
'url': Var('skia_git') + '/external/github.com/emscripten-core/emsdk.git' + '@' + 'fc645b7626ebf86530dbd82fbece74d457e7ae07', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Signature: fd17294a410a1a503ab9aa72a0797dbe | ||
Signature: ae1981a94872d143d802356ab0f1a35e | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Name: ninja | ||
Short Name: ninja | ||
URL: https://github.com/ninja-build/ninja | ||
Revision: See the CIPD version in DEPS | ||
License: Apache License 2.0 | ||
License File: https://github.com/ninja-build/ninja/blob/master/COPYING | ||
Security Critical: no | ||
|
||
Description: | ||
Ninja is a small build system with a focus on speed, and is used to build | ||
this project. | ||
|
||
The CIPD packages are built using the 3pp pipeline. | ||
https://chromium.googlesource.com/infra/infra/+/refs/heads/main/3pp/ninja/ | ||
|
||
Local Modifications: | ||
None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters