Skip to content

Commit

Permalink
Fix missing ffmpeg lib in mac normal build
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Oct 19, 2023
1 parent 91d4f0e commit 9055144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Expand Up @@ -345,7 +345,7 @@ if (is_mac && !is_component_build) {
group("dump") {
testonly = true
deps = [ "//third_party/breakpad:dump_syms",
"//chrome",
":copy_ffmpeg",
":copy_node",
"//v8:nwjc",
"//chrome/test/chromedriver:chromedriver_server",
Expand Down

0 comments on commit 9055144

Please sign in to comment.