| 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 deps = [ | 38 deps = [ |
| 39 "//base", | 39 "//base", |
| 40 "//base:base_static", | 40 "//base:base_static", |
| 41 "//base/third_party/dynamic_annotations", | 41 "//base/third_party/dynamic_annotations", |
| 42 "//cc", | 42 "//cc", |
| 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", | |
| 49 "//components/filesystem:lib", | 48 "//components/filesystem:lib", |
| 50 "//components/leveldb:lib", | 49 "//components/leveldb:lib", |
| 51 "//components/link_header_util", | 50 "//components/link_header_util", |
| 52 "//components/metrics", | 51 "//components/metrics", |
| 53 "//components/metrics:single_sample_metrics", | 52 "//components/metrics:single_sample_metrics", |
| 54 "//components/mime_util", | 53 "//components/mime_util", |
| 55 "//components/payments/mojom:mojom_payment_app", | 54 "//components/payments/mojom:mojom_payment_app", |
| 56 "//components/rappor", | 55 "//components/rappor", |
| 57 "//components/tracing", | 56 "//components/tracing", |
| 58 "//components/tracing:startup_tracing", | 57 "//components/tracing:startup_tracing", |
| 59 "//components/url_formatter", | 58 "//components/url_formatter", |
| 60 "//components/variations", | 59 "//components/variations", |
| 60 "//components/viz/display_compositor", |
| 61 "//components/viz/frame_sinks", | 61 "//components/viz/frame_sinks", |
| 62 "//content:resources", | 62 "//content:resources", |
| 63 "//content/app/resources", | 63 "//content/app/resources", |
| 64 "//content/app/strings", | 64 "//content/app/strings", |
| 65 "//content/browser/background_sync:background_sync_proto", | 65 "//content/browser/background_sync:background_sync_proto", |
| 66 "//content/browser/cache_storage:cache_storage_proto", | 66 "//content/browser/cache_storage:cache_storage_proto", |
| 67 "//content/browser/devtools:protocol_sources", | 67 "//content/browser/devtools:protocol_sources", |
| 68 "//content/browser/devtools:resources", | 68 "//content/browser/devtools:resources", |
| 69 "//content/browser/dom_storage:local_storage_proto", | 69 "//content/browser/dom_storage:local_storage_proto", |
| 70 "//content/browser/notifications:notification_proto", | 70 "//content/browser/notifications:notification_proto", |
| (...skipping 2067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2138 if (!is_component_build) { | 2138 if (!is_component_build) { |
| 2139 public_deps = [ | 2139 public_deps = [ |
| 2140 ":browser", | 2140 ":browser", |
| 2141 ] | 2141 ] |
| 2142 } else { | 2142 } else { |
| 2143 public_deps = [ | 2143 public_deps = [ |
| 2144 "//third_party/leveldatabase", | 2144 "//third_party/leveldatabase", |
| 2145 ] | 2145 ] |
| 2146 } | 2146 } |
| 2147 } | 2147 } |
| OLD | NEW |