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

Unified Diff: mojo/services/public/js/mojo.js

Issue 703023004: Move the JS content handler et al from mojo/apps/js to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed DEPS gl build 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
« no previous file with comments | « mojo/apps/js/test/run_apps_js_tests.cc ('k') | mojo/tools/data/unittests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/js/mojo.js
diff --git a/mojo/apps/js/mojo.js b/mojo/services/public/js/mojo.js
similarity index 98%
rename from mojo/apps/js/mojo.js
rename to mojo/services/public/js/mojo.js
index db0652c1c4e645f2ea2cc813b1359a09279fda3d..ad0ed0c3a0984be8e4c776b2605266ae22d19c67 100644
--- a/mojo/apps/js/mojo.js
+++ b/mojo/services/public/js/mojo.js
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-define("mojo/apps/js/mojo", [
+define("mojo/services/public/js/mojo", [
"mojo/public/interfaces/application/service_provider.mojom",
"mojo/public/js/connection",
"mojo/public/js/core",
- "mojo/apps/js/bridge",
+ "services/js/bridge",
], function(service, connection, core, bridge) {
function Shell() {
« no previous file with comments | « mojo/apps/js/test/run_apps_js_tests.cc ('k') | mojo/tools/data/unittests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698