- 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.
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.
If you want to update Chromium source, these steps may help:
-
Checking out and building Chromium for Android, to match our build settings, use tools/args.gn
-
Generate files for Android Studio with offical guide: Android Studio
- After that, you can find some
build.gradle
files in[BUILD_TARGET]/gradle
, which defines the Java sources for Chromium.
- After that, you can find some
-
Try sync files with script: tools/sync_chromium.sh
- 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 modify it yourself.
- Replace
-
Finally, replace all files in this project with the new files.
This project is based on:
Please see LICENSE.