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

Side by Side Diff: mojo/shell/tests/test.mojom

Issue 1706833003: Move various Shell tests into a subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@conn
Patch Set: . Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « mojo/shell/tests/package_test_package_manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module mojo.shell; 5 module mojo.shell;
6 6
7 interface TestService { 7 interface TestService {
8 Test(string test_string) => (); 8 Test(string test_string) => ();
9 }; 9 };
10 10
11 interface TestA { 11 interface TestA {
12 CallB(); 12 CallB();
13 CallCFromB(); 13 CallCFromB();
14 }; 14 };
15 15
16 interface TestB { 16 interface TestB {
17 B() => (); 17 B() => ();
18 CallC() => (); 18 CallC() => ();
19 }; 19 };
20 20
21 interface TestC { 21 interface TestC {
22 C() => (); 22 C() => ();
23 }; 23 };
OLDNEW
« no previous file with comments | « mojo/shell/tests/package_test_package_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698