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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2724913002: Move chromeos::EventRewriter to //ui/chromeos/events (Closed)
Patch Set: Fix build issue Created 3 years, 9 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 6b61f7d6c6782cc6240a4c25148eac8e7fc585b7..58dee085da6e69886e29e37154081b7573a2cafd 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1264,6 +1264,7 @@ split_static_library("ui") {
"//components/login",
"//ui/base/ime",
"//ui/chromeos",
+ "//ui/chromeos/events",
]
if (enable_rlz) {
deps += [ "//chrome/browser:rlz" ]

Powered by Google App Engine
This is Rietveld 408576698