| 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',
|
|
|