This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 5 files changed +31
-3
lines changed 5 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ docs/doxygen/
29
29
xcuserdata
30
30
31
31
third_party /gn /
32
+ third_party /ninja /ninja *
32
33
33
34
# Miscellaneous
34
35
* .class
Original file line number Diff line number Diff line change @@ -616,6 +616,15 @@ deps = {
616
616
],
617
617
'dep_type' : 'cipd' ,
618
618
},
619
+ 'src/flutter/third_party/ninja' : {
620
+ 'packages' : [
621
+ {
622
+ 'package' : 'infra/3pp/tools/ninja/${{platform}}' ,
623
+ 'version' :
'version:[email protected] ' ,
624
+ }
625
+ ],
626
+ 'dep_type' : 'cipd' ,
627
+ },
619
628
620
629
'src/buildtools/emsdk' : {
621
630
'url' : Var ('skia_git' ) + '/external/github.com/emscripten-core/emsdk.git' + '@' + 'fc645b7626ebf86530dbd82fbece74d457e7ae07' ,
Original file line number Diff line number Diff line change 1
- Signature: fd17294a410a1a503ab9aa72a0797dbe
1
+ Signature: ae1981a94872d143d802356ab0f1a35e
2
2
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
Original file line number Diff line number Diff line change @@ -1021,9 +1021,10 @@ class _RepositoryDirectory extends _RepositoryEntry implements LicenseSource {
1021
1021
return ! entry.fullName.endsWith ('third_party/gn' ) &&
1022
1022
! entry.fullName.endsWith ('third_party/gradle' ) &&
1023
1023
! entry.fullName.endsWith ('third_party/imgui' ) &&
1024
- ! entry.fullName.endsWith ('third_party/tinygltf' ) &&
1025
- ! entry.fullName.endsWith ('third_party/json/docs' ) &&
1026
1024
! entry.fullName.endsWith ('third_party/json/LICENSES' ) &&
1025
+ ! entry.fullName.endsWith ('third_party/json/docs' ) &&
1026
+ ! entry.fullName.endsWith ('third_party/ninja' ) &&
1027
+ ! entry.fullName.endsWith ('third_party/tinygltf' ) &&
1027
1028
entry.name != '.ccls-cache' &&
1028
1029
entry.name != '.cipd' &&
1029
1030
entry.name != '.git' &&
You can’t perform that action at this time.
0 commit comments