Commit 42b8b67a authored by joedow's avatar joedow Committed by Commit bot

Updating build-webapp script to append the client id extension for app remoting apps automatically.

BUG=

Review URL: https://codereview.chromium.org/1070903002

Cr-Commit-Position: refs/heads/master@{#324322}
parent 6726704e
...@@ -355,7 +355,7 @@ def buildWebApp(buildtype, version, destination, zip_path, ...@@ -355,7 +355,7 @@ def buildWebApp(buildtype, version, destination, zip_path,
if not app_client_id: if not app_client_id:
raise Exception('Invalid app_client_id passed in: "' + raise Exception('Invalid app_client_id passed in: "' +
app_client_id + '"') app_client_id + '"')
apiClientIdV2 = app_client_id apiClientIdV2 = app_client_id + '.apps.googleusercontent.com'
else: else:
apiClientIdV2 = google_api_keys.GetClientID('REMOTING_IDENTITY_API') apiClientIdV2 = google_api_keys.GetClientID('REMOTING_IDENTITY_API')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment