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

Unified Diff: services/js/modules/clock/monotonic_clock_unittests.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: Moved mojo/services/js to services/js 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/modules/clock/monotonic_clock_unittests.js
diff --git a/mojo/apps/js/bindings/monotonic_clock_unittests.js b/services/js/modules/clock/monotonic_clock_unittests.js
similarity index 89%
rename from mojo/apps/js/bindings/monotonic_clock_unittests.js
rename to services/js/modules/clock/monotonic_clock_unittests.js
index a1a253ed68efd3c45747752ecbeb8bcd3f35aac0..af10b84a6ce55044ba993fb4a68e1a94c41f3c55 100644
--- a/mojo/apps/js/bindings/monotonic_clock_unittests.js
+++ b/services/js/modules/clock/monotonic_clock_unittests.js
@@ -5,9 +5,9 @@
define([
"console",
"gin/test/expect",
- "monotonic_clock",
+ "services/js/modules/clock",
"timer",
- "mojo/apps/js/bindings/threading"
+ "mojo/public/js/threading"
], function(console, expect, monotonicClock, timer, threading) {
var global = this;
var then = monotonicClock.seconds();

Powered by Google App Engine
This is Rietveld 408576698