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

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

Issue 1816703002: Mojo C++ bindings: assume that all imported mojoms have the same variant as current mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: mojo/public/interfaces/bindings/tests/test_variant_import.mojom
diff --git a/gpu/command_buffer/common/capabilities.mojom b/mojo/public/interfaces/bindings/tests/test_variant_import.mojom
similarity index 75%
copy from gpu/command_buffer/common/capabilities.mojom
copy to mojo/public/interfaces/bindings/tests/test_variant_import.mojom
index fd35409e940e193377d9411c182e99746220f2a7..1c7a7830f35941437a6bd2c3f9734c5f226c4786 100644
--- a/gpu/command_buffer/common/capabilities.mojom
+++ b/mojo/public/interfaces/bindings/tests/test_variant_import.mojom
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module gpu.mojom;
+module mojo.test.test_import;
-[Native]
-struct Capabilities;
+struct ImportedType {};

Powered by Google App Engine
This is Rietveld 408576698