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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 265393005: Implement apps v2 custom window frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed file added accidentally. Created 6 years, 7 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
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'remoting_webapp_js_ui_files': [ 81 'remoting_webapp_js_ui_files': [
82 'webapp/butter_bar.js', 82 'webapp/butter_bar.js',
83 'webapp/connection_stats.js', 83 'webapp/connection_stats.js',
84 'webapp/feedback.js', 84 'webapp/feedback.js',
85 'webapp/fullscreen.js', 85 'webapp/fullscreen.js',
86 'webapp/fullscreen_v1.js', 86 'webapp/fullscreen_v1.js',
87 'webapp/fullscreen_v2.js', 87 'webapp/fullscreen_v2.js',
88 'webapp/l10n.js', 88 'webapp/l10n.js',
89 'webapp/menu_button.js', 89 'webapp/menu_button.js',
90 'webapp/ui_mode.js', 90 'webapp/ui_mode.js',
91 'webapp/title_bar.js',
91 'webapp/toolbar.js', 92 'webapp/toolbar.js',
92 ], 93 ],
93 # UI files for controlling the local machine as a host. 94 # UI files for controlling the local machine as a host.
94 'remoting_webapp_js_ui_host_control_files': [ 95 'remoting_webapp_js_ui_host_control_files': [
95 'webapp/host_screen.js', 96 'webapp/host_screen.js',
96 'webapp/host_setup_dialog.js', 97 'webapp/host_setup_dialog.js',
97 'webapp/host_install_dialog.js', 98 'webapp/host_install_dialog.js',
98 'webapp/paired_client_manager.js', 99 'webapp/paired_client_manager.js',
99 ], 100 ],
100 # UI files for displaying (in the client) info about available hosts. 101 # UI files for displaying (in the client) info about available hosts.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files 152 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files
152 # so that we don't double include error.js and plugin_settings.js. 153 # so that we don't double include error.js and plugin_settings.js.
153 '<@(remoting_webapp_js_wcs_sandbox_files)', 154 '<@(remoting_webapp_js_wcs_sandbox_files)',
154 # JS files referenced in mainfest.json. 155 # JS files referenced in mainfest.json.
155 '<@(remoting_webapp_js_auth_v1_files)', 156 '<@(remoting_webapp_js_auth_v1_files)',
156 ], 157 ],
157 158
158 'remoting_webapp_resource_files': [ 159 'remoting_webapp_resource_files': [
159 'resources/disclosure_arrow_down.webp', 160 'resources/disclosure_arrow_down.webp',
160 'resources/disclosure_arrow_right.webp', 161 'resources/disclosure_arrow_right.webp',
162 'resources/drag.webp',
161 'resources/host_setup_instructions.webp', 163 'resources/host_setup_instructions.webp',
164 'resources/icon_close.webp',
162 'resources/icon_cross.webp', 165 'resources/icon_cross.webp',
166 'resources/icon_disconnect.webp',
163 'resources/icon_help.webp', 167 'resources/icon_help.webp',
164 'resources/icon_host.webp', 168 'resources/icon_host.webp',
169 'resources/icon_maximize_restore.webp',
170 'resources/icon_minimize.webp',
165 'resources/icon_pencil.webp', 171 'resources/icon_pencil.webp',
166 'resources/icon_warning.webp', 172 'resources/icon_warning.webp',
167 'resources/infographic_my_computers.webp', 173 'resources/infographic_my_computers.webp',
168 'resources/infographic_remote_assistance.webp', 174 'resources/infographic_remote_assistance.webp',
169 'resources/plus.webp', 175 'resources/plus.webp',
170 'resources/reload.webp', 176 'resources/reload.webp',
171 'resources/tick.webp', 177 'resources/tick.webp',
172 'webapp/connection_stats.css', 178 'webapp/connection_stats.css',
173 'webapp/main.css', 179 'webapp/main.css',
174 'webapp/menu_button.css', 180 'webapp/menu_button.css',
175 'webapp/open_sans.css', 181 'webapp/open_sans.css',
176 'webapp/open_sans.woff', 182 'webapp/open_sans.woff',
177 'webapp/scale-to-fit.webp', 183 'webapp/scale-to-fit.webp',
178 'webapp/spinner.gif', 184 'webapp/spinner.gif',
185 'webapp/title_bar.css',
179 'webapp/toolbar.css', 186 'webapp/toolbar.css',
180 ], 187 ],
181 188
182 'remoting_webapp_files': [ 189 'remoting_webapp_files': [
183 '<@(remoting_webapp_info_files)', 190 '<@(remoting_webapp_info_files)',
184 '<@(remoting_webapp_all_js_files)', 191 '<@(remoting_webapp_all_js_files)',
185 '<@(remoting_webapp_resource_files)', 192 '<@(remoting_webapp_resource_files)',
186 ], 193 ],
187 194
188 # These template files are used to construct the webapp html files. 195 # These template files are used to construct the webapp html files.
(...skipping 14 matching lines...) Expand all
203 'webapp/html/dialog_client_session_finished.html', 210 'webapp/html/dialog_client_session_finished.html',
204 'webapp/html/dialog_client_third_party_auth.html', 211 'webapp/html/dialog_client_third_party_auth.html',
205 'webapp/html/dialog_client_unconnected.html', 212 'webapp/html/dialog_client_unconnected.html',
206 'webapp/html/dialog_confirm_host_delete.html', 213 'webapp/html/dialog_confirm_host_delete.html',
207 'webapp/html/dialog_connection_history.html', 214 'webapp/html/dialog_connection_history.html',
208 'webapp/html/dialog_host.html', 215 'webapp/html/dialog_host.html',
209 'webapp/html/dialog_host_install.html', 216 'webapp/html/dialog_host_install.html',
210 'webapp/html/dialog_host_setup.html', 217 'webapp/html/dialog_host_setup.html',
211 'webapp/html/dialog_manage_pairings.html', 218 'webapp/html/dialog_manage_pairings.html',
212 'webapp/html/dialog_token_refresh_failed.html', 219 'webapp/html/dialog_token_refresh_failed.html',
220 'webapp/html/title_bar.html',
213 'webapp/html/toolbar.html', 221 'webapp/html/toolbar.html',
214 'webapp/html/ui_header.html', 222 'webapp/html/ui_header.html',
215 'webapp/html/ui_it2me.html', 223 'webapp/html/ui_it2me.html',
216 'webapp/html/ui_me2me.html', 224 'webapp/html/ui_me2me.html',
217 ], 225 ],
218 226
219 }, 227 },
220 } 228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698