diff --git a/libcef/features/BUILD.gn b/libcef/features/BUILD.gn index 01f59751f..430143ede 100644 --- a/libcef/features/BUILD.gn +++ b/libcef/features/BUILD.gn @@ -88,7 +88,12 @@ buildflag_header("features") { # Configuration for all targets that include CEF source code library-side. config("config") { # CEF sources use includes relative to the CEF root directory. - include_dirs = [ "//cef" ] + include_dirs = [ + "//cef", + + # CEF generates some header files that also need to be discoverable. + "$root_out_dir/includes", + ] defines = [ "BUILDING_CEF_SHARED", "USING_CHROMIUM_INCLUDES",