Skip to content

Commit 90fe6e9

Browse files
Cong LiuLin Sun
authored andcommitted
Updated build dependencies
Sometimes `libffmpeg.dylib` is missed in the final build. This patch added `nwjs` for all of the build targets.
1 parent e7ba1f0 commit 90fe6e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BUILD.gn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ if (is_mac && !is_component_build) {
347347
"//v8:nwjc",
348348
"//chrome/test/chromedriver:chromedriver",
349349
"//third_party/ffmpeg:ffmpeg",
350-
"//chrome:nw_sym_archive"
350+
"//chrome:nw_sym_archive",
351+
":nwjs"
351352
]
352353
}
353354
}
@@ -433,7 +434,7 @@ if (!is_component_build) {
433434
"-m", "$package_mode",
434435
"-i", "$icudat_path"
435436
]
436-
deps = [ "//components/resources:about_credits_nw" ]
437+
deps = [ "//components/resources:about_credits_nw", ":dump", ":nwjs" ]
437438
if (nwjs_sdk && (is_mac || is_linux)) {
438439
deps += [ "//third_party/breakpad:minidump_stackwalk" ]
439440
}

0 commit comments

Comments
 (0)