Mac: Fix "fatal error: 'include/cef_pack_resources.h' file not found"

This occurs on a clean build of the ceftests target.
This commit is contained in:
Marshall Greenblatt 2021-03-22 19:35:56 -04:00
parent 64a1612b70
commit 288366c96d

View File

@ -1774,6 +1774,7 @@ if (is_mac) {
public_deps = [ ":libcef_dll_wrapper" ]
deps = [
":cef_make_headers",
":libcef_dll_wrapper",
":${app_name}_framework_bundle_data",
]