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

Unified Diff: mojo/public/cpp/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/cpp/bindings/tests/BUILD.gn
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index cb5029e95420e10fb7f872694e2e65678cc35402..b6d00742e8726ed941364c8973cbbf4007a11fb4 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -48,6 +48,7 @@ source_set("tests") {
"type_conversion_unittest.cc",
"union_unittest.cc",
"validation_unittest.cc",
+ "wtf_types_unittest.cc",
]
deps = [
@@ -65,7 +66,10 @@ source_set("tests") {
"//mojo/public/interfaces/bindings/tests:test_interfaces_chromium",
"//mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
"//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces",
+ "//mojo/public/interfaces/bindings/tests:test_wtf_types",
+ "//mojo/public/interfaces/bindings/tests:test_wtf_types_wtf",
"//testing/gtest",
+ "//third_party/WebKit/Source/wtf:test_support",
]
}

Powered by Google App Engine
This is Rietveld 408576698