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

Unified Diff: mojo/public/cpp/bindings/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: 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/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index f18ad01433eddc199878d7018f399e592a35adad..fa5b62cffc7ef3f94883efffe321d4a203128053 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -86,6 +86,7 @@ source_set("bindings") {
public_deps = [
":callback",
"//base",
+ "//ipc",
yzshen1 2015/12/15 21:20:26 It seems too much to depend on //ipc. It may cause
Ken Rockot(use gerrit already) 2015/12/15 23:31:07 That's fair, though gyp doesn't really have a noti
"//mojo/public/cpp/system",
]

Powered by Google App Engine
This is Rietveld 408576698