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

Unified Diff: examples/js/cube.js

Issue 812603003: Fixed cube.js demo imports (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/js/cube.js
diff --git a/examples/js/cube.js b/examples/js/cube.js
index a4c6d66d93ed1b4571dc5c5ea6c4173de0cda04d..1fd062b5b056506bc06757977c5c7b1c8bb57a09 100644
--- a/examples/js/cube.js
+++ b/examples/js/cube.js
@@ -6,12 +6,12 @@
define("main", [
"console",
- "mojo/services/geometry/public/interfaces/geometry.mojom",
+ "mojo/services/public/js/application",
"mojo/services/gpu/public/interfaces/command_buffer.mojom",
+ "mojo/services/geometry/public/interfaces/geometry.mojom",
"mojo/services/gpu/public/interfaces/gpu.mojom",
"mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom",
"mojo/services/native_viewport/public/interfaces/native_viewport.mojom",
- "mojo/services/public/js/application",
"mojo/public/js/core",
"services/js/modules/gl",
"services/js/modules/clock",
@@ -21,8 +21,8 @@ define("main", [
cbModule,
geoModule,
gpuModule,
- nvModule,
vplModule,
+ nvModule,
coreModule,
glModule,
clockModule,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698