| 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 27 matching lines...) Expand all Loading... |
| 38 "//cc/paint", | 38 "//cc/paint", |
| 39 "//cc/surfaces", | 39 "//cc/surfaces", |
| 40 "//components/discardable_memory/common", | 40 "//components/discardable_memory/common", |
| 41 "//components/discardable_memory/service", | 41 "//components/discardable_memory/service", |
| 42 "//components/filesystem:lib", | 42 "//components/filesystem:lib", |
| 43 "//components/leveldb:lib", | 43 "//components/leveldb:lib", |
| 44 "//components/link_header_util", | 44 "//components/link_header_util", |
| 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/payments/mojom:mojom_payment_app", | 49 "//components/payments/mojom:mojom_payment_app", |
| 49 "//components/rappor", | 50 "//components/rappor", |
| 50 "//components/tracing", | 51 "//components/tracing", |
| 51 "//components/tracing:startup_tracing", | 52 "//components/tracing:startup_tracing", |
| 52 "//components/ukm/public", | 53 "//components/ukm/public", |
| 53 "//components/url_formatter", | 54 "//components/url_formatter", |
| 54 "//components/variations", | 55 "//components/variations", |
| 55 "//components/viz/display_compositor", | 56 "//components/viz/display_compositor", |
| 56 "//components/viz/frame_sinks", | 57 "//components/viz/frame_sinks", |
| 57 "//components/viz/host", | 58 "//components/viz/host", |
| (...skipping 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2141 if (!is_component_build) { | 2142 if (!is_component_build) { |
| 2142 public_deps = [ | 2143 public_deps = [ |
| 2143 ":browser", | 2144 ":browser", |
| 2144 ] | 2145 ] |
| 2145 } else { | 2146 } else { |
| 2146 public_deps = [ | 2147 public_deps = [ |
| 2147 "//third_party/leveldatabase", | 2148 "//third_party/leveldatabase", |
| 2148 ] | 2149 ] |
| 2149 } | 2150 } |
| 2150 } | 2151 } |
| OLD | NEW |