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

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

Issue 1816703002: Mojo C++ bindings: assume that all imported mojoms have the same variant as current mojom (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
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c002d76611a5a08f77bffcc1e89764b8809acdaa..00693e0a539496f8d494652356ca77fd310aa98d 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -33,8 +33,10 @@ source_set("tests") {
"pickled_struct_blink.h",
"pickled_struct_chromium.cc",
"pickled_struct_chromium.h",
- "rect_blink.h",
- "rect_chromium.h",
+
+ # TODO: crbug.com/596202
+ #"rect_blink.h",
+ #"rect_chromium.h",
"request_response_unittest.cc",
"router_test_util.cc",
"router_test_util.h",
@@ -43,7 +45,8 @@ source_set("tests") {
"serialization_warning_unittest.cc",
"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",
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698