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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 339613003: Remove the blue tool-bar for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made unit-tests side-effect-free. Created 6 years, 5 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_options.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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'resources/disclosure_arrow_right.webp', 188 'resources/disclosure_arrow_right.webp',
189 'resources/drag.webp', 189 'resources/drag.webp',
190 'resources/host_setup_instructions.webp', 190 'resources/host_setup_instructions.webp',
191 'resources/icon_close.webp', 191 'resources/icon_close.webp',
192 'resources/icon_cross.webp', 192 'resources/icon_cross.webp',
193 'resources/icon_disconnect.webp', 193 'resources/icon_disconnect.webp',
194 'resources/icon_help.webp', 194 'resources/icon_help.webp',
195 'resources/icon_host.webp', 195 'resources/icon_host.webp',
196 'resources/icon_maximize_restore.webp', 196 'resources/icon_maximize_restore.webp',
197 'resources/icon_minimize.webp', 197 'resources/icon_minimize.webp',
198 'resources/icon_options.webp',
198 'resources/icon_pencil.webp', 199 'resources/icon_pencil.webp',
199 'resources/icon_warning.webp', 200 'resources/icon_warning.webp',
200 'resources/infographic_my_computers.webp', 201 'resources/infographic_my_computers.webp',
201 'resources/infographic_remote_assistance.webp', 202 'resources/infographic_remote_assistance.webp',
202 'resources/plus.webp', 203 'resources/plus.webp',
203 'resources/reload.webp', 204 'resources/reload.webp',
204 'resources/tick.webp', 205 'resources/tick.webp',
205 'webapp/connection_stats.css', 206 'webapp/connection_stats.css',
206 'webapp/main.css', 207 'webapp/main.css',
207 'webapp/menu_button.css', 208 'webapp/menu_button.css',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'webapp/html/dialog_token_refresh_failed.html', 247 'webapp/html/dialog_token_refresh_failed.html',
247 'webapp/html/toolbar.html', 248 'webapp/html/toolbar.html',
248 'webapp/html/ui_header.html', 249 'webapp/html/ui_header.html',
249 'webapp/html/ui_it2me.html', 250 'webapp/html/ui_it2me.html',
250 'webapp/html/ui_me2me.html', 251 'webapp/html/ui_me2me.html',
251 'webapp/html/window_frame.html', 252 'webapp/html/window_frame.html',
252 ], 253 ],
253 254
254 }, 255 },
255 } 256 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/icon_options.webp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698