Skip to content

Commit d79826d

Browse files
committed
remove the dependency between dist and dump
or in buildbot the dump target will run twice, resulting almost empty symbol
1 parent 6ce499f commit d79826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ if (!is_component_build) {
405405
"-m", "$package_mode",
406406
"-i", "$icudat_path"
407407
]
408-
deps = [ "//components/resources:about_credits_nw", ":dump" ]
408+
deps = [ "//components/resources:about_credits_nw" ]
409409
if (nwjs_sdk && (is_mac || is_linux)) {
410410
deps += [ "//breakpad:minidump_stackwalk" ]
411411
}

0 commit comments

Comments
 (0)