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

Unified Diff: mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/public/interfaces/bindings/tests/test_unions.mojom ('k') | mojo/public/java/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
diff --git a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
deleted file mode 100644
index 290b792e05c70013f46c3e4b0d0d37be988ffda3..0000000000000000000000000000000000000000
--- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
+++ /dev/null
@@ -1,60 +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.
-
-
-[JavaPackage="org.chromium.mojo.bindings.test.mojom.mojo"]
-module mojo.test;
-
-struct StructA {
- uint64 i;
-};
-
-struct StructB {
- StructA struct_a;
-};
-
-struct StructC {
- array<uint8> data;
-};
-
-struct StructD {
- array<handle<message_pipe>> message_pipes;
-};
-
-struct StructE {
- StructD struct_d;
- handle<data_pipe_consumer> data_pipe_consumer;
-};
-
-struct StructF {
- array<uint8, 3> fixed_size_array;
-};
-
-interface ConformanceTestInterface {
- Method0(float param0);
- Method1(StructA param0);
- Method2(StructB param0, StructA param1);
- Method3(array<bool> param0);
- Method4(StructC param0, array<uint8> param1);
- Method5(StructE param0, handle<data_pipe_producer> param1);
- Method6(array<array<uint8>> param0);
- Method7(StructF param0, array<array<uint8, 3>?, 2> param1);
- Method8(array<array<string>?> param0);
- Method9(array<array<handle?>>? param0);
- Method10(map<string, uint8> param0);
-};
-
-struct BasicStruct {
- int32 a;
-};
-
-[Client=IntegrationTestInterface2]
-interface IntegrationTestInterface1 {
- Method0(BasicStruct param0);
-};
-
-[Client=IntegrationTestInterface1]
-interface IntegrationTestInterface2 {
- Method0() => (array<uint8> param0);
-};
« no previous file with comments | « mojo/public/interfaces/bindings/tests/test_unions.mojom ('k') | mojo/public/java/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698