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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 "//cc/animation", | 43 "//cc/animation", |
44 "//cc/paint", | 44 "//cc/paint", |
45 "//cc/surfaces", | 45 "//cc/surfaces", |
46 "//components/discardable_memory/common", | 46 "//components/discardable_memory/common", |
47 "//components/discardable_memory/service", | 47 "//components/discardable_memory/service", |
48 "//components/display_compositor", | 48 "//components/display_compositor", |
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/mime_util", | 54 "//components/mime_util", |
54 "//components/payments/mojom:mojom_payment_app", | 55 "//components/payments/mojom:mojom_payment_app", |
55 "//components/rappor", | 56 "//components/rappor", |
56 "//components/tracing", | 57 "//components/tracing", |
57 "//components/tracing:startup_tracing", | 58 "//components/tracing:startup_tracing", |
58 "//components/url_formatter", | 59 "//components/url_formatter", |
59 "//components/variations", | 60 "//components/variations", |
60 "//components/viz/frame_sinks", | 61 "//components/viz/frame_sinks", |
61 "//content:resources", | 62 "//content:resources", |
62 "//content/app/resources", | 63 "//content/app/resources", |
(...skipping 2065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2128 if (!is_component_build) { | 2129 if (!is_component_build) { |
2129 public_deps = [ | 2130 public_deps = [ |
2130 ":browser", | 2131 ":browser", |
2131 ] | 2132 ] |
2132 } else { | 2133 } else { |
2133 public_deps = [ | 2134 public_deps = [ |
2134 "//third_party/leveldatabase", | 2135 "//third_party/leveldatabase", |
2135 ] | 2136 ] |
2136 } | 2137 } |
2137 } | 2138 } |
OLD | NEW |