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

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

Issue 1821073002: Mojo bindings: Fix typemap includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/cpp/bindings/tests/BUILD.gn
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index 00693e0a539496f8d494652356ca77fd310aa98d..c6c51be95aa1191f3ff7fb7fa68d4700d6e7127a 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -34,9 +34,8 @@ source_set("tests") {
"pickled_struct_chromium.cc",
"pickled_struct_chromium.h",
- # TODO: crbug.com/596202
- #"rect_blink.h",
- #"rect_chromium.h",
+ "rect_blink.h",
+ "rect_chromium.h",
yzshen1 2016/03/22 20:29:13 Please also make corresponding changes to mojo_edk
Sam McNally 2016/03/22 21:54:30 Done.
"request_response_unittest.cc",
"router_test_util.cc",
"router_test_util.h",
@@ -46,10 +45,12 @@ source_set("tests") {
"stl_converters_unittest.cc",
"string_unittest.cc",
- #"struct_traits_unittest.cc",
+ "struct_traits_unittest.cc",
"struct_unittest.cc",
"struct_with_traits_impl.cc",
"struct_with_traits_impl.h",
+ "struct_with_traits_impl_traits.cc",
+ "struct_with_traits_impl_traits.h",
yzshen1 2016/03/22 20:29:13 Why we include "struct_with_traits_impl_traits.*"
Sam McNally 2016/03/22 21:54:30 Done.
"sync_method_unittest.cc",
"type_conversion_unittest.cc",
"union_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698