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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 687873003: Allow the background page to get an OAuth token for apps v1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/webapp/base/js/base.js » ('j') | remoting/webapp/base/js/base.js » ('J')
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 'variables': { 6 'variables': {
7 'remoting_webapp_info_files': [ 7 'remoting_webapp_info_files': [
8 'resources/chromoting16.webp', 8 'resources/chromoting16.webp',
9 'resources/chromoting48.webp', 9 'resources/chromoting48.webp',
10 'resources/chromoting128.webp', 10 'resources/chromoting128.webp',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'webapp/crd/js/background.js', 206 'webapp/crd/js/background.js',
207 'webapp/crd/js/client_session.js', 207 'webapp/crd/js/client_session.js',
208 'webapp/crd/js/error.js', 208 'webapp/crd/js/error.js',
209 'webapp/crd/js/host_installer.js', 209 'webapp/crd/js/host_installer.js',
210 'webapp/crd/js/host_session.js', 210 'webapp/crd/js/host_session.js',
211 'webapp/crd/js/it2me_helpee_channel.js', 211 'webapp/crd/js/it2me_helpee_channel.js',
212 'webapp/crd/js/it2me_helper_channel.js', 212 'webapp/crd/js/it2me_helper_channel.js',
213 'webapp/crd/js/it2me_host_facade.js', 213 'webapp/crd/js/it2me_host_facade.js',
214 'webapp/crd/js/it2me_service.js', 214 'webapp/crd/js/it2me_service.js',
215 'webapp/crd/js/l10n.js', 215 'webapp/crd/js/l10n.js',
216 'webapp/crd/js/oauth2.js',
217 'webapp/crd/js/oauth2_api.js',
216 'webapp/crd/js/plugin_settings.js', 218 'webapp/crd/js/plugin_settings.js',
217 'webapp/crd/js/typecheck.js', 219 'webapp/crd/js/typecheck.js',
220 'webapp/crd/js/xhr.js',
218 ], 221 ],
219 222
220 # The JavaScript files required by wcs_sandbox.html. 223 # The JavaScript files required by wcs_sandbox.html.
221 'remoting_webapp_wcs_sandbox_html_js_files': [ 224 'remoting_webapp_wcs_sandbox_html_js_files': [
222 '<@(remoting_webapp_js_wcs_sandbox_files)', 225 '<@(remoting_webapp_js_wcs_sandbox_files)',
223 'webapp/crd/js/error.js', 226 'webapp/crd/js/error.js',
224 'webapp/crd/js/plugin_settings.js', 227 'webapp/crd/js/plugin_settings.js',
225 ], 228 ],
226 229
227 # All the JavaScript files required by the webapp. 230 # All the JavaScript files required by the webapp.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'webapp/crd/html/dialog_token_refresh_failed.html', 312 'webapp/crd/html/dialog_token_refresh_failed.html',
310 'webapp/crd/html/toolbar.html', 313 'webapp/crd/html/toolbar.html',
311 'webapp/crd/html/ui_header.html', 314 'webapp/crd/html/ui_header.html',
312 'webapp/crd/html/ui_it2me.html', 315 'webapp/crd/html/ui_it2me.html',
313 'webapp/crd/html/ui_me2me.html', 316 'webapp/crd/html/ui_me2me.html',
314 'webapp/crd/html/window_frame.html', 317 'webapp/crd/html/window_frame.html',
315 ], 318 ],
316 319
317 }, 320 },
318 } 321 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/base/js/base.js » ('j') | remoting/webapp/base/js/base.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698