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

Unified Diff: components/mus/ws/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 | « components/mus/public/cpp/tests/BUILD.gn ('k') | mash/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 728d33f937524dc935223143616d3314db14edc7..ec8e7024cfe8039095eb7fe8a72bf98e90e5283c 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -71,7 +71,7 @@
"//cc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
- "//components/mus/common:mus_common",
+ "//components/mus/common",
"//components/mus/gles2",
"//components/mus/public/interfaces",
"//components/mus/surfaces",
@@ -109,7 +109,7 @@
deps = [
"//base",
- "//components/mus/common:mus_common",
+ "//components/mus/common",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//mojo/common",
@@ -151,7 +151,7 @@
"//base",
"//base/test:test_config",
"//cc:cc",
- "//components/mus/common:mus_common",
+ "//components/mus/common",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//components/mus/surfaces",
@@ -191,7 +191,7 @@
":test_support",
"//base",
"//base/test:test_config",
- "//components/mus/common:mus_common",
+ "//components/mus/common",
"//components/mus/public/cpp",
"//components/mus/public/cpp/tests:test_support",
"//components/mus/public/interfaces",
« no previous file with comments | « components/mus/public/cpp/tests/BUILD.gn ('k') | mash/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698