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 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2100 } | 2100 } |
2101 | 2101 |
2102 if (!use_ozone) { | 2102 if (!use_ozone) { |
2103 sources -= [ | 2103 sources -= [ |
2104 "compositor/software_output_device_ozone.cc", | 2104 "compositor/software_output_device_ozone.cc", |
2105 "compositor/software_output_device_ozone.h", | 2105 "compositor/software_output_device_ozone.h", |
2106 ] | 2106 ] |
2107 } | 2107 } |
2108 deps += [ | 2108 deps += [ |
2109 "//cc/surfaces:surfaces", | 2109 "//cc/surfaces:surfaces", |
| 2110 "//components/viz/hittest", |
2110 "//ui/compositor", | 2111 "//ui/compositor", |
2111 ] | 2112 ] |
2112 } | 2113 } |
2113 | 2114 |
2114 if (is_linux && use_dbus) { | 2115 if (is_linux && use_dbus) { |
2115 deps += [ "//dbus" ] | 2116 deps += [ "//dbus" ] |
2116 } | 2117 } |
2117 | 2118 |
2118 if (is_linux) { | 2119 if (is_linux) { |
2119 deps += [ "//third_party/boringssl" ] | 2120 deps += [ "//third_party/boringssl" ] |
(...skipping 21 matching lines...) Expand all Loading... |
2141 if (!is_component_build) { | 2142 if (!is_component_build) { |
2142 public_deps = [ | 2143 public_deps = [ |
2143 ":browser", | 2144 ":browser", |
2144 ] | 2145 ] |
2145 } else { | 2146 } else { |
2146 public_deps = [ | 2147 public_deps = [ |
2147 "//third_party/leveldatabase", | 2148 "//third_party/leveldatabase", |
2148 ] | 2149 ] |
2149 } | 2150 } |
2150 } | 2151 } |
OLD | NEW |