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

Unified Diff: components/mus/common/BUILD.gn

Issue 2049053003: Remove IPC::ParamTraits for ui::Event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/common/BUILD.gn
diff --git a/components/mus/common/BUILD.gn b/components/mus/common/BUILD.gn
index ff4e61bd4e26570101bdc95065cd4db6f019542a..d1e7f30795caef8e889e96554092827fc24bbe40 100644
--- a/components/mus/common/BUILD.gn
+++ b/components/mus/common/BUILD.gn
@@ -10,9 +10,6 @@ component("mus_common") {
sources = [
"event_matcher_util.cc",
"event_matcher_util.h",
- "event_param_traits.cc",
- "event_param_traits.h",
- "event_param_traits_macros.h",
"gpu_memory_buffer_impl.cc",
"gpu_memory_buffer_impl.h",
"gpu_service.cc",
@@ -73,7 +70,6 @@ source_set("run_all_shelltests") {
test("mus_common_unittests") {
sources = [
- "event_param_traits_unittest.cc",
"gpu_type_converters_unittest.cc",
]
public_deps = [
@@ -87,7 +83,6 @@ test("mus_common_unittests") {
"//ipc:ipc",
"//mojo/edk/test:test_support",
"//testing/gtest",
- "//ui/events:events",
"//ui/gfx:test_support",
"//ui/gfx/ipc",
]

Powered by Google App Engine
This is Rietveld 408576698