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

Unified Diff: mojo/public/DEPS

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
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/BUILD.gn » ('j') | mojo/public/cpp/bindings/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/DEPS
diff --git a/mojo/public/DEPS b/mojo/public/DEPS
index 23a72cd8e7bf1afb0ee6ba588814a84a1dd0c255..3c65f54666da22958fdf1e4f84bf4b9cc252243e 100644
--- a/mojo/public/DEPS
+++ b/mojo/public/DEPS
@@ -2,6 +2,7 @@ include_rules = [
# This code is checked into the chromium repo so it's fine to depend on this.
"+base",
"+build",
+ "+ipc",
yzshen1 2015/12/15 21:20:26 Please see my comments in BUILD.gn.
Ken Rockot(use gerrit already) 2015/12/15 23:31:07 Changed to specifically "+ipc/ipc_param_traits.h"
"+testing",
# internal includes.
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/BUILD.gn » ('j') | mojo/public/cpp/bindings/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698