Files
Brian Johnson 512c53c2e6 Add default values for brave services domains (#36226)
The urls are guarded by the brave services key so we can put them back in public gn config
2026-05-06 22:42:35 +01:00

14 lines
499 B
Plaintext

# Copyright (c) 2023 The Brave Authors. All rights reserved.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/.
import("//brave/build/config.gni")
import("//build/config/ui.gni")
declare_args() {
brave_services_production_domain = "brave.com"
brave_services_staging_domain = "bravesoftware.com"
brave_services_dev_domain = "brave.software"
}