| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "//cc/animation", | 36 "//cc/animation", |
| 37 "//cc/paint", | 37 "//cc/paint", |
| 38 "//cc/surfaces", | 38 "//cc/surfaces", |
| 39 "//components/discardable_memory/common", | 39 "//components/discardable_memory/common", |
| 40 "//components/discardable_memory/service", | 40 "//components/discardable_memory/service", |
| 41 "//components/display_compositor", | 41 "//components/display_compositor", |
| 42 "//components/filesystem:lib", | 42 "//components/filesystem:lib", |
| 43 "//components/leveldb:lib", | 43 "//components/leveldb:lib", |
| 44 "//components/link_header_util", | 44 "//components/link_header_util", |
| 45 "//components/mime_util", | 45 "//components/mime_util", |
| 46 "//components/payments:payment_app", | 46 "//components/payments/content:payment_app", |
| 47 "//components/rappor", | 47 "//components/rappor", |
| 48 "//components/tracing", | 48 "//components/tracing", |
| 49 "//components/tracing:startup_tracing", | 49 "//components/tracing:startup_tracing", |
| 50 "//components/url_formatter", | 50 "//components/url_formatter", |
| 51 "//components/variations", | 51 "//components/variations", |
| 52 "//content:resources", | 52 "//content:resources", |
| 53 "//content/app/resources", | 53 "//content/app/resources", |
| 54 "//content/app/strings", | 54 "//content/app/strings", |
| 55 "//content/browser/background_sync:background_sync_proto", | 55 "//content/browser/background_sync:background_sync_proto", |
| 56 "//content/browser/cache_storage:cache_storage_proto", | 56 "//content/browser/cache_storage:cache_storage_proto", |
| (...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2017 if (!is_component_build) { | 2017 if (!is_component_build) { |
| 2018 public_deps = [ | 2018 public_deps = [ |
| 2019 ":browser", | 2019 ":browser", |
| 2020 ] | 2020 ] |
| 2021 } else { | 2021 } else { |
| 2022 public_deps = [ | 2022 public_deps = [ |
| 2023 "//third_party/leveldatabase", | 2023 "//third_party/leveldatabase", |
| 2024 ] | 2024 ] |
| 2025 } | 2025 } |
| 2026 } | 2026 } |
| OLD | NEW |