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

Side by Side Diff: remoting/remoting.gyp

Issue 23441022: Add a reload button to host list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/resources/reload.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'resources/chromoting128.webp', 119 'resources/chromoting128.webp',
120 'resources/disclosure_arrow_down.webp', 120 'resources/disclosure_arrow_down.webp',
121 'resources/disclosure_arrow_right.webp', 121 'resources/disclosure_arrow_right.webp',
122 'resources/host_setup_instructions.webp', 122 'resources/host_setup_instructions.webp',
123 'resources/icon_cross.webp', 123 'resources/icon_cross.webp',
124 'resources/icon_host.webp', 124 'resources/icon_host.webp',
125 'resources/icon_pencil.webp', 125 'resources/icon_pencil.webp',
126 'resources/icon_warning.webp', 126 'resources/icon_warning.webp',
127 'resources/infographic_my_computers.webp', 127 'resources/infographic_my_computers.webp',
128 'resources/infographic_remote_assistance.webp', 128 'resources/infographic_remote_assistance.webp',
129 'resources/reload.webp',
129 'resources/tick.webp', 130 'resources/tick.webp',
130 'webapp/connection_history.css', 131 'webapp/connection_history.css',
131 'webapp/connection_stats.css', 132 'webapp/connection_stats.css',
132 'webapp/main.css', 133 'webapp/main.css',
133 'webapp/main.html', 134 'webapp/main.html',
134 'webapp/manifest.json', 135 'webapp/manifest.json',
135 'webapp/menu_button.css', 136 'webapp/menu_button.css',
136 'webapp/oauth2_callback.html', 137 'webapp/oauth2_callback.html',
137 'webapp/open_sans.css', 138 'webapp/open_sans.css',
138 'webapp/open_sans.woff', 139 'webapp/open_sans.woff',
(...skipping 2790 matching lines...) Expand 10 before | Expand all | Expand 10 after
2929 '../base/allocator/allocator.gyp:allocator', 2930 '../base/allocator/allocator.gyp:allocator',
2930 ], 2931 ],
2931 }, 2932 },
2932 ], 2933 ],
2933 ], 2934 ],
2934 }], # end of 'toolkit_uses_gtk == 1' 2935 }], # end of 'toolkit_uses_gtk == 1'
2935 ], # end of 'conditions' 2936 ], # end of 'conditions'
2936 }, # end of target 'remoting_unittests' 2937 }, # end of target 'remoting_unittests'
2937 ], # end of targets 2938 ], # end of targets
2938 } 2939 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/reload.webp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698