| 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 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1054 "renderer_host/dip_util.h", | 1054 "renderer_host/dip_util.h", |
| 1055 "renderer_host/dwrite_font_proxy_message_filter_win.cc", | 1055 "renderer_host/dwrite_font_proxy_message_filter_win.cc", |
| 1056 "renderer_host/dwrite_font_proxy_message_filter_win.h", | 1056 "renderer_host/dwrite_font_proxy_message_filter_win.h", |
| 1057 "renderer_host/event_with_latency_info.h", | 1057 "renderer_host/event_with_latency_info.h", |
| 1058 "renderer_host/file_utilities_message_filter.cc", | 1058 "renderer_host/file_utilities_message_filter.cc", |
| 1059 "renderer_host/file_utilities_message_filter.h", | 1059 "renderer_host/file_utilities_message_filter.h", |
| 1060 "renderer_host/font_utils_linux.cc", | 1060 "renderer_host/font_utils_linux.cc", |
| 1061 "renderer_host/font_utils_linux.h", | 1061 "renderer_host/font_utils_linux.h", |
| 1062 "renderer_host/frame_metadata_util.cc", | 1062 "renderer_host/frame_metadata_util.cc", |
| 1063 "renderer_host/frame_metadata_util.h", | 1063 "renderer_host/frame_metadata_util.h", |
| 1064 "renderer_host/frame_sink_provider_impl.cc", |
| 1065 "renderer_host/frame_sink_provider_impl.h", |
| 1064 "renderer_host/input/gesture_event_queue.cc", | 1066 "renderer_host/input/gesture_event_queue.cc", |
| 1065 "renderer_host/input/gesture_event_queue.h", | 1067 "renderer_host/input/gesture_event_queue.h", |
| 1066 "renderer_host/input/input_ack_handler.h", | 1068 "renderer_host/input/input_ack_handler.h", |
| 1067 "renderer_host/input/input_router.h", | 1069 "renderer_host/input/input_router.h", |
| 1068 "renderer_host/input/input_router_client.h", | 1070 "renderer_host/input/input_router_client.h", |
| 1069 "renderer_host/input/input_router_config_helper.cc", | 1071 "renderer_host/input/input_router_config_helper.cc", |
| 1070 "renderer_host/input/input_router_config_helper.h", | 1072 "renderer_host/input/input_router_config_helper.h", |
| 1071 "renderer_host/input/input_router_impl.cc", | 1073 "renderer_host/input/input_router_impl.cc", |
| 1072 "renderer_host/input/input_router_impl.h", | 1074 "renderer_host/input/input_router_impl.h", |
| 1073 "renderer_host/input/legacy_touch_event_queue.cc", | 1075 "renderer_host/input/legacy_touch_event_queue.cc", |
| (...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2061 if (!is_component_build) { | 2063 if (!is_component_build) { |
| 2062 public_deps = [ | 2064 public_deps = [ |
| 2063 ":browser", | 2065 ":browser", |
| 2064 ] | 2066 ] |
| 2065 } else { | 2067 } else { |
| 2066 public_deps = [ | 2068 public_deps = [ |
| 2067 "//third_party/leveldatabase", | 2069 "//third_party/leveldatabase", |
| 2068 ] | 2070 ] |
| 2069 } | 2071 } |
| 2070 } | 2072 } |
| OLD | NEW |