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

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: Rebase 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
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/resources/drag.webp » ('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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'webapp/butter_bar.js', 83 'webapp/butter_bar.js',
84 'webapp/connection_stats.js', 84 'webapp/connection_stats.js',
85 'webapp/feedback.js', 85 'webapp/feedback.js',
86 'webapp/fullscreen.js', 86 'webapp/fullscreen.js',
87 'webapp/fullscreen_v1.js', 87 'webapp/fullscreen_v1.js',
88 'webapp/fullscreen_v2.js', 88 'webapp/fullscreen_v2.js',
89 'webapp/l10n.js', 89 'webapp/l10n.js',
90 'webapp/menu_button.js', 90 'webapp/menu_button.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 ], 94 ],
94 # UI files for controlling the local machine as a host. 95 # UI files for controlling the local machine as a host.
95 'remoting_webapp_js_ui_host_control_files': [ 96 'remoting_webapp_js_ui_host_control_files': [
96 'webapp/host_screen.js', 97 'webapp/host_screen.js',
97 'webapp/host_setup_dialog.js', 98 'webapp/host_setup_dialog.js',
98 'webapp/host_install_dialog.js', 99 'webapp/host_install_dialog.js',
99 'webapp/paired_client_manager.js', 100 'webapp/paired_client_manager.js',
100 ], 101 ],
101 # UI files for displaying (in the client) info about available hosts. 102 # UI files for displaying (in the client) info about available hosts.
102 'remoting_webapp_js_ui_host_display_files': [ 103 'remoting_webapp_js_ui_host_display_files': [
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files 160 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files
160 # so that we don't double include error.js and plugin_settings.js. 161 # so that we don't double include error.js and plugin_settings.js.
161 '<@(remoting_webapp_js_wcs_sandbox_files)', 162 '<@(remoting_webapp_js_wcs_sandbox_files)',
162 # JS files referenced in mainfest.json. 163 # JS files referenced in mainfest.json.
163 '<@(remoting_webapp_js_auth_v1_files)', 164 '<@(remoting_webapp_js_auth_v1_files)',
164 ], 165 ],
165 166
166 'remoting_webapp_resource_files': [ 167 'remoting_webapp_resource_files': [
167 'resources/disclosure_arrow_down.webp', 168 'resources/disclosure_arrow_down.webp',
168 'resources/disclosure_arrow_right.webp', 169 'resources/disclosure_arrow_right.webp',
170 'resources/drag.webp',
169 'resources/host_setup_instructions.webp', 171 'resources/host_setup_instructions.webp',
172 'resources/icon_close.webp',
170 'resources/icon_cross.webp', 173 'resources/icon_cross.webp',
174 'resources/icon_disconnect.webp',
171 'resources/icon_help.webp', 175 'resources/icon_help.webp',
172 'resources/icon_host.webp', 176 'resources/icon_host.webp',
177 'resources/icon_maximize_restore.webp',
178 'resources/icon_minimize.webp',
173 'resources/icon_pencil.webp', 179 'resources/icon_pencil.webp',
174 'resources/icon_warning.webp', 180 'resources/icon_warning.webp',
175 'resources/infographic_my_computers.webp', 181 'resources/infographic_my_computers.webp',
176 'resources/infographic_remote_assistance.webp', 182 'resources/infographic_remote_assistance.webp',
177 'resources/plus.webp', 183 'resources/plus.webp',
178 'resources/reload.webp', 184 'resources/reload.webp',
179 'resources/tick.webp', 185 'resources/tick.webp',
180 'webapp/connection_stats.css', 186 'webapp/connection_stats.css',
181 'webapp/main.css', 187 'webapp/main.css',
182 'webapp/menu_button.css', 188 'webapp/menu_button.css',
183 'webapp/open_sans.css', 189 'webapp/open_sans.css',
184 'webapp/open_sans.woff', 190 'webapp/open_sans.woff',
185 'webapp/scale-to-fit.webp', 191 'webapp/scale-to-fit.webp',
186 'webapp/spinner.gif', 192 'webapp/spinner.gif',
187 'webapp/toolbar.css', 193 'webapp/toolbar.css',
194 'webapp/window_frame.css',
188 ], 195 ],
189 196
190 'remoting_webapp_files': [ 197 'remoting_webapp_files': [
191 '<@(remoting_webapp_info_files)', 198 '<@(remoting_webapp_info_files)',
192 '<@(remoting_webapp_all_js_files)', 199 '<@(remoting_webapp_all_js_files)',
193 '<@(remoting_webapp_resource_files)', 200 '<@(remoting_webapp_resource_files)',
194 ], 201 ],
195 202
196 # These template files are used to construct the webapp html files. 203 # These template files are used to construct the webapp html files.
197 'remoting_webapp_template_main': 204 'remoting_webapp_template_main':
(...skipping 17 matching lines...) Expand all
215 'webapp/html/dialog_connection_history.html', 222 'webapp/html/dialog_connection_history.html',
216 'webapp/html/dialog_host.html', 223 'webapp/html/dialog_host.html',
217 'webapp/html/dialog_host_install.html', 224 'webapp/html/dialog_host_install.html',
218 'webapp/html/dialog_host_setup.html', 225 'webapp/html/dialog_host_setup.html',
219 'webapp/html/dialog_manage_pairings.html', 226 'webapp/html/dialog_manage_pairings.html',
220 'webapp/html/dialog_token_refresh_failed.html', 227 'webapp/html/dialog_token_refresh_failed.html',
221 'webapp/html/toolbar.html', 228 'webapp/html/toolbar.html',
222 'webapp/html/ui_header.html', 229 'webapp/html/ui_header.html',
223 'webapp/html/ui_it2me.html', 230 'webapp/html/ui_it2me.html',
224 'webapp/html/ui_me2me.html', 231 'webapp/html/ui_me2me.html',
232 'webapp/html/window_frame.html',
225 ], 233 ],
226 234
227 }, 235 },
228 } 236 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/resources/drag.webp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698