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

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
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 ], 183 ],
184 184
185 # The JavaScript files that are used in the background page. 185 # The JavaScript files that are used in the background page.
186 'remoting_webapp_background_js_files': [ 186 'remoting_webapp_background_js_files': [
187 'webapp/base.js', 187 'webapp/base.js',
188 'webapp/client_session.js', 188 'webapp/client_session.js',
189 'webapp/error.js', 189 'webapp/error.js',
190 'webapp/host_installer.js', 190 'webapp/host_installer.js',
191 'webapp/host_session.js', 191 'webapp/host_session.js',
192 'webapp/it2me_host_facade.js', 192 'webapp/it2me_host_facade.js',
193 'webapp/l10n.js',
193 'webapp/plugin_settings.js', 194 'webapp/plugin_settings.js',
194 'webapp/typecheck.js', 195 'webapp/typecheck.js',
195 'webapp/background/app_launcher.js', 196 'webapp/background/app_launcher.js',
196 'webapp/background/background.js', 197 'webapp/background/background.js',
197 'webapp/background/it2me_helpee_channel.js', 198 'webapp/background/it2me_helpee_channel.js',
198 'webapp/background/it2me_helper_channel.js', 199 'webapp/background/it2me_helper_channel.js',
199 'webapp/background/it2me_service.js', 200 'webapp/background/it2me_service.js',
200 'webapp/background/message_window_helper.js', 201 'webapp/background/message_window_helper.js',
201 'webapp/background/message_window_manager.js', 202 'webapp/background/message_window_manager.js',
202 ], 203 ],
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'webapp/html/dialog_token_refresh_failed.html', 293 'webapp/html/dialog_token_refresh_failed.html',
293 'webapp/html/toolbar.html', 294 'webapp/html/toolbar.html',
294 'webapp/html/ui_header.html', 295 'webapp/html/ui_header.html',
295 'webapp/html/ui_it2me.html', 296 'webapp/html/ui_it2me.html',
296 'webapp/html/ui_me2me.html', 297 'webapp/html/ui_me2me.html',
297 'webapp/html/window_frame.html', 298 'webapp/html/window_frame.html',
298 ], 299 ],
299 300
300 }, 301 },
301 } 302 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698