diff --git a/BUILD.gn b/BUILD.gn index a2d42c895..e73860900 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1291,6 +1291,8 @@ static_library("libcef_dll_wrapper") { configs += [ ":libcef_dll_wrapper_config" ] public_configs = [ ":libcef_dll_wrapper_config" ] + + deps = [ ":cef_make_headers" ] }