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

Unified Diff: examples/js/show_image.js

Issue 1391243003: Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_3-x-no_public_2-x-no_public_1
Patch Set: copyright header Created 5 years, 2 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 | « examples/ganesh_app/ganesh_view.h ('k') | examples/keyboard_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/js/show_image.js
diff --git a/examples/js/show_image.js b/examples/js/show_image.js
index 174fbc2c9ca22883619d03be65462204392d4ff2..b71522b529cbbe38efa0ec8be992b324ff8b3085 100644
--- a/examples/js/show_image.js
+++ b/examples/js/show_image.js
@@ -1,4 +1,8 @@
#!mojo mojo:js_content_handler
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
// Demonstrate using the mojo window_manager application to "embed" a view that
// displays an image. To run this application set BUILD_DIR to the build
// directory (like "src/out/Debug") and append a PNG image URL as the url
@@ -13,7 +17,7 @@
define("main", [
"mojo/services/public/js/application",
"mojo/services/public/js/service_provider",
- "mojo/services/window_manager/public/interfaces/window_manager.mojom",
+ "mojo/services/window_manager/interfaces/window_manager.mojom",
"third_party/js/url",
], function(application, serviceProvider, windowManager, url) {
« no previous file with comments | « examples/ganesh_app/ganesh_view.h ('k') | examples/keyboard_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698