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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 503063004: Hangouts Remote Desktop Part VI - Show confirm dialog before retrieving access code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « remoting/remoting.gyp ('k') | remoting/resources/remoting_strings.grd » ('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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 ], 193 ],
194 194
195 # The JavaScript files that are used in the background page. 195 # The JavaScript files that are used in the background page.
196 'remoting_webapp_background_js_files': [ 196 'remoting_webapp_background_js_files': [
197 'webapp/base.js', 197 'webapp/base.js',
198 'webapp/client_session.js', 198 'webapp/client_session.js',
199 'webapp/error.js', 199 'webapp/error.js',
200 'webapp/host_installer.js', 200 'webapp/host_installer.js',
201 'webapp/host_session.js', 201 'webapp/host_session.js',
202 'webapp/it2me_host_facade.js', 202 'webapp/it2me_host_facade.js',
203 'webapp/l10n.js',
203 'webapp/plugin_settings.js', 204 'webapp/plugin_settings.js',
204 'webapp/typecheck.js', 205 'webapp/typecheck.js',
205 'webapp/background/app_launcher.js', 206 'webapp/background/app_launcher.js',
206 'webapp/background/background.js', 207 'webapp/background/background.js',
207 'webapp/background/it2me_helpee_channel.js', 208 'webapp/background/it2me_helpee_channel.js',
208 'webapp/background/it2me_helper_channel.js', 209 'webapp/background/it2me_helper_channel.js',
209 'webapp/background/it2me_service.js', 210 'webapp/background/it2me_service.js',
210 'webapp/background/message_window_helper.js', 211 'webapp/background/message_window_helper.js',
211 'webapp/background/message_window_manager.js', 212 'webapp/background/message_window_manager.js',
212 ], 213 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'webapp/html/dialog_token_refresh_failed.html', 304 'webapp/html/dialog_token_refresh_failed.html',
304 'webapp/html/toolbar.html', 305 'webapp/html/toolbar.html',
305 'webapp/html/ui_header.html', 306 'webapp/html/ui_header.html',
306 'webapp/html/ui_it2me.html', 307 'webapp/html/ui_it2me.html',
307 'webapp/html/ui_me2me.html', 308 'webapp/html/ui_me2me.html',
308 'webapp/html/window_frame.html', 309 'webapp/html/window_frame.html',
309 ], 310 ],
310 311
311 }, 312 },
312 } 313 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698