| Index: ios/chrome/browser/BUILD.gn
|
| diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
|
| index 22067c0b59f9abe154a51207b26d035eeb34d616..46987865c9cc11052e86caa9381b4fc64f97aad9 100644
|
| --- a/ios/chrome/browser/BUILD.gn
|
| +++ b/ios/chrome/browser/BUILD.gn
|
| @@ -11,6 +11,7 @@ import("//third_party/protobuf/proto_library.gni")
|
| declare_args() {
|
| google_test_gaia_client_id = ""
|
| google_test_gaia_client_secret = ""
|
| + google_staging_oauth_url = ""
|
| google_staging_api_url = ""
|
| google_staging_lso_url = ""
|
| google_test_api_url = ""
|
| @@ -199,6 +200,7 @@ buildflag_header("google_api_keys_header") {
|
| flags = [
|
| "GOOGLE_STAGING_API_URL=\"$google_staging_api_url\"",
|
| "GOOGLE_STAGING_LSO_URL=\"$google_staging_lso_url\"",
|
| + "GOOGLE_STAGING_OAUTH_URL=\"$google_staging_oauth_url\"",
|
| "GOOGLE_TEST_API_URL=\"$google_test_api_url\"",
|
| "GOOGLE_TEST_LSO_URL=\"$google_test_lso_url\"",
|
| "GOOGLE_TEST_OAUTH_CLIENT_ID=\"$google_test_oauth_client_id\"",
|
|
|