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

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: nits and sync to head 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
« no previous file with comments | « blimp/docs/fonts.md ('k') | blimp/tools/client_engine_integration.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/docs/running.md
diff --git a/blimp/docs/running.md b/blimp/docs/running.md
index 34aa1220047a5006a72374fe7f80ea1992b8406e..76118fe30e56c8493c7e801766530f2f321e363c 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
+ `out-linux/Debug/gen/third_party/blimp_fonts/font_bundle/kitkat/`.
+ If the Android client is Marshmallow system, this would be
+ `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"
« no previous file with comments | « blimp/docs/fonts.md ('k') | blimp/tools/client_engine_integration.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698