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

Side by Side Diff: remoting/remoting.gyp

Issue 10703034: Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated after UX input. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/resources/host_setup_instructions.png » ('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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 ], 109 ],
110 }, { # else: branding!="Chrome" 110 }, { # else: branding!="Chrome"
111 # Must match host/plugin/constants.h 111 # Must match host/plugin/constants.h
112 'host_plugin_name': 'Chromoting Host', 112 'host_plugin_name': 'Chromoting Host',
113 'remoting_webapp_locale_files': [ 113 'remoting_webapp_locale_files': [
114 'webapp/_locales/en/messages.json', 114 'webapp/_locales/en/messages.json',
115 ], 115 ],
116 }], 116 }],
117 ], 117 ],
118 'remoting_webapp_files': [ 118 'remoting_webapp_files': [
119 'resources/chromoting16.png',
120 'resources/chromoting48.png',
121 'resources/chromoting128.png',
122 'resources/disclosure_arrow_down.png',
123 'resources/disclosure_arrow_right.png',
124 'resources/host_setup_instructions.png',
119 'resources/icon_cross.png', 125 'resources/icon_cross.png',
120 'resources/icon_host.png', 126 'resources/icon_host.png',
121 'resources/icon_pencil.png', 127 'resources/icon_pencil.png',
122 'resources/icon_warning.png', 128 'resources/icon_warning.png',
129 'resources/infographic_my_computers.png',
130 'resources/infographic_remote_assistance.png',
131 'resources/tick.png',
123 'webapp/client_plugin.js', 132 'webapp/client_plugin.js',
124 'webapp/client_plugin_async.js', 133 'webapp/client_plugin_async.js',
125 'webapp/client_screen.js', 134 'webapp/client_screen.js',
126 'webapp/client_session.js', 135 'webapp/client_session.js',
127 'webapp/clipboard.js', 136 'webapp/clipboard.js',
128 'webapp/connection_history.css', 137 'webapp/connection_history.css',
129 'webapp/connection_history.js', 138 'webapp/connection_history.js',
130 'webapp/connection_stats.css', 139 'webapp/connection_stats.css',
131 'webapp/connection_stats.js', 140 'webapp/connection_stats.js',
132 'webapp/cs_oauth2_trampoline.js', 141 'webapp/cs_oauth2_trampoline.js',
(...skipping 19 matching lines...) Expand all
152 'webapp/scale-to-fit.png', 161 'webapp/scale-to-fit.png',
153 'webapp/server_log_entry.js', 162 'webapp/server_log_entry.js',
154 'webapp/spinner.gif', 163 'webapp/spinner.gif',
155 'webapp/stats_accumulator.js', 164 'webapp/stats_accumulator.js',
156 'webapp/toolbar.css', 165 'webapp/toolbar.css',
157 'webapp/toolbar.js', 166 'webapp/toolbar.js',
158 'webapp/ui_mode.js', 167 'webapp/ui_mode.js',
159 'webapp/wcs.js', 168 'webapp/wcs.js',
160 'webapp/wcs_loader.js', 169 'webapp/wcs_loader.js',
161 'webapp/xhr.js', 170 'webapp/xhr.js',
162 'resources/chromoting16.png',
163 'resources/chromoting48.png',
164 'resources/chromoting128.png',
165 'resources/disclosure_arrow_down.png',
166 'resources/disclosure_arrow_right.png',
167 'resources/infographic_my_computers.png',
168 'resources/infographic_remote_assistance.png',
169 'resources/tick.png',
170 ], 171 ],
171 'remoting_host_installer_mac_roots': [ 172 'remoting_host_installer_mac_roots': [
172 'host/installer/mac/', 173 'host/installer/mac/',
173 '<(DEPTH)/chrome/installer/mac/', 174 '<(DEPTH)/chrome/installer/mac/',
174 ], 175 ],
175 'remoting_host_installer_mac_files': [ 176 'remoting_host_installer_mac_files': [
176 'host/installer/mac/do_signing.sh', 177 'host/installer/mac/do_signing.sh',
177 'host/installer/mac/ChromotingHost.packproj', 178 'host/installer/mac/ChromotingHost.packproj',
178 'host/installer/mac/ChromotingHostService.packproj', 179 'host/installer/mac/ChromotingHostService.packproj',
179 'host/installer/mac/ChromotingHostUninstaller.packproj', 180 'host/installer/mac/ChromotingHostUninstaller.packproj',
(...skipping 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 '../base/allocator/allocator.gyp:allocator', 1770 '../base/allocator/allocator.gyp:allocator',
1770 ], 1771 ],
1771 }, 1772 },
1772 ], 1773 ],
1773 ], 1774 ],
1774 }], 1775 }],
1775 ], # end of 'conditions' 1776 ], # end of 'conditions'
1776 }, # end of target 'remoting_unittests' 1777 }, # end of target 'remoting_unittests'
1777 ], # end of targets 1778 ], # end of targets
1778 } 1779 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/host_setup_instructions.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698