| 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 22 matching lines...) Expand all Loading... |
| 33 "//base", | 33 "//base", |
| 34 "//base:base_static", | 34 "//base:base_static", |
| 35 "//base/third_party/dynamic_annotations", | 35 "//base/third_party/dynamic_annotations", |
| 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/filesystem:lib", | 42 "//components/filesystem:lib", |
| 43 "//components/keyboard_lock:definition", |
| 43 "//components/leveldb:lib", | 44 "//components/leveldb:lib", |
| 44 "//components/link_header_util", | 45 "//components/link_header_util", |
| 45 "//components/metrics", | 46 "//components/metrics", |
| 46 "//components/metrics:single_sample_metrics", | 47 "//components/metrics:single_sample_metrics", |
| 47 "//components/mime_util", | 48 "//components/mime_util", |
| 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/url_formatter", | 53 "//components/url_formatter", |
| (...skipping 2084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2137 if (!is_component_build) { | 2138 if (!is_component_build) { |
| 2138 public_deps = [ | 2139 public_deps = [ |
| 2139 ":browser", | 2140 ":browser", |
| 2140 ] | 2141 ] |
| 2141 } else { | 2142 } else { |
| 2142 public_deps = [ | 2143 public_deps = [ |
| 2143 "//third_party/leveldatabase", | 2144 "//third_party/leveldatabase", |
| 2144 ] | 2145 ] |
| 2145 } | 2146 } |
| 2146 } | 2147 } |
| OLD | NEW |