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

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

Issue 2593413002: Add options to let mojom targets override their component deps. (Closed)
Patch Set: Fix ios Created 3 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
Index: mojo/public/interfaces/bindings/tests/test_export.mojom
diff --git a/mojo/public/interfaces/bindings/tests/test_export.mojom b/mojo/public/interfaces/bindings/tests/test_export.mojom
index 9a532dd94d42a0a712f50f68c1120735724a1750..319a15b036d1c7a2e59b73695a0571fe1079741f 100644
--- a/mojo/public/interfaces/bindings/tests/test_export.mojom
+++ b/mojo/public/interfaces/bindings/tests/test_export.mojom
@@ -16,3 +16,5 @@ struct StringPair {
struct StringPairContainer {
array<StringPair> pairs;
};
+
+interface ExportedInterface {};
« no previous file with comments | « mojo/public/interfaces/bindings/tests/BUILD.gn ('k') | mojo/public/interfaces/bindings/tests/test_import.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698