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

Unified Diff: extensions/test/data/api_test_base_unittest.js

Issue 693343003: Update to using //mojo/public/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « extensions/renderer/resources/serial_service.js ('k') | mojo/edk/mojo_edk.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/api_test_base_unittest.js
diff --git a/extensions/test/data/api_test_base_unittest.js b/extensions/test/data/api_test_base_unittest.js
index c402d59bbc9a1cff021b77d4d3218c57031a4c7d..46641ba5ccfdc23877797a583800421f0309be84 100644
--- a/extensions/test/data/api_test_base_unittest.js
+++ b/extensions/test/data/api_test_base_unittest.js
@@ -36,8 +36,8 @@ unittestBindings.exportTests([
},
function testMojoModulesAreAvailable() {
Promise.all([
- requireAsync('mojo/public/js/bindings/connection'),
- requireAsync('mojo/public/js/bindings/core'),
+ requireAsync('mojo/public/js/connection'),
+ requireAsync('mojo/public/js/core'),
requireAsync('content/public/renderer/service_provider'),
]).then(test.callback(function(modules) {
var connection = modules[0];
« no previous file with comments | « extensions/renderer/resources/serial_service.js ('k') | mojo/edk/mojo_edk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698