Add internal crash repository to DEPS
Bug: 1452172 Change-Id: I9a14d079d9571a211da39ecb5d12ab6118c75f15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4595406 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1162676}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
4f49cc0e22
commit
f4efc80bfc
1
.gitignore
vendored
1
.gitignore
vendored
@ -209,6 +209,7 @@ vs-chromium-project.txt
|
||||
/components/autofill/core/browser/form_parsing/internal_resources
|
||||
/components/chrome_settings_proto_generated_compile.xml
|
||||
/components/cloud_policy_proto_generated_compile.xml
|
||||
/components/crash/core/app/internal
|
||||
/components/gcm_driver.xml
|
||||
/components/history_clusters/internal
|
||||
/components/leveldb_proto_test_support.xml
|
||||
|
5
DEPS
5
DEPS
@ -4137,6 +4137,11 @@ deps = {
|
||||
'condition': 'checkout_src_internal',
|
||||
},
|
||||
|
||||
'src/components/crash/core/app/internal': {
|
||||
'url': Var('chrome_git') + '/chrome/components/crash.git' + '@' + '977755983e64eb91813875407050afcc7c1b6683',
|
||||
'condition': 'checkout_src_internal',
|
||||
},
|
||||
|
||||
'src/components/metrics/internal': {
|
||||
'url': Var('chrome_git') + '/chrome/components/metrics/internal.git' + '@' +
|
||||
'ac51808a082f35a97395ebb49c74dca809bd7540',
|
||||
|
Reference in New Issue
Block a user