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

Unified Diff: ui/events/BUILD.gn

Issue 2896993002: Route OnDragEvent through ViewAndroid tree (Closed)
Patch Set: +ui/base 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
« no previous file with comments | « ui/android/view_client.cc ('k') | ui/events/android/drag_event_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index b49f4ad1ed8d3a5636475f83adb4d7bc89a79e98..be510294d92cb15aa7243adecbf81f898d375708 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -200,6 +200,8 @@ component("events") {
if (is_android) {
sources += [
+ "android/drag_event_android.cc",
+ "android/drag_event_android.h",
"android/key_event_utils.cc",
"android/key_event_utils.h",
"android/motion_event_android.cc",
« no previous file with comments | « ui/android/view_client.cc ('k') | ui/events/android/drag_event_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698