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

Unified Diff: mojo/apps/js/BUILD.gn

Issue 637373002: Mojo JS bindings: simplify mojo.connectToService() usage - Part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed the mojo_internals module, made Connection localFactory optional Created 6 years, 2 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 | mojo/apps/js/application_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/BUILD.gn
diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
index 16f1907d5adaa2ac0c174a165ccd8924b7528e33..b9784ad3e00925ddcfb0e6490eb6f1bd884c0411 100644
--- a/mojo/apps/js/BUILD.gn
+++ b/mojo/apps/js/BUILD.gn
@@ -26,7 +26,7 @@ source_set("js_apps") {
sources = [
"application_delegate_impl.cc",
"js_app.cc",
- "mojo_module.cc",
+ "mojo_bridge_module.cc",
]
public_deps = [
« no previous file with comments | « no previous file | mojo/apps/js/application_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698