| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 | 83 |
| 84 # iOS/non-iOS shared deps. New dependencies should generally be added in the | 84 # iOS/non-iOS shared deps. New dependencies should generally be added in the |
| 85 # non-iOS deps below. | 85 # non-iOS deps below. |
| 86 public_deps = [ | 86 public_deps = [ |
| 87 "//components/autofill/core/browser", | 87 "//components/autofill/core/browser", |
| 88 "//content/public/browser", | 88 "//content/public/browser", |
| 89 "//sql", | 89 "//sql", |
| 90 "//sync", | 90 "//sync", |
| 91 ] | 91 ] |
| 92 deps = [ | 92 deps = [ |
| 93 "//base/allocator", | |
| 94 "//chrome:extra_resources", | 93 "//chrome:extra_resources", |
| 95 "//chrome:resources", | 94 "//chrome:resources", |
| 96 "//chrome:strings", | 95 "//chrome:strings", |
| 97 "//chrome/app/resources:platform_locale_settings", | 96 "//chrome/app/resources:platform_locale_settings", |
| 98 "//chrome/app/theme:theme_resources", | 97 "//chrome/app/theme:theme_resources", |
| 99 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 98 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 100 "//chrome/browser/net:probe_message_proto", | 99 "//chrome/browser/net:probe_message_proto", |
| 101 "//chrome/browser/ui", | 100 "//chrome/browser/ui", |
| 102 "//chrome/common", | 101 "//chrome/common", |
| 103 "//components/autofill/core/browser", | 102 "//components/autofill/core/browser", |
| (...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1274 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1273 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1275 deps = [ | 1274 deps = [ |
| 1276 "//components/google/core/browser", | 1275 "//components/google/core/browser", |
| 1277 "//components/omnibox/browser", | 1276 "//components/omnibox/browser", |
| 1278 "//components/rlz", | 1277 "//components/rlz", |
| 1279 "//components/search_engines", | 1278 "//components/search_engines", |
| 1280 "//rlz:rlz_lib", | 1279 "//rlz:rlz_lib", |
| 1281 ] | 1280 ] |
| 1282 } | 1281 } |
| 1283 } | 1282 } |
| OLD | NEW |