| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "//third_party/zlib:zip", | 140 "//third_party/zlib:zip", |
| 141 "//ui/accessibility", | 141 "//ui/accessibility", |
| 142 "//ui/accessibility:ax_gen", | 142 "//ui/accessibility:ax_gen", |
| 143 "//ui/base", | 143 "//ui/base", |
| 144 "//ui/base/ime", | 144 "//ui/base/ime", |
| 145 "//ui/display", | 145 "//ui/display", |
| 146 "//ui/display/types", | 146 "//ui/display/types", |
| 147 "//ui/events", | 147 "//ui/events", |
| 148 "//ui/events:gesture_detection", | 148 "//ui/events:gesture_detection", |
| 149 "//ui/events/blink", | 149 "//ui/events/blink", |
| 150 "//ui/events/devices", |
| 150 "//ui/gfx", | 151 "//ui/gfx", |
| 151 "//ui/gfx/animation", | 152 "//ui/gfx/animation", |
| 152 "//ui/gfx/geometry", | 153 "//ui/gfx/geometry", |
| 153 "//ui/gfx/geometry/mojo", | 154 "//ui/gfx/geometry/mojo", |
| 154 "//ui/gl", | 155 "//ui/gl", |
| 155 "//ui/gl:gl_features", | 156 "//ui/gl:gl_features", |
| 156 "//ui/native_theme", | 157 "//ui/native_theme", |
| 157 "//ui/resources", | 158 "//ui/resources", |
| 158 "//ui/shell_dialogs", | 159 "//ui/shell_dialogs", |
| 159 "//ui/snapshot", | 160 "//ui/snapshot", |
| (...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 "renderer_host/event_with_latency_info.h", | 1048 "renderer_host/event_with_latency_info.h", |
| 1048 "renderer_host/file_utilities_message_filter.cc", | 1049 "renderer_host/file_utilities_message_filter.cc", |
| 1049 "renderer_host/file_utilities_message_filter.h", | 1050 "renderer_host/file_utilities_message_filter.h", |
| 1050 "renderer_host/font_utils_linux.cc", | 1051 "renderer_host/font_utils_linux.cc", |
| 1051 "renderer_host/font_utils_linux.h", | 1052 "renderer_host/font_utils_linux.h", |
| 1052 "renderer_host/frame_metadata_util.cc", | 1053 "renderer_host/frame_metadata_util.cc", |
| 1053 "renderer_host/frame_metadata_util.h", | 1054 "renderer_host/frame_metadata_util.h", |
| 1054 "renderer_host/input/gesture_event_queue.cc", | 1055 "renderer_host/input/gesture_event_queue.cc", |
| 1055 "renderer_host/input/gesture_event_queue.h", | 1056 "renderer_host/input/gesture_event_queue.h", |
| 1056 "renderer_host/input/input_ack_handler.h", | 1057 "renderer_host/input/input_ack_handler.h", |
| 1058 "renderer_host/input/input_device_change_observer.cc", |
| 1059 "renderer_host/input/input_device_change_observer.h", |
| 1057 "renderer_host/input/input_router.h", | 1060 "renderer_host/input/input_router.h", |
| 1058 "renderer_host/input/input_router_client.h", | 1061 "renderer_host/input/input_router_client.h", |
| 1059 "renderer_host/input/input_router_config_helper.cc", | 1062 "renderer_host/input/input_router_config_helper.cc", |
| 1060 "renderer_host/input/input_router_config_helper.h", | 1063 "renderer_host/input/input_router_config_helper.h", |
| 1061 "renderer_host/input/input_router_impl.cc", | 1064 "renderer_host/input/input_router_impl.cc", |
| 1062 "renderer_host/input/input_router_impl.h", | 1065 "renderer_host/input/input_router_impl.h", |
| 1063 "renderer_host/input/legacy_touch_event_queue.cc", | 1066 "renderer_host/input/legacy_touch_event_queue.cc", |
| 1064 "renderer_host/input/legacy_touch_event_queue.h", | 1067 "renderer_host/input/legacy_touch_event_queue.h", |
| 1065 "renderer_host/input/motion_event_web.cc", | 1068 "renderer_host/input/motion_event_web.cc", |
| 1066 "renderer_host/input/motion_event_web.h", | 1069 "renderer_host/input/motion_event_web.h", |
| (...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2051 if (!is_component_build) { | 2054 if (!is_component_build) { |
| 2052 public_deps = [ | 2055 public_deps = [ |
| 2053 ":browser", | 2056 ":browser", |
| 2054 ] | 2057 ] |
| 2055 } else { | 2058 } else { |
| 2056 public_deps = [ | 2059 public_deps = [ |
| 2057 "//third_party/leveldatabase", | 2060 "//third_party/leveldatabase", |
| 2058 ] | 2061 ] |
| 2059 } | 2062 } |
| 2060 } | 2063 } |
| OLD | NEW |