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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 868203002: Handle authentication failures in the v2 app by restarting the app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | remoting/webapp/base/js/auth_dialog.js » ('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 '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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'webapp/crd/js/crd_main.js', 224 'webapp/crd/js/crd_main.js',
225 'webapp/crd/js/desktop_remoting.js', 225 'webapp/crd/js/desktop_remoting.js',
226 ], 226 ],
227 227
228 # The JavaScript files that are used in the background page. 228 # The JavaScript files that are used in the background page.
229 'remoting_webapp_background_js_files': [ 229 'remoting_webapp_background_js_files': [
230 'webapp/base/js/base.js', 230 'webapp/base/js/base.js',
231 'webapp/base/js/ipc.js', 231 'webapp/base/js/ipc.js',
232 'webapp/base/js/message_window_helper.js', 232 'webapp/base/js/message_window_helper.js',
233 'webapp/base/js/message_window_manager.js', 233 'webapp/base/js/message_window_manager.js',
234 'webapp/crd/js/activation_handler.js',
234 'webapp/crd/js/app_launcher.js', 235 'webapp/crd/js/app_launcher.js',
235 'webapp/crd/js/background.js', 236 'webapp/crd/js/background.js',
236 'webapp/crd/js/client_session.js', 237 'webapp/crd/js/client_session.js',
237 'webapp/crd/js/error.js', 238 'webapp/crd/js/error.js',
238 'webapp/crd/js/host_installer.js', 239 'webapp/crd/js/host_installer.js',
239 'webapp/crd/js/host_session.js', 240 'webapp/crd/js/host_session.js',
240 'webapp/crd/js/it2me_helpee_channel.js', 241 'webapp/crd/js/it2me_helpee_channel.js',
241 'webapp/crd/js/it2me_helper_channel.js', 242 'webapp/crd/js/it2me_helper_channel.js',
242 'webapp/crd/js/it2me_host_facade.js', 243 'webapp/crd/js/it2me_host_facade.js',
243 'webapp/crd/js/it2me_service.js', 244 'webapp/crd/js/it2me_service.js',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'webapp/crd/manifest.json.jinja2', 359 'webapp/crd/manifest.json.jinja2',
359 '<(remoting_webapp_template_main)', 360 '<(remoting_webapp_template_main)',
360 '<(remoting_webapp_template_wcs_sandbox)', 361 '<(remoting_webapp_template_wcs_sandbox)',
361 '<(remoting_webapp_template_background)', 362 '<(remoting_webapp_template_background)',
362 '<@(remoting_webapp_template_files)', 363 '<@(remoting_webapp_template_files)',
363 '<@(remoting_webapp_crd_js_files)', 364 '<@(remoting_webapp_crd_js_files)',
364 ], 365 ],
365 366
366 }, 367 },
367 } 368 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/base/js/auth_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698