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 25 matching lines...) Expand all Loading... |
36 "//cc", | 36 "//cc", |
37 "//cc/animation", | 37 "//cc/animation", |
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/display_compositor", | 42 "//components/display_compositor", |
43 "//components/filesystem:lib", | 43 "//components/filesystem:lib", |
44 "//components/leveldb:lib", | 44 "//components/leveldb:lib", |
45 "//components/link_header_util", | 45 "//components/link_header_util", |
| 46 "//components/metrics", |
46 "//components/mime_util", | 47 "//components/mime_util", |
47 "//components/payments/mojom:mojom_payment_app", | 48 "//components/payments/mojom:mojom_payment_app", |
48 "//components/rappor", | 49 "//components/rappor", |
49 "//components/tracing", | 50 "//components/tracing", |
50 "//components/tracing:startup_tracing", | 51 "//components/tracing:startup_tracing", |
51 "//components/url_formatter", | 52 "//components/url_formatter", |
52 "//components/variations", | 53 "//components/variations", |
53 "//components/viz/frame_sinks", | 54 "//components/viz/frame_sinks", |
54 "//content:resources", | 55 "//content:resources", |
55 "//content/app/resources", | 56 "//content/app/resources", |
(...skipping 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2103 if (!is_component_build) { | 2104 if (!is_component_build) { |
2104 public_deps = [ | 2105 public_deps = [ |
2105 ":browser", | 2106 ":browser", |
2106 ] | 2107 ] |
2107 } else { | 2108 } else { |
2108 public_deps = [ | 2109 public_deps = [ |
2109 "//third_party/leveldatabase", | 2110 "//third_party/leveldatabase", |
2110 ] | 2111 ] |
2111 } | 2112 } |
2112 } | 2113 } |
OLD | NEW |