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

Unified Diff: mojo/public/mojo_application.gni

Issue 821403003: Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: two more Created 5 years, 11 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 | « examples/wm_flow/wm/window_frame.sky ('k') | services/js/test/echo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_application.gni
diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
index 140e188e2773d2cc768dacf8bcb5916f960a2326..19abf7410ab3e4370a43b21094ab69e43395d62e 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -211,7 +211,7 @@ if (is_android) {
args = [
"--input=$rebase_input",
"--output=$rebase_output",
- "--line=#!mojo:android_handler",
+ "--line=#!mojo mojo:android_handler",
]
}
}
« no previous file with comments | « examples/wm_flow/wm/window_frame.sky ('k') | services/js/test/echo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698