Skip to content

doorsrom/com.doors.edge

 
 

Repository files navigation

Logo

Chromium Android

Build Status Release Version Latest Release Download

Introduction

  • This is the source code of Chromium Android app.
  • All files are from (or generate from) the Chromium project.
  • This repository helps you review the most popular browser app on Android.
  • You can also build your own Android browser with this repository.

Start Working

Check out this repository and open the project with Android Studio.

Now you can build, run, debug as a normal android project.

Notice: If you have something wrong with build, try close instant run in Android Stuido settings.

Screenshots

Welcome App Home

Html5 Score Video Play

Source Update

If you want to update Chromium source, these steps may help:

  1. Checking out and building Chromium for Android, to match our build settings, use args.gn
  2. Generate files for Android Studio with this guide
  3. Sync files with this script
  4. Replace all files in project with the new files.

Notice:

  • Replace BASE_DIR in script with your Chromium src dir.
  • Replace RELEASE_DIR in script with your build dir.
  • PRO_DIR is the dir where new files will copied to.
  • Sync script may out of date that you need edit it yourself.

Thanks

This project is based on:

Copyright & License

Please see LICENSE.