| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//gpu/vulkan/features.gni") | 8 import("//gpu/vulkan/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 deps = [ | 33 deps = [ |
| 34 "//base", | 34 "//base", |
| 35 "//base:base_static", | 35 "//base:base_static", |
| 36 "//base/third_party/dynamic_annotations", | 36 "//base/third_party/dynamic_annotations", |
| 37 "//cc", | 37 "//cc", |
| 38 "//cc/animation", | 38 "//cc/animation", |
| 39 "//cc/paint", | 39 "//cc/paint", |
| 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/network_session_configurator/browser", | 48 "//components/network_session_configurator/browser", |
| 48 "//components/offline_pages/core/request_header", | 49 "//components/offline_pages/core/request_header", |
| 49 "//components/offline_pages/features:features", | 50 "//components/offline_pages/features:features", |
| 50 "//components/rappor", | 51 "//components/rappor", |
| 51 "//components/tracing", | 52 "//components/tracing", |
| 52 "//components/tracing:startup_tracing", | 53 "//components/tracing:startup_tracing", |
| (...skipping 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2210 if (!is_component_build) { | 2211 if (!is_component_build) { |
| 2211 public_deps = [ | 2212 public_deps = [ |
| 2212 ":browser", | 2213 ":browser", |
| 2213 ] | 2214 ] |
| 2214 } else { | 2215 } else { |
| 2215 public_deps = [ | 2216 public_deps = [ |
| 2216 "//third_party/leveldatabase", | 2217 "//third_party/leveldatabase", |
| 2217 ] | 2218 ] |
| 2218 } | 2219 } |
| 2219 } | 2220 } |
| OLD | NEW |