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

Unified Diff: blimp/engine/Dockerfile

Issue 1776133002: Add Android fonts to blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed references to chromeos Created 4 years, 9 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/engine/DEPS ('k') | blimp/engine/engine-manifest.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/Dockerfile
diff --git a/blimp/engine/Dockerfile b/blimp/engine/Dockerfile
index 0410cf861f25248d9f8e7164fbd2b567dd8a43d9..7e3cbbaa5312859fc9d204a74cdd3cbc0ab56e70 100644
--- a/blimp/engine/Dockerfile
+++ b/blimp/engine/Dockerfile
@@ -13,7 +13,10 @@ RUN mkdir /engine
RUN useradd -ms /bin/bash blimp_user
+# The glob below expands to all files, but does not add directories
+# recursively.
ADD * /engine/
+ADD gen/third_party/blimp_fonts /engine/fonts
RUN mv /engine/chrome_sandbox /engine/chrome-sandbox
RUN chown -R blimp_user /engine
@@ -21,4 +24,3 @@ USER blimp_user
WORKDIR "/engine"
ENTRYPOINT ["/engine/start_engine.sh"]
-
« no previous file with comments | « blimp/engine/DEPS ('k') | blimp/engine/engine-manifest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698