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

Unified Diff: mojo/edk/js/tests/js_to_cpp_tests.js

Issue 709603002: Move mojo/apps/js tests et al to mojo/edk/js/test,tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: chromium environment for JS tests 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: mojo/edk/js/tests/js_to_cpp_tests.js
diff --git a/mojo/apps/js/test/js_to_cpp_unittest.js b/mojo/edk/js/tests/js_to_cpp_tests.js
similarity index 98%
rename from mojo/apps/js/test/js_to_cpp_unittest.js
rename to mojo/edk/js/tests/js_to_cpp_tests.js
index 67313e7f3cc7b4ff5683b4bbd78b27a30dcabd70..c32f0aff6ed41e45244e848bfced8e066b220abe 100644
--- a/mojo/apps/js/test/js_to_cpp_unittest.js
+++ b/mojo/edk/js/tests/js_to_cpp_tests.js
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-define('mojo/apps/js/test/js_to_cpp_unittest', [
+define('mojo/edk/js/tests/js_to_cpp_tests', [
'console',
- 'mojo/apps/js/test/js_to_cpp.mojom',
+ 'mojo/edk/js/tests/js_to_cpp.mojom',
'mojo/public/js/connection',
'mojo/public/js/connector',
'mojo/public/js/core',

Powered by Google App Engine
This is Rietveld 408576698