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

Unified Diff: components/mus/public/cpp/tests/BUILD.gn

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: Explicate MUS_COMMON_EXPORT in header and impl 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
Index: components/mus/public/cpp/tests/BUILD.gn
diff --git a/components/mus/public/cpp/tests/BUILD.gn b/components/mus/public/cpp/tests/BUILD.gn
index dde0ebfb64e396ea3d0225562b378945324f93f6..f89b23fb71f4e9fd255270befa324c5bb9f061f7 100644
--- a/components/mus/public/cpp/tests/BUILD.gn
+++ b/components/mus/public/cpp/tests/BUILD.gn
@@ -49,7 +49,7 @@ test("mojo_view_manager_lib_unittests") {
":unittest_support",
"//base",
"//base/test:test_support",
- "//components/mus/common",
+ "//components/mus/common:mus_common",
"//components/mus/public/cpp",
"//mojo/common:common_base",
"//mojo/converters/geometry",

Powered by Google App Engine
This is Rietveld 408576698