0

[DEPS] Introduce third_party/search_engines_data dependency

This dependency is automatically scrubbed from internal source of
truth and provides Search Engine definitions and assets.

Change-Id: I08a81ca5707204b36b0cd53b2d9a669f458e0682
Bug: b:382104753
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6174299
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Cr-Commit-Position: refs/heads/main@{#1406701}
This commit is contained in:
Tomasz Wiszkowski
2025-01-15 07:02:11 -08:00
committed by Chromium LUCI CQ
parent 78e111576b
commit 909cd44a9e
4 changed files with 8 additions and 0 deletions

3
.gitmodules vendored

@ -509,6 +509,9 @@
[submodule "third_party/ruy/src"]
path = third_party/ruy/src
url = https://chromium.googlesource.com/external/github.com/google/ruy
[submodule "third_party/search_engines_data"]
path = third_party/search_engines_data
url = https://chromium.googlesource.com/external/search_engines_data
[submodule "third_party/skia"]
path = third_party/skia
url = https://skia.googlesource.com/skia

3
DEPS

@ -2658,6 +2658,9 @@ deps = {
'src/third_party/ruy/src':
Var('chromium_git') + '/external/github.com/google/ruy.git' + '@' + '83fd40d730feb0804fafbc2d8814bcc19a17b2e5',
'src/third_party/search_engines_data':
Var('chromium_git') + '/external/search_engines_data.git' + '@' + '66ed64db925cbdbf397870f3566c587b0dead98f',
'src/third_party/skia':
Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),

1
OWNERS

@ -194,6 +194,7 @@ per-file third_party/quic_trace/src=*
per-file third_party/re2/src=*
per-file third_party/requests/src=*
per-file third_party/ruy/src=*
per-file third_party/search_engines_data=*
per-file third_party/securemessage/src=*
per-file third_party/skia=*
per-file third_party/smhasher/src=*