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

Unified Diff: mojo/shell/test/pingable.mojom

Issue 1049993002: Get mojo_shell building inside chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 5 years, 9 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 | « mojo/shell/test/BUILD.gn ('k') | mojo/shell/test/pingable_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/test/pingable.mojom
diff --git a/chrome/browser/resources/pdf/elements/viewer-zoom-selector/viewer-zoom-slider.js b/mojo/shell/test/pingable.mojom
similarity index 58%
copy from chrome/browser/resources/pdf/elements/viewer-zoom-selector/viewer-zoom-slider.js
copy to mojo/shell/test/pingable.mojom
index 767cf846b0d1dca16b86feead3edf91aa2b0181c..74ed38d3d0cd8e820cade5e369318cb4e7ef63a4 100644
--- a/chrome/browser/resources/pdf/elements/viewer-zoom-selector/viewer-zoom-slider.js
+++ b/mojo/shell/test/pingable.mojom
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Polymer('viewer-zoom-slider', Polymer.mixin({
+module mojo;
-}, transitionCenterMixin));
+interface Pingable {
+ Ping(string message) => (string app_url, string connection_url, string message);
+};
« no previous file with comments | « mojo/shell/test/BUILD.gn ('k') | mojo/shell/test/pingable_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698