chromiumembedded

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 application or to provide browser capabilities to an application. It comes with bindings for C, C++, Delphi, Java, .NET, and Python and runs on Linux, Mac OS X, and Windows.

73
26
C++

This is the CEF project patched with initial Aura window manager and Ozone support.

Building

  1. Setup your Chromium/CEF GIT repositories as it is documented on the CEF3
    website.

  2. 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.