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

Unified Diff: third_party/mojo/mojo_edk_tests.gyp

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: third_party/mojo/mojo_edk_tests.gyp
diff --git a/third_party/mojo/mojo_edk_tests.gyp b/third_party/mojo/mojo_edk_tests.gyp
index c176ba832b84f08c99ed7149d2eeb028099c36b0..1216f0f1f10518fa34d90bf3daa6c4b7215ec282 100644
--- a/third_party/mojo/mojo_edk_tests.gyp
+++ b/third_party/mojo/mojo_edk_tests.gyp
@@ -69,6 +69,8 @@
'../../mojo/public/cpp/bindings/tests/pickled_struct_blink.h',
'../../mojo/public/cpp/bindings/tests/pickled_struct_chromium.cc',
'../../mojo/public/cpp/bindings/tests/pickled_struct_chromium.h',
+ '../../mojo/public/cpp/bindings/tests/rect_blink.h',
+ '../../mojo/public/cpp/bindings/tests/rect_chromium.h',
'../../mojo/public/cpp/bindings/tests/request_response_unittest.cc',
'../../mojo/public/cpp/bindings/tests/router_test_util.cc',
'../../mojo/public/cpp/bindings/tests/router_test_util.h',
@@ -76,6 +78,7 @@
'../../mojo/public/cpp/bindings/tests/sample_service_unittest.cc',
'../../mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc',
'../../mojo/public/cpp/bindings/tests/string_unittest.cc',
+ '../../mojo/public/cpp/bindings/tests/struct_traits_unittest.cc',
'../../mojo/public/cpp/bindings/tests/struct_unittest.cc',
'../../mojo/public/cpp/bindings/tests/type_conversion_unittest.cc',
'../../mojo/public/cpp/bindings/tests/union_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698