# chromiumembedded **Repository Path**: mirrors/chromiumembedded ## Basic Information - **Project Name**: chromiumembedded - **Description**: 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. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2019-10-22 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.