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

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

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
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 d89daba75fb333c71c64e6cc6994577586e1cd80..4d466a18da14eea62f7f56965cb8795e35100ab1 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -25,6 +25,11 @@ source_set("tests") {
"message_queue.cc",
"message_queue.h",
"multiplex_router_unittest.cc",
+ "pickle_unittest.cc",
+ "pickled_struct_blink.cc",
+ "pickled_struct_blink.h",
+ "pickled_struct_chromium.cc",
+ "pickled_struct_chromium.h",
"request_response_unittest.cc",
"router_test_util.cc",
"router_test_util.h",
@@ -40,6 +45,7 @@ source_set("tests") {
deps = [
":mojo_public_bindings_test_utils",
+ "//mojo/common",
"//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/cpp/bindings",
« no previous file with comments | « mojo/public/cpp/bindings/lib/native_serialization.h ('k') | mojo/public/cpp/bindings/tests/pickle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698