Moving native android selection code to its own directory

Moving native android selection code to new director to allow
amaralp@ to be OWNER of them.

Change-Id: I91abd703303799745855cf40a7002c60c924197d
Reviewed-on: https://chromium-review.googlesource.com/988798
Reviewed-by: Bo <[email protected]>
Commit-Queue: Pedro Amaral <[email protected]>
Cr-Commit-Position: refs/heads/master@{#547456}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 306e3a0..632a5b5 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -2033,8 +2033,6 @@
       "accessibility/captioning_controller.h",
       "accessibility/web_contents_accessibility_android.cc",
       "accessibility/web_contents_accessibility_android.h",
-      "android/composited_touch_handle_drawable.cc",
-      "android/composited_touch_handle_drawable.h",
       "android/content_view_core.cc",
       "android/content_view_core.h",
       "android/content_view_render_view.cc",
@@ -2079,10 +2077,12 @@
       "android/render_widget_host_connector.h",
       "android/select_popup.cc",
       "android/select_popup.h",
-      "android/selection_popup_controller.cc",
-      "android/selection_popup_controller.h",
-      "android/smart_selection_client.cc",
-      "android/smart_selection_client.h",
+      "android/selection/composited_touch_handle_drawable.cc",
+      "android/selection/composited_touch_handle_drawable.h",
+      "android/selection/selection_popup_controller.cc",
+      "android/selection/selection_popup_controller.h",
+      "android/selection/smart_selection_client.cc",
+      "android/selection/smart_selection_client.h",
       "android/synchronous_compositor_browser_filter.cc",
       "android/synchronous_compositor_browser_filter.h",
       "android/synchronous_compositor_host.cc",