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

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: Created 4 years, 10 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 42f16c33e4733dd2c6f1e740afea71c7fb76aacd..f4172ec2725b77cfcaf89672cc4880a35e8797bb 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -114,3 +114,30 @@ mojom("test_interfaces_blink") {
":test_interfaces",
]
}
+
+mojom("test_wtf_types") {
+ testonly = true
+
+ sources = [
+ "test_wtf_types.mojom",
+ ]
+
+ with_environment = false
+}
+
+mojom("test_wtf_types_blink") {
+ testonly = true
+
+ sources = [
+ "test_wtf_types.mojom",
+ ]
+
+ deps = [
+ ":test_wtf_types",
+ ]
+
+ for_blink = true
+ variant = "blink"
+
+ with_environment = false
+}

Powered by Google App Engine
This is Rietveld 408576698