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

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

Issue 1751563002: Mojo C++ bindings: support mapping mojo string to WTF::String. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync & rebase 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 464566cce21a0f23aa728005e15747a03dc34ecf..c9b01b408191422f72f9448af5d1c877ed4c4074 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -97,3 +97,26 @@ mojom("test_interfaces_blink") {
":test_interfaces",
]
}
+
+mojom("test_wtf_types") {
+ testonly = true
+
+ sources = [
+ "test_wtf_types.mojom",
+ ]
+}
+
+mojom("test_wtf_types_blink") {
+ testonly = true
+
+ sources = [
+ "test_wtf_types.mojom",
+ ]
+
+ deps = [
+ ":test_wtf_types",
+ ]
+
+ for_blink = true
+ variant = "blink"
+}

Powered by Google App Engine
This is Rietveld 408576698