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

Side by Side Diff: remoting/app_remoting_webapp.gyp

Issue 1062963002: Updating App Remoting build files to include an OAuth2 client ID and manifest key which we will set… (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 unified diff | Download patch
« no previous file with comments | « no previous file | remoting/app_remoting_webapp_build.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../remoting/remoting_locales.gypi', 7 '../remoting/remoting_locales.gypi',
8 '../remoting/app_remoting_webapp_build.gypi', 8 '../remoting/app_remoting_webapp_build.gypi',
9 ], 9 ],
10 10
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'targets': [ 93 'targets': [
94 { 94 {
95 # Sample AppRemoting app. 95 # Sample AppRemoting app.
96 'target_name': 'ar_sample_app', 96 'target_name': 'ar_sample_app',
97 'app_key': 'Sample_App', 97 'app_key': 'Sample_App',
98 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', 98 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
99 'app_client_id': 'sample_client_id', 99 'app_client_id': 'sample_client_id',
100 'app_name': 'App Remoting Client', 100 'app_name': 'App Remoting Client',
101 'app_description': 'App Remoting client', 101 'app_description': 'App Remoting client',
102 'app_capabilities': ['GOOGLE_DRIVE'], 102 'app_capabilities': ['GOOGLE_DRIVE'],
103 'manifest_key': 'remotingdevbuild',
103 }, 104 },
104 ], # end of targets 105 ], # end of targets
105 } 106 }
OLDNEW
« no previous file with comments | « no previous file | remoting/app_remoting_webapp_build.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698