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

Side by Side Diff: remoting/remoting.gyp

Issue 10825187: Suppress "errors" that aren't really errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed JSCompile error. Created 8 years, 4 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/webapp/client_screen.js » ('j') | remoting/webapp/client_session.js » ('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 'remoting_audio': 0, 10 'remoting_audio': 0,
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'webapp/menu_button.css', 156 'webapp/menu_button.css',
157 'webapp/menu_button.js', 157 'webapp/menu_button.js',
158 'webapp/oauth2.js', 158 'webapp/oauth2.js',
159 'webapp/oauth2_callback.html', 159 'webapp/oauth2_callback.html',
160 'webapp/plugin_settings.js', 160 'webapp/plugin_settings.js',
161 'webapp/remoting.js', 161 'webapp/remoting.js',
162 'webapp/scale-to-fit.png', 162 'webapp/scale-to-fit.png',
163 'webapp/server_log_entry.js', 163 'webapp/server_log_entry.js',
164 'webapp/spinner.gif', 164 'webapp/spinner.gif',
165 'webapp/stats_accumulator.js', 165 'webapp/stats_accumulator.js',
166 'webapp/suspend_monitor.js',
166 'webapp/toolbar.css', 167 'webapp/toolbar.css',
167 'webapp/toolbar.js', 168 'webapp/toolbar.js',
168 'webapp/ui_mode.js', 169 'webapp/ui_mode.js',
169 'webapp/wcs.js', 170 'webapp/wcs.js',
170 'webapp/wcs_loader.js', 171 'webapp/wcs_loader.js',
171 'webapp/xhr.js', 172 'webapp/xhr.js',
172 ], 173 ],
173 'remoting_host_installer_mac_roots': [ 174 'remoting_host_installer_mac_roots': [
174 'host/installer/mac/', 175 'host/installer/mac/',
175 '<(DEPTH)/chrome/installer/mac/', 176 '<(DEPTH)/chrome/installer/mac/',
(...skipping 1647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 '../base/allocator/allocator.gyp:allocator', 1824 '../base/allocator/allocator.gyp:allocator',
1824 ], 1825 ],
1825 }, 1826 },
1826 ], 1827 ],
1827 ], 1828 ],
1828 }], 1829 }],
1829 ], # end of 'conditions' 1830 ], # end of 'conditions'
1830 }, # end of target 'remoting_unittests' 1831 }, # end of target 'remoting_unittests'
1831 ], # end of targets 1832 ], # end of targets
1832 } 1833 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/client_screen.js » ('j') | remoting/webapp/client_session.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698