mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
[fuchsia] Avoid underscores in package names
Bug: fuchsia:22679 Change-Id: I11de95cd91b23bd496d17246a448bcf1995a2814 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2315004 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
13fd1561dc
commit
f9549d1ffe
6
BUILD.gn
6
BUILD.gn
@ -83,7 +83,7 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
|
||||
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
import("//build/package.gni")
|
||||
package("crashpad_test") {
|
||||
package("crashpad-test") {
|
||||
testonly = true
|
||||
|
||||
deps = [
|
||||
@ -164,7 +164,7 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
|
||||
}
|
||||
}
|
||||
|
||||
package("crashpad_database_util") {
|
||||
package("crashpad-database-util") {
|
||||
deps = [ "tools:crashpad_database_util" ]
|
||||
|
||||
binaries = [
|
||||
@ -178,7 +178,7 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
|
||||
group("tests") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":crashpad_test" ]
|
||||
deps = [ ":crashpad-test" ]
|
||||
}
|
||||
}
|
||||
} else if (crashpad_is_standalone || crashpad_is_external) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user