| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "//printing/features", | 111 "//printing/features", |
| 112 "//services/catalog:constants", | 112 "//services/catalog:constants", |
| 113 "//services/catalog/public/cpp", | 113 "//services/catalog/public/cpp", |
| 114 "//services/catalog/public/interfaces:constants", | 114 "//services/catalog/public/interfaces:constants", |
| 115 "//services/data_decoder/public/interfaces", | 115 "//services/data_decoder/public/interfaces", |
| 116 "//services/device:lib", | 116 "//services/device:lib", |
| 117 "//services/device/public/interfaces:constants", | 117 "//services/device/public/interfaces:constants", |
| 118 "//services/file:lib", | 118 "//services/file:lib", |
| 119 "//services/file/public/interfaces", | 119 "//services/file/public/interfaces", |
| 120 "//services/resource_coordinator:lib", | 120 "//services/resource_coordinator:lib", |
| 121 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
| 121 "//services/service_manager", | 122 "//services/service_manager", |
| 122 "//services/service_manager/embedder", | 123 "//services/service_manager/embedder", |
| 123 "//services/service_manager/public/cpp", | 124 "//services/service_manager/public/cpp", |
| 124 "//services/service_manager/public/interfaces", | 125 "//services/service_manager/public/interfaces", |
| 125 "//services/service_manager/runner/common", | 126 "//services/service_manager/runner/common", |
| 126 "//services/service_manager/runner/host:lib", | 127 "//services/service_manager/runner/host:lib", |
| 127 "//services/shape_detection:lib", | 128 "//services/shape_detection:lib", |
| 128 "//services/shape_detection/public/interfaces", | 129 "//services/shape_detection/public/interfaces", |
| 129 "//services/ui/gpu/interfaces", | 130 "//services/ui/gpu/interfaces", |
| 130 "//services/ui/public/cpp/gpu", | 131 "//services/ui/public/cpp/gpu", |
| (...skipping 2010 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |