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

Unified Diff: mojo/public/interfaces/bindings/tests/BUILD.gn

Issue 1811853004: Mojo C++ bindigns: fix generated namespace when variant is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing new file 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/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
index 18ea38baf12c56a8d12b25b36674cdbf025b0cdb..57ab1ff07b7012e7d1086a87b0add01b57408833 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -116,3 +116,13 @@ mojom("test_wtf_types_blink") {
for_blink = true
variant = "blink"
}
+
+mojom("test_variant") {
+ testonly = true
+
+ sources = [
+ "test_variant.mojom",
+ ]
+
+ variant = "variant_test"
+}

Powered by Google App Engine
This is Rietveld 408576698