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

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

Issue 1956093002: mus: Move event_matcher_util.h/cc into components/mus/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/event_matcher_util.h » ('j') | mash/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/BUILD.gn
diff --git a/components/mus/common/BUILD.gn b/components/mus/common/BUILD.gn
index 0b8a3a4151561c7c11f49909647538b649438da4..02071ff68236fc819f99a51da3048c4fcf5b0fea 100644
--- a/components/mus/common/BUILD.gn
+++ b/components/mus/common/BUILD.gn
@@ -8,6 +8,8 @@ component("mus_common") {
sources = [
"args.cc",
"args.h",
+ "event_matcher_util.cc",
+ "event_matcher_util.h",
"event_param_traits.cc",
"event_param_traits.h",
"event_param_traits_macros.h",
« no previous file with comments | « no previous file | components/mus/common/event_matcher_util.h » ('j') | mash/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698