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

Unified Diff: sky/apk/rules.gni

Issue 1221153002: Switch SkyShell to its own ResourceExtractor (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | sky/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/apk/rules.gni
diff --git a/sky/apk/rules.gni b/sky/apk/rules.gni
index fdaa91890aeef52e4319b3e2a71496e95d949153..87d59a40a4f9baf70554d4d93ede06ab55b25f13 100644
--- a/sky/apk/rules.gni
+++ b/sky/apk/rules.gni
@@ -25,7 +25,7 @@ template("sky_apk") {
}
template("sky_app") {
- # Note: org.chromium.base.ResourceExtractor knows about 'snapshot_blob.bin'.
+ # Note: org.domokit.sky.shell.SkyApplication knows about 'snapshot_blob.bin'.
snapshot = "$target_gen_dir/snapshot_blob.bin"
action("gen_snapshot") {
« no previous file with comments | « no previous file | sky/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698