| OLD | NEW |
| 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 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 "renderer_host/input/timeout_monitor.cc", | 1172 "renderer_host/input/timeout_monitor.cc", |
| 1173 "renderer_host/input/timeout_monitor.h", | 1173 "renderer_host/input/timeout_monitor.h", |
| 1174 "renderer_host/input/touch_action_filter.cc", | 1174 "renderer_host/input/touch_action_filter.cc", |
| 1175 "renderer_host/input/touch_action_filter.h", | 1175 "renderer_host/input/touch_action_filter.h", |
| 1176 "renderer_host/input/touch_emulator.cc", | 1176 "renderer_host/input/touch_emulator.cc", |
| 1177 "renderer_host/input/touch_emulator.h", | 1177 "renderer_host/input/touch_emulator.h", |
| 1178 "renderer_host/input/touch_emulator_client.h", | 1178 "renderer_host/input/touch_emulator_client.h", |
| 1179 "renderer_host/input/touch_event_queue.h", | 1179 "renderer_host/input/touch_event_queue.h", |
| 1180 "renderer_host/input/touch_selection_controller_client_aura.cc", | 1180 "renderer_host/input/touch_selection_controller_client_aura.cc", |
| 1181 "renderer_host/input/touch_selection_controller_client_aura.h", | 1181 "renderer_host/input/touch_selection_controller_client_aura.h", |
| 1182 "renderer_host/input/touch_selection_controller_client_child_frame.cc", |
| 1183 "renderer_host/input/touch_selection_controller_client_child_frame.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 960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2152 if (!is_component_build) { | 2155 if (!is_component_build) { |
| 2153 public_deps = [ | 2156 public_deps = [ |
| 2154 ":browser", | 2157 ":browser", |
| 2155 ] | 2158 ] |
| 2156 } else { | 2159 } else { |
| 2157 public_deps = [ | 2160 public_deps = [ |
| 2158 "//third_party/leveldatabase", | 2161 "//third_party/leveldatabase", |
| 2159 ] | 2162 ] |
| 2160 } | 2163 } |
| 2161 } | 2164 } |
| OLD | NEW |