| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "//media/mojo/services", | 94 "//media/mojo/services", |
| 95 "//mojo/common", | 95 "//mojo/common", |
| 96 "//mojo/edk/system", | 96 "//mojo/edk/system", |
| 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/blamer:lib", |
| 105 "//services/blamer/public/interfaces:interfaces", |
| 104 "//services/catalog:constants", | 106 "//services/catalog:constants", |
| 105 "//services/catalog/public/cpp", | 107 "//services/catalog/public/cpp", |
| 106 "//services/catalog/public/interfaces:constants", | 108 "//services/catalog/public/interfaces:constants", |
| 107 "//services/data_decoder/public/interfaces", | 109 "//services/data_decoder/public/interfaces", |
| 108 "//services/device:lib", | 110 "//services/device:lib", |
| 109 "//services/device/public/interfaces:constants", | 111 "//services/device/public/interfaces:constants", |
| 110 "//services/file:lib", | 112 "//services/file:lib", |
| 111 "//services/file/public/interfaces", | 113 "//services/file/public/interfaces", |
| 112 "//services/resource_coordinator:lib", | 114 "//services/resource_coordinator:lib", |
| 113 "//services/service_manager", | 115 "//services/service_manager", |
| (...skipping 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 if (!is_component_build) { | 2056 if (!is_component_build) { |
| 2055 public_deps = [ | 2057 public_deps = [ |
| 2056 ":browser", | 2058 ":browser", |
| 2057 ] | 2059 ] |
| 2058 } else { | 2060 } else { |
| 2059 public_deps = [ | 2061 public_deps = [ |
| 2060 "//third_party/leveldatabase", | 2062 "//third_party/leveldatabase", |
| 2061 ] | 2063 ] |
| 2062 } | 2064 } |
| 2063 } | 2065 } |
| OLD | NEW |