| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "//printing/features", | 110 "//printing/features", |
| 111 "//services/catalog:constants", | 111 "//services/catalog:constants", |
| 112 "//services/catalog/public/cpp", | 112 "//services/catalog/public/cpp", |
| 113 "//services/catalog/public/interfaces:constants", | 113 "//services/catalog/public/interfaces:constants", |
| 114 "//services/data_decoder/public/interfaces", | 114 "//services/data_decoder/public/interfaces", |
| 115 "//services/device:lib", | 115 "//services/device:lib", |
| 116 "//services/device/public/interfaces:constants", | 116 "//services/device/public/interfaces:constants", |
| 117 "//services/file:lib", | 117 "//services/file:lib", |
| 118 "//services/file/public/interfaces", | 118 "//services/file/public/interfaces", |
| 119 "//services/resource_coordinator:lib", | 119 "//services/resource_coordinator:lib", |
| 120 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
| 121 "//services/resource_coordinator/tracing:lib", |
| 120 "//services/service_manager", | 122 "//services/service_manager", |
| 121 "//services/service_manager/embedder", | 123 "//services/service_manager/embedder", |
| 122 "//services/service_manager/public/cpp", | 124 "//services/service_manager/public/cpp", |
| 123 "//services/service_manager/public/interfaces", | 125 "//services/service_manager/public/interfaces", |
| 124 "//services/service_manager/runner/common", | 126 "//services/service_manager/runner/common", |
| 125 "//services/service_manager/runner/host:lib", | 127 "//services/service_manager/runner/host:lib", |
| 126 "//services/shape_detection:lib", | 128 "//services/shape_detection:lib", |
| 127 "//services/shape_detection/public/interfaces", | 129 "//services/shape_detection/public/interfaces", |
| 128 "//services/ui/gpu/interfaces", | 130 "//services/ui/gpu/interfaces", |
| 129 "//services/ui/public/cpp/gpu", | 131 "//services/ui/public/cpp/gpu", |
| (...skipping 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2132 if (!is_component_build) { | 2134 if (!is_component_build) { |
| 2133 public_deps = [ | 2135 public_deps = [ |
| 2134 ":browser", | 2136 ":browser", |
| 2135 ] | 2137 ] |
| 2136 } else { | 2138 } else { |
| 2137 public_deps = [ | 2139 public_deps = [ |
| 2138 "//third_party/leveldatabase", | 2140 "//third_party/leveldatabase", |
| 2139 ] | 2141 ] |
| 2140 } | 2142 } |
| 2141 } | 2143 } |
| OLD | NEW |