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

Unified Diff: mojo/public/bindings/js/core_unittests.js

Issue 69843003: Implement Mojo message codec in JavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments Created 7 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/public/bindings/js/core.cc ('k') | mojo/public/bindings/js/global.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/js/core_unittests.js
diff --git a/mojo/public/bindings/js/core_unittests.js b/mojo/public/bindings/js/core_unittests.js
index 6f4e30c9e41984f780929bcf19b45e079b93b44b..555bdde90d0cb9b90422a9b8a2fd820ed6c7b72c 100644
--- a/mojo/public/bindings/js/core_unittests.js
+++ b/mojo/public/bindings/js/core_unittests.js
@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-define(["gtest", "core"], function(gtest, core) {
+define([
+ "gtest",
+ "mojo/public/bindings/js/core",
+ ], function(gtest, core) {
runWithPipe(testNop);
runWithPipe(testReadAndWriteMessage);
this.result = "PASS";
« no previous file with comments | « mojo/public/bindings/js/core.cc ('k') | mojo/public/bindings/js/global.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698