Skip to content

Commit e111d72

Browse files
authored
cobalt: Build extra crashpad targets in gn_all only when use_evergreen=true (youtube#9270)
These targets do not exist on platforms like tvOS, and in any case they only seem to be used in 3p builds (see e.g. `cobalt/build/evergreen-x64/package.json`). Bug: 477518757
1 parent 7789ccf commit e111d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cobalt/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ group("gn_all") {
6969
if (is_starboard && build_updater_sandbox) {
7070
deps += [ "//chrome/updater/cobalt:updater_sandbox" ]
7171
}
72-
if (use_crashpad) {
72+
if (use_evergreen && use_crashpad) {
7373
deps += [
7474
"//third_party/crashpad/crashpad/handler:crashpad_handler($native_target)",
7575
"//third_party/crashpad/crashpad/tools:crashpad_database_util($native_target)",

0 commit comments

Comments
 (0)