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

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: Add NOTIMPLEMENTED Created 5 years, 1 month 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/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',
mfomitchev 2015/11/04 23:21:13 We modify GYP but not GN?
bshe 2015/11/11 00:38:28 Looks like GN use the gyp value. So we only need t
+ '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
This is Rietveld 408576698