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
This commit is contained in:
@@ -7,7 +7,7 @@ import("//brave/build/config.gni")
|
||||
import("//build/config/ui.gni")
|
||||
|
||||
declare_args() {
|
||||
brave_services_production_domain = ""
|
||||
brave_services_staging_domain = ""
|
||||
brave_services_dev_domain = ""
|
||||
brave_services_production_domain = "brave.com"
|
||||
brave_services_staging_domain = "bravesoftware.com"
|
||||
brave_services_dev_domain = "brave.software"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user