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

Unified Diff: components/mus/DEPS

Issue 1695783002: IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove erroneous ui/events dep on ipc; add missing components/mus/common dep on ipc and ui/events Created 4 years, 10 months 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 | components/mus/common/BUILD.gn » ('j') | components/mus/common/event_param_traits_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/DEPS
diff --git a/components/mus/DEPS b/components/mus/DEPS
index 13a109e136150773fee935d7f5d5163db193d2ae..53f2630ad231f41eda096a94e6140240bc8cd244 100644
--- a/components/mus/DEPS
+++ b/components/mus/DEPS
@@ -1,13 +1,14 @@
include_rules = [
"+cc",
"+components/gpu",
- "+mojo/shell",
+ "+ipc",
"+mojo/common",
"+mojo/converters",
"+mojo/public",
"+mojo/services/network/public",
"+mojo/services/tracing/public",
"+mojo/shell",
+ "+mojo/shell",
Tom Sepez 2016/02/23 19:53:06 nit: duplicate.
Mark Dittmer 2016/02/23 20:12:49 Done.
"+third_party/skia/include",
"+ui",
]
« no previous file with comments | « no previous file | components/mus/common/BUILD.gn » ('j') | components/mus/common/event_param_traits_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698