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

Unified Diff: ui/aura/BUILD.gn

Issue 2869273010: aura: Introduce EventInjector. (Closed)
Patch Set: Created 3 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
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index f0d256ae60b4f91c2ed42432a8346692d61757db..1fa276613bf64344af691d51e168b41abfd0d7c8 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -62,6 +62,8 @@ component("aura") {
"env_input_state_controller.cc",
"env_input_state_controller.h",
"env_observer.h",
+ "event_injector.cc",
sky 2017/05/12 12:11:51 Should EventInjector be test only? At least for mu
sadrul 2017/05/12 21:26:08 It unfortunately can't be, right now, because tele
+ "event_injector.h",
"input_state_lookup.cc",
"input_state_lookup.h",
"input_state_lookup_win.cc",

Powered by Google App Engine
This is Rietveld 408576698