diff --git components/resources/BUILD.gn components/resources/BUILD.gn | |
--- components/resources/BUILD.gn | |
+++ components/resources/BUILD.gn | |
@@ -96,6 +96,8 @@ action("about_credits") { | |
args = [ | |
"--target-os=$target_os", | |
+ "--gn-target=//cef:libcef_static", | |
+ "--gn-out-dir=.", | |
"--depfile", | |
rebase_path(depfile, root_build_dir), | |
"credits", |