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

Side by Side Diff: remoting/remoting.gyp

Issue 9884001: Added screen options menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/tick.png » ('j') | remoting/webapp/main.css » ('J')
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'webapp/format_iq.js', 138 'webapp/format_iq.js',
139 'webapp/host_list.js', 139 'webapp/host_list.js',
140 'webapp/host_screen.js', 140 'webapp/host_screen.js',
141 'webapp/host_session.js', 141 'webapp/host_session.js',
142 'webapp/host_table_entry.js', 142 'webapp/host_table_entry.js',
143 'webapp/l10n.js', 143 'webapp/l10n.js',
144 'webapp/log_to_server.js', 144 'webapp/log_to_server.js',
145 'webapp/main.css', 145 'webapp/main.css',
146 'webapp/main.html', 146 'webapp/main.html',
147 'webapp/manifest.json', 147 'webapp/manifest.json',
148 'webapp/menu_button.css',
149 'webapp/menu_button.js',
148 'webapp/oauth2.js', 150 'webapp/oauth2.js',
149 'webapp/oauth2_callback.html', 151 'webapp/oauth2_callback.html',
150 'webapp/plugin_settings.js', 152 'webapp/plugin_settings.js',
151 'webapp/remoting.js', 153 'webapp/remoting.js',
152 'webapp/scale-to-fit.png', 154 'webapp/scale-to-fit.png',
153 'webapp/server_log_entry.js', 155 'webapp/server_log_entry.js',
154 'webapp/spinner.gif', 156 'webapp/spinner.gif',
155 'webapp/stats_accumulator.js', 157 'webapp/stats_accumulator.js',
156 'webapp/toolbar.css', 158 'webapp/toolbar.css',
157 'webapp/toolbar.js', 159 'webapp/toolbar.js',
158 'webapp/ui_mode.js', 160 'webapp/ui_mode.js',
159 'webapp/wcs.js', 161 'webapp/wcs.js',
160 'webapp/wcs_loader.js', 162 'webapp/wcs_loader.js',
161 'webapp/xhr.js', 163 'webapp/xhr.js',
162 'resources/chromoting16.png', 164 'resources/chromoting16.png',
163 'resources/chromoting48.png', 165 'resources/chromoting48.png',
164 'resources/chromoting128.png', 166 'resources/chromoting128.png',
165 'resources/disclosure_arrow_down.png', 167 'resources/disclosure_arrow_down.png',
166 'resources/disclosure_arrow_right.png', 168 'resources/disclosure_arrow_right.png',
169 'resources/tick.png',
167 ], 170 ],
168 }, 171 },
169 172
170 'target_defaults': { 173 'target_defaults': {
171 'defines': [ 174 'defines': [
172 ], 175 ],
173 'include_dirs': [ 176 'include_dirs': [
174 '..', # Root of Chrome checkout 177 '..', # Root of Chrome checkout
175 ], 178 ],
176 }, 179 },
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 '../base/allocator/allocator.gyp:allocator', 1269 '../base/allocator/allocator.gyp:allocator',
1267 ], 1270 ],
1268 }, 1271 },
1269 ], 1272 ],
1270 ], 1273 ],
1271 }], 1274 }],
1272 ], # end of 'conditions' 1275 ], # end of 'conditions'
1273 }, # end of target 'remoting_unittests' 1276 }, # end of target 'remoting_unittests'
1274 ], # end of targets 1277 ], # end of targets
1275 } 1278 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/tick.png » ('j') | remoting/webapp/main.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698