| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//gpu/vulkan/features.gni") | 8 import("//gpu/vulkan/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 "renderer_host/dwrite_font_proxy_message_filter_win.h", | 1109 "renderer_host/dwrite_font_proxy_message_filter_win.h", |
| 1110 "renderer_host/event_with_latency_info.h", | 1110 "renderer_host/event_with_latency_info.h", |
| 1111 "renderer_host/file_utilities_message_filter.cc", | 1111 "renderer_host/file_utilities_message_filter.cc", |
| 1112 "renderer_host/file_utilities_message_filter.h", | 1112 "renderer_host/file_utilities_message_filter.h", |
| 1113 "renderer_host/font_utils_linux.cc", | 1113 "renderer_host/font_utils_linux.cc", |
| 1114 "renderer_host/font_utils_linux.h", | 1114 "renderer_host/font_utils_linux.h", |
| 1115 "renderer_host/frame_metadata_util.cc", | 1115 "renderer_host/frame_metadata_util.cc", |
| 1116 "renderer_host/frame_metadata_util.h", | 1116 "renderer_host/frame_metadata_util.h", |
| 1117 "renderer_host/frame_sink_provider_impl.cc", | 1117 "renderer_host/frame_sink_provider_impl.cc", |
| 1118 "renderer_host/frame_sink_provider_impl.h", | 1118 "renderer_host/frame_sink_provider_impl.h", |
| 1119 "renderer_host/fullscreen_jank_detector.cc", |
| 1120 "renderer_host/fullscreen_jank_detector.h", |
| 1119 "renderer_host/input/gesture_event_queue.cc", | 1121 "renderer_host/input/gesture_event_queue.cc", |
| 1120 "renderer_host/input/gesture_event_queue.h", | 1122 "renderer_host/input/gesture_event_queue.h", |
| 1121 "renderer_host/input/input_ack_handler.h", | 1123 "renderer_host/input/input_ack_handler.h", |
| 1122 "renderer_host/input/input_device_change_observer.cc", | 1124 "renderer_host/input/input_device_change_observer.cc", |
| 1123 "renderer_host/input/input_device_change_observer.h", | 1125 "renderer_host/input/input_device_change_observer.h", |
| 1124 "renderer_host/input/input_router.h", | 1126 "renderer_host/input/input_router.h", |
| 1125 "renderer_host/input/input_router_client.h", | 1127 "renderer_host/input/input_router_client.h", |
| 1126 "renderer_host/input/input_router_config_helper.cc", | 1128 "renderer_host/input/input_router_config_helper.cc", |
| 1127 "renderer_host/input/input_router_config_helper.h", | 1129 "renderer_host/input/input_router_config_helper.h", |
| 1128 "renderer_host/input/legacy_input_router_impl.cc", | 1130 "renderer_host/input/legacy_input_router_impl.cc", |
| (...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2161 if (!is_component_build) { | 2163 if (!is_component_build) { |
| 2162 public_deps = [ | 2164 public_deps = [ |
| 2163 ":browser", | 2165 ":browser", |
| 2164 ] | 2166 ] |
| 2165 } else { | 2167 } else { |
| 2166 public_deps = [ | 2168 public_deps = [ |
| 2167 "//third_party/leveldatabase", | 2169 "//third_party/leveldatabase", |
| 2168 ] | 2170 ] |
| 2169 } | 2171 } |
| 2170 } | 2172 } |
| OLD | NEW |