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

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

Issue 2883653002: Implement TouchSelectionEditing controls for OOPIF. (Closed)
Patch Set: Rebase to master@{#474649}. 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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 "renderer_host/input/timeout_monitor.cc", 1164 "renderer_host/input/timeout_monitor.cc",
1165 "renderer_host/input/timeout_monitor.h", 1165 "renderer_host/input/timeout_monitor.h",
1166 "renderer_host/input/touch_action_filter.cc", 1166 "renderer_host/input/touch_action_filter.cc",
1167 "renderer_host/input/touch_action_filter.h", 1167 "renderer_host/input/touch_action_filter.h",
1168 "renderer_host/input/touch_emulator.cc", 1168 "renderer_host/input/touch_emulator.cc",
1169 "renderer_host/input/touch_emulator.h", 1169 "renderer_host/input/touch_emulator.h",
1170 "renderer_host/input/touch_emulator_client.h", 1170 "renderer_host/input/touch_emulator_client.h",
1171 "renderer_host/input/touch_event_queue.h", 1171 "renderer_host/input/touch_event_queue.h",
1172 "renderer_host/input/touch_selection_controller_client_aura.cc", 1172 "renderer_host/input/touch_selection_controller_client_aura.cc",
1173 "renderer_host/input/touch_selection_controller_client_aura.h", 1173 "renderer_host/input/touch_selection_controller_client_aura.h",
1174 "renderer_host/input/touch_selection_controller_client_child_frame.cc",
1175 "renderer_host/input/touch_selection_controller_client_child_frame.h",
1176 "renderer_host/input/touch_selection_controller_client_manager.h",
1174 "renderer_host/input/touch_timeout_handler.cc", 1177 "renderer_host/input/touch_timeout_handler.cc",
1175 "renderer_host/input/touch_timeout_handler.h", 1178 "renderer_host/input/touch_timeout_handler.h",
1176 "renderer_host/input/touchpad_tap_suppression_controller.cc", 1179 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1177 "renderer_host/input/touchpad_tap_suppression_controller.h", 1180 "renderer_host/input/touchpad_tap_suppression_controller.h",
1178 "renderer_host/input/touchscreen_tap_suppression_controller.cc", 1181 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1179 "renderer_host/input/touchscreen_tap_suppression_controller.h", 1182 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1180 "renderer_host/input/web_input_event_builders_android.cc", 1183 "renderer_host/input/web_input_event_builders_android.cc",
1181 "renderer_host/input/web_input_event_builders_android.h", 1184 "renderer_host/input/web_input_event_builders_android.h",
1182 "renderer_host/input/web_input_event_builders_mac.h", 1185 "renderer_host/input/web_input_event_builders_mac.h",
1183 "renderer_host/input/web_input_event_builders_mac.mm", 1186 "renderer_host/input/web_input_event_builders_mac.mm",
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
2138 if (!is_component_build) { 2141 if (!is_component_build) {
2139 public_deps = [ 2142 public_deps = [
2140 ":browser", 2143 ":browser",
2141 ] 2144 ]
2142 } else { 2145 } else {
2143 public_deps = [ 2146 public_deps = [
2144 "//third_party/leveldatabase", 2147 "//third_party/leveldatabase",
2145 ] 2148 ]
2146 } 2149 }
2147 } 2150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698