| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "//printing/features", | 107 "//printing/features", |
| 108 "//services/catalog:constants", | 108 "//services/catalog:constants", |
| 109 "//services/catalog/public/cpp", | 109 "//services/catalog/public/cpp", |
| 110 "//services/catalog/public/interfaces:constants", | 110 "//services/catalog/public/interfaces:constants", |
| 111 "//services/device:lib", | 111 "//services/device:lib", |
| 112 "//services/device/public/interfaces:constants", | 112 "//services/device/public/interfaces:constants", |
| 113 "//services/file:lib", | 113 "//services/file:lib", |
| 114 "//services/file/public/interfaces", | 114 "//services/file/public/interfaces", |
| 115 "//services/resource_coordinator:lib", | 115 "//services/resource_coordinator:lib", |
| 116 "//services/service_manager", | 116 "//services/service_manager", |
| 117 "//services/service_manager/embedder", |
| 117 "//services/service_manager/public/cpp", | 118 "//services/service_manager/public/cpp", |
| 118 "//services/service_manager/public/interfaces", | 119 "//services/service_manager/public/interfaces", |
| 119 "//services/service_manager/runner/common", | 120 "//services/service_manager/runner/common", |
| 120 "//services/service_manager/runner/host:lib", | 121 "//services/service_manager/runner/host:lib", |
| 121 "//services/shape_detection:lib", | 122 "//services/shape_detection:lib", |
| 122 "//services/shape_detection/public/interfaces", | 123 "//services/shape_detection/public/interfaces", |
| 123 "//services/ui/gpu/interfaces", | 124 "//services/ui/gpu/interfaces", |
| 124 "//services/ui/public/cpp/gpu", | 125 "//services/ui/public/cpp/gpu", |
| 125 "//skia", | 126 "//skia", |
| 126 "//sql", | 127 "//sql", |
| (...skipping 1930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2057 if (!is_component_build) { | 2058 if (!is_component_build) { |
| 2058 public_deps = [ | 2059 public_deps = [ |
| 2059 ":browser", | 2060 ":browser", |
| 2060 ] | 2061 ] |
| 2061 } else { | 2062 } else { |
| 2062 public_deps = [ | 2063 public_deps = [ |
| 2063 "//third_party/leveldatabase", | 2064 "//third_party/leveldatabase", |
| 2064 ] | 2065 ] |
| 2065 } | 2066 } |
| 2066 } | 2067 } |
| OLD | NEW |