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

Unified Diff: mojo/mojo_edk_tests.gyp

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 | « no previous file | mojo/mojo_public.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk_tests.gyp
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index e6c82c9f2ae074eb7617ec7a7520eb69804c4322..e7a396fc67cab602758b22fb6b15c23a5185f7f4 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -83,8 +83,9 @@
'public/cpp/bindings/tests/pickled_struct_blink.h',
'public/cpp/bindings/tests/pickled_struct_chromium.cc',
'public/cpp/bindings/tests/pickled_struct_chromium.h',
- 'public/cpp/bindings/tests/rect_blink.h',
- 'public/cpp/bindings/tests/rect_chromium.h',
+ # TODO: crbug.com/596202
+ # 'public/cpp/bindings/tests/rect_blink.h',
+ # 'public/cpp/bindings/tests/rect_chromium.h',
'public/cpp/bindings/tests/request_response_unittest.cc',
'public/cpp/bindings/tests/router_test_util.cc',
'public/cpp/bindings/tests/router_test_util.h',
@@ -93,7 +94,7 @@
'public/cpp/bindings/tests/serialization_warning_unittest.cc',
'public/cpp/bindings/tests/stl_converters_unittest.cc',
'public/cpp/bindings/tests/string_unittest.cc',
- 'public/cpp/bindings/tests/struct_traits_unittest.cc',
+ # 'public/cpp/bindings/tests/struct_traits_unittest.cc',
'public/cpp/bindings/tests/struct_unittest.cc',
'public/cpp/bindings/tests/struct_with_traits_impl.cc',
'public/cpp/bindings/tests/struct_with_traits_impl.h',
« no previous file with comments | « no previous file | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698