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

Unified Diff: services/js/BUILD.gn

Issue 757703002: Creates a JavaScript Applicaiton (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Do not try to call undefined Application methods. Created 6 years, 1 month 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: services/js/BUILD.gn
diff --git a/services/js/BUILD.gn b/services/js/BUILD.gn
index 6f2dd1993c39dee6e8e4698f79d0a489036397e9..9744b08dd2c3e6075f73712b2b45d9e69ab515a6 100644
--- a/services/js/BUILD.gn
+++ b/services/js/BUILD.gn
@@ -15,6 +15,10 @@ mojo_native_application("js_content_handler") {
"content_handler_main.cc",
"js_app.cc",
"js_app.h",
+ "js_app_runner_delegate.cc",
+ "js_app_runner_delegate.h",
+ "js_app_shell.cc",
+ "js_app_shell.h",
"mojo_bridge_module.cc",
"mojo_bridge_module.h",
]

Powered by Google App Engine
This is Rietveld 408576698