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

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

Issue 1524703002: [mojo] Support native types with mojom wire format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bindings-5-pickles
Patch Set: doc Created 5 years 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 4d466a18da14eea62f7f56965cb8795e35100ab1..33610fd3858553c49e32a8c64512fda89bc2bc52 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -30,6 +30,8 @@ source_set("tests") {
"pickled_struct_blink.h",
"pickled_struct_chromium.cc",
"pickled_struct_chromium.h",
+ "rect_blink.h",
+ "rect_chromium.h",
"request_response_unittest.cc",
"router_test_util.cc",
"router_test_util.h",
@@ -37,6 +39,7 @@ source_set("tests") {
"sample_service_unittest.cc",
"serialization_warning_unittest.cc",
"string_unittest.cc",
+ "struct_traits_unittest.cc",
"struct_unittest.cc",
"type_conversion_unittest.cc",
"union_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698