| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "//mojo/public/cpp/bindings", | 97 "//mojo/public/cpp/bindings", |
| 98 "//mojo/public/js", | 98 "//mojo/public/js", |
| 99 "//net", | 99 "//net", |
| 100 "//net:extras", | 100 "//net:extras", |
| 101 "//net:http_server", | 101 "//net:http_server", |
| 102 "//ppapi/features", | 102 "//ppapi/features", |
| 103 "//printing/features", | 103 "//printing/features", |
| 104 "//services/catalog:constants", | 104 "//services/catalog:constants", |
| 105 "//services/catalog/public/cpp", | 105 "//services/catalog/public/cpp", |
| 106 "//services/catalog/public/interfaces:constants", | 106 "//services/catalog/public/interfaces:constants", |
| 107 "//services/data_decoder/public/interfaces", |
| 107 "//services/device:lib", | 108 "//services/device:lib", |
| 108 "//services/device/public/interfaces:constants", | 109 "//services/device/public/interfaces:constants", |
| 109 "//services/file:lib", | 110 "//services/file:lib", |
| 110 "//services/file/public/interfaces", | 111 "//services/file/public/interfaces", |
| 111 "//services/resource_coordinator:lib", | 112 "//services/resource_coordinator:lib", |
| 112 "//services/service_manager", | 113 "//services/service_manager", |
| 113 "//services/service_manager/embedder", | 114 "//services/service_manager/embedder", |
| 114 "//services/service_manager/public/cpp", | 115 "//services/service_manager/public/cpp", |
| 115 "//services/service_manager/public/interfaces", | 116 "//services/service_manager/public/interfaces", |
| 116 "//services/service_manager/runner/common", | 117 "//services/service_manager/runner/common", |
| (...skipping 1930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2047 if (!is_component_build) { | 2048 if (!is_component_build) { |
| 2048 public_deps = [ | 2049 public_deps = [ |
| 2049 ":browser", | 2050 ":browser", |
| 2050 ] | 2051 ] |
| 2051 } else { | 2052 } else { |
| 2052 public_deps = [ | 2053 public_deps = [ |
| 2053 "//third_party/leveldatabase", | 2054 "//third_party/leveldatabase", |
| 2054 ] | 2055 ] |
| 2055 } | 2056 } |
| 2056 } | 2057 } |
| OLD | NEW |