Chromium Code Reviews

Unified Diff: ui/views/views.gyp

Issue 1403293003: Introduce AndroidFocusRules and NativeWidgetAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 152488d6571f676c69d8dd2d7c943cc477695432..9a35785a91c3435ada05abbb72c470f328d7c7d6 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -292,6 +292,10 @@
'views_switches.h',
'views_touch_selection_controller_factory.h',
'views_touch_selection_controller_factory_mac.cc',
+ 'widget/android/android_focus_rules.cc',
+ 'widget/android/android_focus_rules.h',
+ 'widget/android/native_widget_android.cc',
+ 'widget/android/native_widget_android.h',
'widget/drop_helper.cc',
'widget/drop_helper.h',
'widget/monitor_win.cc',

Powered by Google App Engine