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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 466143003: Hangouts remote desktop part IV - Host installer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/webapp/host_install_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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'webapp/options_menu.js', 90 'webapp/options_menu.js',
91 'webapp/ui_mode.js', 91 'webapp/ui_mode.js',
92 'webapp/toolbar.js', 92 'webapp/toolbar.js',
93 'webapp/window_frame.js', 93 'webapp/window_frame.js',
94 ], 94 ],
95 # UI files for controlling the local machine as a host. 95 # UI files for controlling the local machine as a host.
96 'remoting_webapp_js_ui_host_control_files': [ 96 'remoting_webapp_js_ui_host_control_files': [
97 'webapp/host_screen.js', 97 'webapp/host_screen.js',
98 'webapp/host_setup_dialog.js', 98 'webapp/host_setup_dialog.js',
99 'webapp/host_install_dialog.js', 99 'webapp/host_install_dialog.js',
100 'webapp/host_installer.js',
100 'webapp/paired_client_manager.js', 101 'webapp/paired_client_manager.js',
101 ], 102 ],
102 # UI files for displaying (in the client) info about available hosts. 103 # UI files for displaying (in the client) info about available hosts.
103 'remoting_webapp_js_ui_host_display_files': [ 104 'remoting_webapp_js_ui_host_display_files': [
104 'webapp/host.js', 105 'webapp/host.js',
105 'webapp/host_list.js', 106 'webapp/host_list.js',
106 'webapp/host_settings.js', 107 'webapp/host_settings.js',
107 'webapp/host_table_entry.js', 108 'webapp/host_table_entry.js',
108 ], 109 ],
109 # Remoting WCS container JavaScript files. 110 # Remoting WCS container JavaScript files.
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'webapp/html/dialog_token_refresh_failed.html', 273 'webapp/html/dialog_token_refresh_failed.html',
273 'webapp/html/toolbar.html', 274 'webapp/html/toolbar.html',
274 'webapp/html/ui_header.html', 275 'webapp/html/ui_header.html',
275 'webapp/html/ui_it2me.html', 276 'webapp/html/ui_it2me.html',
276 'webapp/html/ui_me2me.html', 277 'webapp/html/ui_me2me.html',
277 'webapp/html/window_frame.html', 278 'webapp/html/window_frame.html',
278 ], 279 ],
279 280
280 }, 281 },
281 } 282 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/host_install_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698