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

Unified Diff: mojo/application_manager/test.mojom

Issue 814273005: Move application_manager from /mojo to /shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update include guards. 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 | « mojo/application_manager/shell_impl.cc ('k') | mojo/services/view_manager/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application_manager/test.mojom
diff --git a/mojo/application_manager/test.mojom b/mojo/application_manager/test.mojom
deleted file mode 100644
index 2912eec93404eea49271b527573f12a2be9e7197..0000000000000000000000000000000000000000
--- a/mojo/application_manager/test.mojom
+++ /dev/null
@@ -1,28 +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;
-
-[Client=TestClient]
-interface TestService {
- Test(string test_string);
-};
-
-interface TestClient {
- AckTest();
-};
-
-interface TestA {
- CallB();
- CallCFromB();
-};
-
-interface TestB {
- B() => ();
- CallC() => ();
-};
-
-interface TestC {
- C() => ();
-};
« no previous file with comments | « mojo/application_manager/shell_impl.cc ('k') | mojo/services/view_manager/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698