| 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 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1056 "renderer_host/dip_util.h", | 1056 "renderer_host/dip_util.h", |
| 1057 "renderer_host/dwrite_font_proxy_message_filter_win.cc", | 1057 "renderer_host/dwrite_font_proxy_message_filter_win.cc", |
| 1058 "renderer_host/dwrite_font_proxy_message_filter_win.h", | 1058 "renderer_host/dwrite_font_proxy_message_filter_win.h", |
| 1059 "renderer_host/event_with_latency_info.h", | 1059 "renderer_host/event_with_latency_info.h", |
| 1060 "renderer_host/file_utilities_message_filter.cc", | 1060 "renderer_host/file_utilities_message_filter.cc", |
| 1061 "renderer_host/file_utilities_message_filter.h", | 1061 "renderer_host/file_utilities_message_filter.h", |
| 1062 "renderer_host/font_utils_linux.cc", | 1062 "renderer_host/font_utils_linux.cc", |
| 1063 "renderer_host/font_utils_linux.h", | 1063 "renderer_host/font_utils_linux.h", |
| 1064 "renderer_host/frame_metadata_util.cc", | 1064 "renderer_host/frame_metadata_util.cc", |
| 1065 "renderer_host/frame_metadata_util.h", | 1065 "renderer_host/frame_metadata_util.h", |
| 1066 "renderer_host/frame_sink_provider_impl.cc", | |
| 1067 "renderer_host/frame_sink_provider_impl.h", | |
| 1068 "renderer_host/input/gesture_event_queue.cc", | 1066 "renderer_host/input/gesture_event_queue.cc", |
| 1069 "renderer_host/input/gesture_event_queue.h", | 1067 "renderer_host/input/gesture_event_queue.h", |
| 1070 "renderer_host/input/input_ack_handler.h", | 1068 "renderer_host/input/input_ack_handler.h", |
| 1071 "renderer_host/input/input_device_change_observer.cc", | 1069 "renderer_host/input/input_device_change_observer.cc", |
| 1072 "renderer_host/input/input_device_change_observer.h", | 1070 "renderer_host/input/input_device_change_observer.h", |
| 1073 "renderer_host/input/input_router.h", | 1071 "renderer_host/input/input_router.h", |
| 1074 "renderer_host/input/input_router_client.h", | 1072 "renderer_host/input/input_router_client.h", |
| 1075 "renderer_host/input/input_router_config_helper.cc", | 1073 "renderer_host/input/input_router_config_helper.cc", |
| 1076 "renderer_host/input/input_router_config_helper.h", | 1074 "renderer_host/input/input_router_config_helper.h", |
| 1077 "renderer_host/input/input_router_impl.cc", | 1075 "renderer_host/input/input_router_impl.cc", |
| (...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2073 if (!is_component_build) { | 2071 if (!is_component_build) { |
| 2074 public_deps = [ | 2072 public_deps = [ |
| 2075 ":browser", | 2073 ":browser", |
| 2076 ] | 2074 ] |
| 2077 } else { | 2075 } else { |
| 2078 public_deps = [ | 2076 public_deps = [ |
| 2079 "//third_party/leveldatabase", | 2077 "//third_party/leveldatabase", |
| 2080 ] | 2078 ] |
| 2081 } | 2079 } |
| 2082 } | 2080 } |
| OLD | NEW |