| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "//components/metrics", | 45 "//components/metrics", |
| 46 "//components/metrics:single_sample_metrics", | 46 "//components/metrics:single_sample_metrics", |
| 47 "//components/mime_util", | 47 "//components/mime_util", |
| 48 "//components/network_session_configurator/browser", | 48 "//components/network_session_configurator/browser", |
| 49 "//components/rappor", | 49 "//components/rappor", |
| 50 "//components/tracing", | 50 "//components/tracing", |
| 51 "//components/tracing:startup_tracing", | 51 "//components/tracing:startup_tracing", |
| 52 "//components/ukm/public", | 52 "//components/ukm/public", |
| 53 "//components/url_formatter", | 53 "//components/url_formatter", |
| 54 "//components/variations", | 54 "//components/variations", |
| 55 "//components/viz/common", |
| 55 "//components/viz/host", | 56 "//components/viz/host", |
| 56 "//components/viz/service", | 57 "//components/viz/service", |
| 57 "//content:resources", | 58 "//content:resources", |
| 58 "//content/app/resources", | 59 "//content/app/resources", |
| 59 "//content/app/strings", | 60 "//content/app/strings", |
| 60 "//content/browser/background_sync:background_sync_proto", | 61 "//content/browser/background_sync:background_sync_proto", |
| 61 "//content/browser/cache_storage:cache_storage_proto", | 62 "//content/browser/cache_storage:cache_storage_proto", |
| 62 "//content/browser/devtools:devtools_resources", | 63 "//content/browser/devtools:devtools_resources", |
| 63 "//content/browser/devtools:protocol_sources", | 64 "//content/browser/devtools:protocol_sources", |
| 64 "//content/browser/dom_storage:local_storage_proto", | 65 "//content/browser/dom_storage:local_storage_proto", |
| (...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2150 if (!is_component_build) { | 2151 if (!is_component_build) { |
| 2151 public_deps = [ | 2152 public_deps = [ |
| 2152 ":browser", | 2153 ":browser", |
| 2153 ] | 2154 ] |
| 2154 } else { | 2155 } else { |
| 2155 public_deps = [ | 2156 public_deps = [ |
| 2156 "//third_party/leveldatabase", | 2157 "//third_party/leveldatabase", |
| 2157 ] | 2158 ] |
| 2158 } | 2159 } |
| 2159 } | 2160 } |
| OLD | NEW |