Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1168)

Unified Diff: blimp/docs/running.md

Issue 2239923002: Make blimp work on K (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: blimp/docs/running.md
diff --git a/blimp/docs/running.md b/blimp/docs/running.md
index da74e26b76783228da6058368ac90fe2fa4fa518..989c395ff7c17787f5a62786e5f633ff7f2ae19d 100644
--- a/blimp/docs/running.md
+++ b/blimp/docs/running.md
@@ -163,7 +163,10 @@ The following flags are required to start an Engine instance:
* `--disable-cached-picture-raster`: Ensures that rasterized content is not
destroyed before serialization.
* `--android-fonts-path=$PATH`: Path to where the fonts are located.
- Typically this would be `out-linux/Debug/gen/third_party/blimp_fonts`.
+ If the android client is kitkat system, this would be
nyquist 2016/08/12 03:44:12 Android* and KitKat*
Menglin 2016/08/12 19:25:09 Done.
+ `out-linux/Debug/gen/third_party/blimp_fonts/font_bundle/kitkat/`.
+ If the android client is marshmallow system, this would be
nyquist 2016/08/12 03:44:12 Android* and Marshmallow*
Menglin 2016/08/12 19:25:09 Done.
+ `out-linux/Debug/gen/third_party/blimp_fonts/font_bundle/marshmallow/`.
* `--disable-remote-fonts`: Disables downloading of custom web fonts in the
renderer.
@@ -173,7 +176,7 @@ One can start the engine using these flags:
```bash
out-linux/Debug/blimp_engine_app \
- --android-fonts-path=out-linux/Debug/gen/third_party/blimp_fonts \
+ --android-fonts-path=out-linux/Debug/gen/third_party/blimp_fonts/font_bundle/marshmallow/ \
--blimp-client-token-path=/tmp/blimpengine-token \
--enable-logging=stderr \
--vmodule="blimp*=1"

Powered by Google App Engine
This is Rietveld 408576698