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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 491873004: Add an explicit full-screen button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapp_move_context_menu
Patch Set: Rebase. 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 | « no previous file | remoting/resources/icon_fullscreen.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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 ], 224 ],
225 225
226 'remoting_webapp_resource_files': [ 226 'remoting_webapp_resource_files': [
227 'resources/disclosure_arrow_down.webp', 227 'resources/disclosure_arrow_down.webp',
228 'resources/disclosure_arrow_right.webp', 228 'resources/disclosure_arrow_right.webp',
229 'resources/drag.webp', 229 'resources/drag.webp',
230 'resources/host_setup_instructions.webp', 230 'resources/host_setup_instructions.webp',
231 'resources/icon_close.webp', 231 'resources/icon_close.webp',
232 'resources/icon_cross.webp', 232 'resources/icon_cross.webp',
233 'resources/icon_disconnect.webp', 233 'resources/icon_disconnect.webp',
234 'resources/icon_fullscreen.webp',
234 'resources/icon_help.webp', 235 'resources/icon_help.webp',
235 'resources/icon_host.webp', 236 'resources/icon_host.webp',
236 'resources/icon_maximize_restore.webp', 237 'resources/icon_maximize_restore.webp',
237 'resources/icon_minimize.webp', 238 'resources/icon_minimize.webp',
238 'resources/icon_options.webp', 239 'resources/icon_options.webp',
239 'resources/icon_pencil.webp', 240 'resources/icon_pencil.webp',
240 'resources/icon_warning.webp', 241 'resources/icon_warning.webp',
241 'resources/infographic_my_computers.webp', 242 'resources/infographic_my_computers.webp',
242 'resources/infographic_remote_assistance.webp', 243 'resources/infographic_remote_assistance.webp',
243 'resources/plus.webp', 244 'resources/plus.webp',
(...skipping 48 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
« no previous file with comments | « no previous file | remoting/resources/icon_fullscreen.webp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698