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

Unified Diff: components/mus/BUILD.gn

Issue 1765693002: Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « ash/mus/BUILD.gn ('k') | components/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/BUILD.gn
diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
index 5891ffa974d3f5d0f8eee5fa8355df5053c590dd..b29f28e6a03e17e72025a1d111473cb4532e779d 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -75,9 +75,6 @@
"mus_app.h",
]
- public_deps = [
- "//components/mus/common:mus_common",
- ]
deps = [
":resources_100",
":resources_200",
@@ -85,6 +82,7 @@
"//base",
"//cc",
"//cc/surfaces",
+ "//components/mus/common",
"//components/mus/gles2",
"//components/mus/public/interfaces",
"//components/mus/surfaces",
@@ -105,7 +103,9 @@
if (use_x11) {
public_configs = [ "//build/config/linux:x11" ]
- public_deps += [ "//ui/events/platform/x11" ]
+ public_deps = [
+ "//ui/events/platform/x11",
+ ]
}
if (use_ozone) {
« no previous file with comments | « ash/mus/BUILD.gn ('k') | components/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698