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

Unified Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1526533002: [mojo] Add pickling support for native-only structs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bindings-4-bool-deserialize
Patch Set: merge 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
« no previous file with comments | « mojo/public/tools/bindings/pylib/mojom/generate/module.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d56494abb2dc293c8de51d0347aab27bf0a98252..c176ba832b84f08c99ed7149d2eeb028099c36b0 100644
--- a/third_party/mojo/mojo_edk_tests.gyp
+++ b/third_party/mojo/mojo_edk_tests.gyp
@@ -64,6 +64,11 @@
'../../mojo/public/cpp/bindings/tests/message_queue.cc',
'../../mojo/public/cpp/bindings/tests/message_queue.h',
'../../mojo/public/cpp/bindings/tests/multiplex_router_unittest.cc',
+ '../../mojo/public/cpp/bindings/tests/pickle_unittest.cc',
+ '../../mojo/public/cpp/bindings/tests/pickled_struct_blink.cc',
+ '../../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/request_response_unittest.cc',
'../../mojo/public/cpp/bindings/tests/router_test_util.cc',
'../../mojo/public/cpp/bindings/tests/router_test_util.h',
@@ -82,6 +87,7 @@
'target_name': 'mojo_public_bindings_perftests',
'type': 'executable',
'dependencies': [
+ '../../mojo/mojo_base.gyp:mojo_common_lib',
'../../testing/gtest.gyp:gtest',
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_cpp_bindings',
« no previous file with comments | « mojo/public/tools/bindings/pylib/mojom/generate/module.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698