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

Unified Diff: mash/example/window_type_launcher/public/interfaces/constants.mojom

Issue 2509853002: Convert //mash to define service names in mojom (Closed)
Patch Set: . Created 4 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
Index: mash/example/window_type_launcher/public/interfaces/constants.mojom
diff --git a/mash/example/window_type_launcher/public/interfaces/constants.mojom b/mash/example/window_type_launcher/public/interfaces/constants.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..86e31bff26cf4ec7bffa99735bd255f0854fc420
--- /dev/null
+++ b/mash/example/window_type_launcher/public/interfaces/constants.mojom
@@ -0,0 +1,7 @@
+// Copyright 2016 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 window_type_launcher.mojom;
+
+const string kServiceName = "window_type_launcher";
« no previous file with comments | « mash/example/window_type_launcher/public/interfaces/OWNERS ('k') | mash/example/window_type_launcher/window_type_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698