| 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 26 matching lines...) Expand all Loading... |
| 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/mime_util", | 46 "//components/mime_util", |
| 47 "//components/payments/content:mojom_payment_app", | 47 "//components/payments/mojom:mojom_payment_app", |
| 48 "//components/rappor", | 48 "//components/rappor", |
| 49 "//components/tracing", | 49 "//components/tracing", |
| 50 "//components/tracing:startup_tracing", | 50 "//components/tracing:startup_tracing", |
| 51 "//components/url_formatter", | 51 "//components/url_formatter", |
| 52 "//components/variations", | 52 "//components/variations", |
| 53 "//components/viz/frame_sinks", | 53 "//components/viz/frame_sinks", |
| 54 "//content:resources", | 54 "//content:resources", |
| 55 "//content/app/resources", | 55 "//content/app/resources", |
| 56 "//content/app/strings", | 56 "//content/app/strings", |
| 57 "//content/browser/background_sync:background_sync_proto", | 57 "//content/browser/background_sync:background_sync_proto", |
| (...skipping 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2061 if (!is_component_build) { | 2061 if (!is_component_build) { |
| 2062 public_deps = [ | 2062 public_deps = [ |
| 2063 ":browser", | 2063 ":browser", |
| 2064 ] | 2064 ] |
| 2065 } else { | 2065 } else { |
| 2066 public_deps = [ | 2066 public_deps = [ |
| 2067 "//third_party/leveldatabase", | 2067 "//third_party/leveldatabase", |
| 2068 ] | 2068 ] |
| 2069 } | 2069 } |
| 2070 } | 2070 } |
| OLD | NEW |