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

Unified Diff: examples/media_viewer/media_viewer.mojom

Issue 832933006: Remove the media viewer component. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/media_viewer/media_viewer.cc ('k') | examples/png_viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/media_viewer/media_viewer.mojom
diff --git a/examples/media_viewer/media_viewer.mojom b/examples/media_viewer/media_viewer.mojom
deleted file mode 100644
index c8dc74f0b01d0b26a5455da5f5b25c71713239bd..0000000000000000000000000000000000000000
--- a/examples/media_viewer/media_viewer.mojom
+++ /dev/null
@@ -1,11 +0,0 @@
-// 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.
-
-module mojo;
-
-interface ZoomableMedia {
- ZoomIn();
- ZoomOut();
- ZoomToActualSize();
-};
« no previous file with comments | « examples/media_viewer/media_viewer.cc ('k') | examples/png_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698