| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "//components/filesystem:lib", | 49 "//components/filesystem:lib", |
| 50 "//components/leveldb:lib", | 50 "//components/leveldb:lib", |
| 51 "//components/link_header_util", | 51 "//components/link_header_util", |
| 52 "//components/metrics", | 52 "//components/metrics", |
| 53 "//components/metrics:single_sample_metrics", | 53 "//components/metrics:single_sample_metrics", |
| 54 "//components/mime_util", | 54 "//components/mime_util", |
| 55 "//components/payments/mojom:mojom_payment_app", | 55 "//components/payments/mojom:mojom_payment_app", |
| 56 "//components/rappor", | 56 "//components/rappor", |
| 57 "//components/tracing", | 57 "//components/tracing", |
| 58 "//components/tracing:startup_tracing", | 58 "//components/tracing:startup_tracing", |
| 59 "//components/ukm", |
| 59 "//components/url_formatter", | 60 "//components/url_formatter", |
| 60 "//components/variations", | 61 "//components/variations", |
| 61 "//components/viz/frame_sinks", | 62 "//components/viz/frame_sinks", |
| 62 "//content:resources", | 63 "//content:resources", |
| 63 "//content/app/resources", | 64 "//content/app/resources", |
| 64 "//content/app/strings", | 65 "//content/app/strings", |
| 65 "//content/browser/background_sync:background_sync_proto", | 66 "//content/browser/background_sync:background_sync_proto", |
| 66 "//content/browser/cache_storage:cache_storage_proto", | 67 "//content/browser/cache_storage:cache_storage_proto", |
| 67 "//content/browser/devtools:devtools_resources", | 68 "//content/browser/devtools:devtools_resources", |
| 68 "//content/browser/devtools:protocol_sources", | 69 "//content/browser/devtools:protocol_sources", |
| (...skipping 2082 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 if (!is_component_build) { | 2152 if (!is_component_build) { |
| 2152 public_deps = [ | 2153 public_deps = [ |
| 2153 ":browser", | 2154 ":browser", |
| 2154 ] | 2155 ] |
| 2155 } else { | 2156 } else { |
| 2156 public_deps = [ | 2157 public_deps = [ |
| 2157 "//third_party/leveldatabase", | 2158 "//third_party/leveldatabase", |
| 2158 ] | 2159 ] |
| 2159 } | 2160 } |
| 2160 } | 2161 } |
| OLD | NEW |