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

Side by Side Diff: content/browser/BUILD.gn

Issue 2883653002: Implement TouchSelectionEditing controls for OOPIF. (Closed)
Patch Set: Mark manager's observer as CONTENT_EXPORT. 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 "frame_host/render_frame_host_manager.cc", 730 "frame_host/render_frame_host_manager.cc",
731 "frame_host/render_frame_host_manager.h", 731 "frame_host/render_frame_host_manager.h",
732 "frame_host/render_frame_message_filter.cc", 732 "frame_host/render_frame_message_filter.cc",
733 "frame_host/render_frame_message_filter.h", 733 "frame_host/render_frame_message_filter.h",
734 "frame_host/render_frame_proxy_host.cc", 734 "frame_host/render_frame_proxy_host.cc",
735 "frame_host/render_frame_proxy_host.h", 735 "frame_host/render_frame_proxy_host.h",
736 "frame_host/render_widget_host_view_child_frame.cc", 736 "frame_host/render_widget_host_view_child_frame.cc",
737 "frame_host/render_widget_host_view_child_frame.h", 737 "frame_host/render_widget_host_view_child_frame.h",
738 "frame_host/render_widget_host_view_guest.cc", 738 "frame_host/render_widget_host_view_guest.cc",
739 "frame_host/render_widget_host_view_guest.h", 739 "frame_host/render_widget_host_view_guest.h",
740 "frame_host/touch_selection_controller_client_child_frame.cc",
741 "frame_host/touch_selection_controller_client_child_frame.h",
740 "gpu/browser_gpu_channel_host_factory.cc", 742 "gpu/browser_gpu_channel_host_factory.cc",
741 "gpu/browser_gpu_channel_host_factory.h", 743 "gpu/browser_gpu_channel_host_factory.h",
742 "gpu/browser_gpu_memory_buffer_manager.cc", 744 "gpu/browser_gpu_memory_buffer_manager.cc",
743 "gpu/browser_gpu_memory_buffer_manager.h", 745 "gpu/browser_gpu_memory_buffer_manager.h",
744 "gpu/compositor_util.cc", 746 "gpu/compositor_util.cc",
745 "gpu/compositor_util.h", 747 "gpu/compositor_util.h",
746 "gpu/gpu_client.cc", 748 "gpu/gpu_client.cc",
747 "gpu/gpu_client.h", 749 "gpu/gpu_client.h",
748 "gpu/gpu_data_manager_impl.cc", 750 "gpu/gpu_data_manager_impl.cc",
749 "gpu/gpu_data_manager_impl.h", 751 "gpu/gpu_data_manager_impl.h",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "renderer_host/input/timeout_monitor.cc", 1174 "renderer_host/input/timeout_monitor.cc",
1173 "renderer_host/input/timeout_monitor.h", 1175 "renderer_host/input/timeout_monitor.h",
1174 "renderer_host/input/touch_action_filter.cc", 1176 "renderer_host/input/touch_action_filter.cc",
1175 "renderer_host/input/touch_action_filter.h", 1177 "renderer_host/input/touch_action_filter.h",
1176 "renderer_host/input/touch_emulator.cc", 1178 "renderer_host/input/touch_emulator.cc",
1177 "renderer_host/input/touch_emulator.h", 1179 "renderer_host/input/touch_emulator.h",
1178 "renderer_host/input/touch_emulator_client.h", 1180 "renderer_host/input/touch_emulator_client.h",
1179 "renderer_host/input/touch_event_queue.h", 1181 "renderer_host/input/touch_event_queue.h",
1180 "renderer_host/input/touch_selection_controller_client_aura.cc", 1182 "renderer_host/input/touch_selection_controller_client_aura.cc",
1181 "renderer_host/input/touch_selection_controller_client_aura.h", 1183 "renderer_host/input/touch_selection_controller_client_aura.h",
1184 "renderer_host/input/touch_selection_controller_client_manager.h",
1182 "renderer_host/input/touch_timeout_handler.cc", 1185 "renderer_host/input/touch_timeout_handler.cc",
1183 "renderer_host/input/touch_timeout_handler.h", 1186 "renderer_host/input/touch_timeout_handler.h",
1184 "renderer_host/input/touchpad_tap_suppression_controller.cc", 1187 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1185 "renderer_host/input/touchpad_tap_suppression_controller.h", 1188 "renderer_host/input/touchpad_tap_suppression_controller.h",
1186 "renderer_host/input/touchscreen_tap_suppression_controller.cc", 1189 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1187 "renderer_host/input/touchscreen_tap_suppression_controller.h", 1190 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1188 "renderer_host/input/web_input_event_builders_android.cc", 1191 "renderer_host/input/web_input_event_builders_android.cc",
1189 "renderer_host/input/web_input_event_builders_android.h", 1192 "renderer_host/input/web_input_event_builders_android.h",
1190 "renderer_host/input/web_input_event_builders_mac.h", 1193 "renderer_host/input/web_input_event_builders_mac.h",
1191 "renderer_host/input/web_input_event_builders_mac.mm", 1194 "renderer_host/input/web_input_event_builders_mac.mm",
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
2146 if (!is_component_build) { 2149 if (!is_component_build) {
2147 public_deps = [ 2150 public_deps = [
2148 ":browser", 2151 ":browser",
2149 ] 2152 ]
2150 } else { 2153 } else {
2151 public_deps = [ 2154 public_deps = [
2152 "//third_party/leveldatabase", 2155 "//third_party/leveldatabase",
2153 ] 2156 ]
2154 } 2157 }
2155 } 2158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698