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

Unified Diff: content/common/BUILD.gn

Issue 2240983003: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to |ui::| Created 4 years, 4 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 3078d4d9974e9427eda5d401ed6286052fa2249b..76f145be1c7d664422ff8200782d4acf5fc371ad 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -86,6 +86,7 @@ source_set("common") {
"//ui/base",
"//ui/base/ime",
"//ui/display",
+ "//ui/events/blink",
"//ui/events/ipc",
"//ui/gfx",
"//ui/gfx/geometry",

Powered by Google App Engine
This is Rietveld 408576698