chromiumembedded
chromiumembedded copied to clipboard
The Chromium Embedded Framework (CEF) is an open source framework for embedding a web browser control based on Google Chrome, it is a convenient way to implement an HTML5 based GUI in a desktop applic...
This is the CEF project patched with initial Aura window manager and Ozone support.
Building
-
Setup your Chromium/CEF GIT repositories as it is documented on the CEF3 website.
-
Setup an ARM build:
./cef_create_projects.sh -I arm_ozone.gypi
Changelog:
- Building for embedded ARM and X86 devices.
- Support for Aura window manager.
- Building CEF without toolkit views.
ToDo:
- Test builds for various platforms supported by CEF.