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

Unified Diff: ui/aura/BUILD.gn

Issue 2025843003: Introduce aura::Env controller to abstract away changes to aura::Env Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix extant aura_unnitest failures: Re-introduce custom logic in two places. 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 | ui/aura/aura.gyp » ('j') | ui/aura/window_event_dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 99b3b1f705ec0576b08af724ebc4a84d20eea728..f30cc326ffecc783798518487b44f99f69f58081 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -57,6 +57,8 @@ component("aura") {
"client/window_tree_client.h",
"env.cc",
"env.h",
+ "env_input_state_controller.cc",
+ "env_input_state_controller.h",
"env_observer.h",
"input_state_lookup.cc",
"input_state_lookup.h",
« no previous file with comments | « no previous file | ui/aura/aura.gyp » ('j') | ui/aura/window_event_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698