| # Copyright 2021 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//build/config/android/config.gni") |
| import("//build/config/chrome_build.gni") |
| |
| # The legacy password store backend is supported on android but usually disabled |
| # in favor of a downstream implementation. |
| use_legacy_password_store_backend = |
| !is_android || !enable_chrome_android_internal |
| |
| # Drawables from the downstream clank/ repository are |
| # used for branded builds. |
| password_manager_use_internal_android_resources = |
| is_android && enable_chrome_android_internal && is_chrome_branded |