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

Unified Diff: remoting/webapp/build-webapp.py

Issue 1070903002: Updating build-webapp script to append the client id extension for app remoting apps automatically. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/build-webapp.py
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py
index fb10150c125d7d14c5fec51d1d7252f366058038..979b593aab2b19df90be59b7a10e408fe08cfaa6 100755
--- a/remoting/webapp/build-webapp.py
+++ b/remoting/webapp/build-webapp.py
@@ -355,7 +355,7 @@ def buildWebApp(buildtype, version, destination, zip_path,
if not app_client_id:
raise Exception('Invalid app_client_id passed in: "' +
app_client_id + '"')
- apiClientIdV2 = app_client_id
+ apiClientIdV2 = app_client_id + '.apps.googleusercontent.com'
else:
apiClientIdV2 = google_api_keys.GetClientID('REMOTING_IDENTITY_API')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698