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

Unified Diff: mojo/common/traits_test_service.mojom

Issue 2147693002: Struct traits used by GpuInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The right public_deps Created 4 years, 4 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/common/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/traits_test_service.mojom
diff --git a/ui/events/devices/mojo/device_struct_traits_test.mojom b/mojo/common/traits_test_service.mojom
similarity index 54%
copy from ui/events/devices/mojo/device_struct_traits_test.mojom
copy to mojo/common/traits_test_service.mojom
index 9f88a89780796f0ee7ba0eb630a5a11084acfadc..9ea63a1f06430afcc483d72f97a77b383a72559a 100644
--- a/ui/events/devices/mojo/device_struct_traits_test.mojom
+++ b/mojo/common/traits_test_service.mojom
@@ -2,16 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module ui.mojom;
+module mojo.common.mojom;
-import "ui/events/devices/mojo/input_devices.mojom";
+import "mojo/common/common_custom_types.mojom";
// All functions on this interface echo their arguments to test StructTraits
// serialization and deserialization.
-interface DeviceStructTraitsTest {
+interface TraitsTestService {
[Sync]
- EchoInputDevice(InputDevice in) => (InputDevice out);
-
- [Sync]
- EchoTouchscreenDevice(TouchscreenDevice in) => (TouchscreenDevice out);
+ EchoVersion(Version v) => (Version pass);
};
« no previous file with comments | « mojo/common/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698