Replies: 1 comment 2 replies
-
What do you mean by this?
You need to build the exact commit that was used otherwise you'll need to rebuild the libcef wrapper. The commit is included in the CEF version number which you can get from the release notes or opening chrome://version in the browser.
is_component_build is for local development and not distribution. You need to create a official build as defined at https://bitbucket.org/chromiumembedded/cef/wiki/AutomatedBuildSetup.md#markdown-header-windows-configuration |
Beta Was this translation helpful? Give feedback.
-
Hi,
What is the criteria needed for CEF when building manually and moving the files across as defined in the output file description table?
I manually built CEF and used branch 4772, copying across the files from both the Debug_GN_x86 folder and Debug_GN_x64 (made using 'ninja -C out\Debug_GN_x86 cef' commands) but i ended up getting a file can't load error on cef.core.runtime. Is there a specific build criteria like set GN_DEFINES=is_component_build=true? The cefclient application works ok, so suspect its a mismatch on either version or build type.
Beta Was this translation helpful? Give feedback.
All reactions