mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:16:13 +00:00
gn: Fix reference to test_support in chromium style
Bug: crashpad:79 Change-Id: I25c02c2f38819ea1edfd89bf9a4254c83d5ff9f5 Reviewed-on: https://chromium-review.googlesource.com/835848 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
c86779fd96
commit
ab0b9438b9
2
third_party/mini_chromium/BUILD.gn
vendored
2
third_party/mini_chromium/BUILD.gn
vendored
@ -33,7 +33,7 @@ group("base") {
|
|||||||
group("base_test_support") {
|
group("base_test_support") {
|
||||||
if (crashpad_is_in_chromium) {
|
if (crashpad_is_in_chromium) {
|
||||||
public_deps = [
|
public_deps = [
|
||||||
"//base:test_support",
|
"//base/test:test_support",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user