[reland] Adds third_party/ml
This differs from the initial landing in that it will not checkout the submodule on chromeos. That will be fixed later. Bug: b/301660909 Change-Id: I7dd22a4b0c874391446581538bc9cedf0e0ae11a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4923069 Reviewed-by: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/main@{#1207143}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
1836f542f0
commit
e095cd700a
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -771,6 +771,10 @@
|
||||
path = third_party/khronos_glcts
|
||||
url = https://chrome-internal.googlesource.com/chrome/deps/khronos_glcts.git
|
||||
gclient-condition = checkout_src_internal
|
||||
[submodule "third_party/ml"]
|
||||
path = third_party/ml
|
||||
url = https://chrome-internal.googlesource.com/chrome/third_party/ml.git
|
||||
gclient-condition = checkout_src_internal and (checkout_win or checkout_mac or checkout_linux)
|
||||
[submodule "third_party/widevine/cdm/chromeos"]
|
||||
path = third_party/widevine/cdm/chromeos
|
||||
url = https://chrome-internal.googlesource.com/chrome/deps/widevine/cdm/chromeos.git
|
||||
|
5
DEPS
5
DEPS
@ -4215,6 +4215,11 @@ deps = {
|
||||
'condition': 'checkout_src_internal',
|
||||
},
|
||||
|
||||
'src/third_party/ml': {
|
||||
'url': Var('chrome_git') + '/chrome/third_party/ml.git' + '@' + 'bfd95492122f567f2d3163bb0fb2b56f450618de',
|
||||
'condition': 'checkout_src_internal and (checkout_win or checkout_mac or checkout_linux)',
|
||||
},
|
||||
|
||||
'src/third_party/soda': {
|
||||
'packages': [
|
||||
{
|
||||
|
1
OWNERS
1
OWNERS
@ -160,6 +160,7 @@ per-file third_party/material_color_utilities/src=*
|
||||
per-file third_party/material_design_icons/src=*
|
||||
per-file third_party/mingw-w64/mingw/bin=*
|
||||
per-file third_party/minigbm/src=*
|
||||
per-file third_party/ml=*
|
||||
per-file third_party/nacl_sdk_binaries=*
|
||||
per-file third_party/nasm=*
|
||||
per-file third_party/neon_2_sse/src=*
|
||||
|
1
third_party/ml
vendored
Submodule
1
third_party/ml
vendored
Submodule
Submodule third_party/ml added at bfd9549212
Reference in New Issue
Block a user