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

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..b39025325a43a6e129fca6b4bb1fbf9c98c81c09 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -50,6 +50,8 @@ source_set("tests") {
"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",
"sync_method_unittest.cc",
"type_conversion_unittest.cc",
"union_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698