# Copyright 2023 The Chromium Authors | |
# 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") | |
declare_args() { | |
# Page info drawables from the downstream clank/ repository are used for | |
# branded builds. | |
page_info_use_internal_android_resources = | |
is_android && enable_chrome_android_internal && is_chrome_branded | |
} |