| 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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 "renderer_host/input/input_router_config_helper.cc", | 1111 "renderer_host/input/input_router_config_helper.cc", |
| 1112 "renderer_host/input/input_router_config_helper.h", | 1112 "renderer_host/input/input_router_config_helper.h", |
| 1113 "renderer_host/input/input_router_impl.cc", | 1113 "renderer_host/input/input_router_impl.cc", |
| 1114 "renderer_host/input/input_router_impl.h", | 1114 "renderer_host/input/input_router_impl.h", |
| 1115 "renderer_host/input/legacy_touch_event_queue.cc", | 1115 "renderer_host/input/legacy_touch_event_queue.cc", |
| 1116 "renderer_host/input/legacy_touch_event_queue.h", | 1116 "renderer_host/input/legacy_touch_event_queue.h", |
| 1117 "renderer_host/input/motion_event_web.cc", | 1117 "renderer_host/input/motion_event_web.cc", |
| 1118 "renderer_host/input/motion_event_web.h", | 1118 "renderer_host/input/motion_event_web.h", |
| 1119 "renderer_host/input/mouse_wheel_event_queue.cc", | 1119 "renderer_host/input/mouse_wheel_event_queue.cc", |
| 1120 "renderer_host/input/mouse_wheel_event_queue.h", | 1120 "renderer_host/input/mouse_wheel_event_queue.h", |
| 1121 "renderer_host/input/mouse_wheel_phase_handler.cc", |
| 1122 "renderer_host/input/mouse_wheel_phase_handler.h", |
| 1121 "renderer_host/input/mouse_wheel_rails_filter_mac.cc", | 1123 "renderer_host/input/mouse_wheel_rails_filter_mac.cc", |
| 1122 "renderer_host/input/mouse_wheel_rails_filter_mac.h", | 1124 "renderer_host/input/mouse_wheel_rails_filter_mac.h", |
| 1123 "renderer_host/input/passthrough_touch_event_queue.cc", | 1125 "renderer_host/input/passthrough_touch_event_queue.cc", |
| 1124 "renderer_host/input/passthrough_touch_event_queue.h", | 1126 "renderer_host/input/passthrough_touch_event_queue.h", |
| 1125 "renderer_host/input/render_widget_host_latency_tracker.cc", | 1127 "renderer_host/input/render_widget_host_latency_tracker.cc", |
| 1126 "renderer_host/input/render_widget_host_latency_tracker.h", | 1128 "renderer_host/input/render_widget_host_latency_tracker.h", |
| 1127 "renderer_host/input/stylus_text_selector.cc", | 1129 "renderer_host/input/stylus_text_selector.cc", |
| 1128 "renderer_host/input/stylus_text_selector.h", | 1130 "renderer_host/input/stylus_text_selector.h", |
| 1129 "renderer_host/input/synthetic_gesture.cc", | 1131 "renderer_host/input/synthetic_gesture.cc", |
| 1130 "renderer_host/input/synthetic_gesture.h", | 1132 "renderer_host/input/synthetic_gesture.h", |
| (...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2145 if (!is_component_build) { | 2147 if (!is_component_build) { |
| 2146 public_deps = [ | 2148 public_deps = [ |
| 2147 ":browser", | 2149 ":browser", |
| 2148 ] | 2150 ] |
| 2149 } else { | 2151 } else { |
| 2150 public_deps = [ | 2152 public_deps = [ |
| 2151 "//third_party/leveldatabase", | 2153 "//third_party/leveldatabase", |
| 2152 ] | 2154 ] |
| 2153 } | 2155 } |
| 2154 } | 2156 } |
| OLD | NEW |