Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: ios/chrome/browser/BUILD.gn

Issue 2704403002: Avoid re-starting a ExternalCCResultFetcher if a previous has finished or timed out. (Closed)
Patch Set: Do not start the externalt CC result fetcher if it already finished. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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\"",

Powered by Google App Engine
This is Rietveld 408576698