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

Unified Diff: services/js/system/tests/js_to_cpp_tests.js

Issue 1374023002: Move JS support code from //mojo/edk/js to //services/js/system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months 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 | « services/js/system/tests/js_to_cpp_tests.cc ('k') | services/js/system/tests/sample_service_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/system/tests/js_to_cpp_tests.js
diff --git a/mojo/edk/js/tests/js_to_cpp_tests.js b/services/js/system/tests/js_to_cpp_tests.js
similarity index 98%
rename from mojo/edk/js/tests/js_to_cpp_tests.js
rename to services/js/system/tests/js_to_cpp_tests.js
index ddecc4b14b4c513f3a0feb815891b6291a8f9c3f..e1857e7e1308412385baa3d1ef4edcc0539b4cca 100644
--- a/mojo/edk/js/tests/js_to_cpp_tests.js
+++ b/services/js/system/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/edk/js/tests/js_to_cpp_tests', [
+define('services/js/system/tests/js_to_cpp_tests', [
'console',
- 'mojo/edk/js/tests/js_to_cpp.mojom',
+ 'services/js/system/tests/js_to_cpp.mojom',
'mojo/public/js/bindings',
'mojo/public/js/connection',
'mojo/public/js/connector',
« no previous file with comments | « services/js/system/tests/js_to_cpp_tests.cc ('k') | services/js/system/tests/sample_service_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698