You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
@@ -29,17 +29,19 @@ Notice: If you have something wrong with build, try close instant run in Android
29
29
30
30
If you want to update Chromium source, these steps may help:
31
31
32
-
1.[Checking out and building Chromium for Android](https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md), to match our build settings, use [args.gn](tools/args.gn)
33
-
2. Generate files for Android Studio with [this guide](https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md)
34
-
3. Sync files with [this script](tools/sync_chromium.sh)
35
-
4. Replace all files in project with the new files.
32
+
1.[Checking out and building Chromium for Android](https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md), to match our build settings, use [tools/args.gn](tools/args.gn)
33
+
2. Generate files for Android Studio with offical guide: [Android Studio](https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md)
36
34
37
-
Notice:
35
+
- After that, you can find some ```build.gradle``` files in ```[BUILD_TARGET]/gradle```, which defines the Java sources for Chromium.
38
36
39
-
- Replace `BASE_DIR` in script with your Chromium src dir.
40
-
- Replace `RELEASE_DIR` in script with your build dir.
41
-
-`PRO_DIR` is the dir where new files will copied to.
42
-
- Sync script may out of date that you need edit it yourself.
37
+
3. Try sync files with script: [tools/sync_chromium.sh](tools/sync_chromium.sh)
38
+
39
+
- Replace `BASE_DIR` in script with your Chromium src dir.
40
+
- Replace `RELEASE_DIR` in script with your build dir.
41
+
- `PRO_DIR` is the dir where new files will copied to.
42
+
- **Sync script may out of date that you need modify it yourself**.
43
+
44
+
4. Finally, replace all files in this project with the new files.
0 commit comments