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

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: Added JSCompiler hints. 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 10
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'webapp/menu_button.css', 165 'webapp/menu_button.css',
166 'webapp/menu_button.js', 166 'webapp/menu_button.js',
167 'webapp/oauth2.js', 167 'webapp/oauth2.js',
168 'webapp/oauth2_callback.html', 168 'webapp/oauth2_callback.html',
169 'webapp/plugin_settings.js', 169 'webapp/plugin_settings.js',
170 'webapp/remoting.js', 170 'webapp/remoting.js',
171 'webapp/scale-to-fit.png', 171 'webapp/scale-to-fit.png',
172 'webapp/server_log_entry.js', 172 'webapp/server_log_entry.js',
173 'webapp/spinner.gif', 173 'webapp/spinner.gif',
174 'webapp/stats_accumulator.js', 174 'webapp/stats_accumulator.js',
175 'webapp/suspend_monitor.js',
175 'webapp/toolbar.css', 176 'webapp/toolbar.css',
176 'webapp/toolbar.js', 177 'webapp/toolbar.js',
177 'webapp/ui_mode.js', 178 'webapp/ui_mode.js',
178 'webapp/wcs.js', 179 'webapp/wcs.js',
179 'webapp/wcs_loader.js', 180 'webapp/wcs_loader.js',
180 'webapp/xhr.js', 181 'webapp/xhr.js',
181 ], 182 ],
182 'remoting_host_installer_mac_roots': [ 183 'remoting_host_installer_mac_roots': [
183 'host/installer/mac/', 184 'host/installer/mac/',
184 '<(DEPTH)/chrome/installer/mac/', 185 '<(DEPTH)/chrome/installer/mac/',
(...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1856 '../base/allocator/allocator.gyp:allocator', 1857 '../base/allocator/allocator.gyp:allocator',
1857 ], 1858 ],
1858 }, 1859 },
1859 ], 1860 ],
1860 ], 1861 ],
1861 }], 1862 }],
1862 ], # end of 'conditions' 1863 ], # end of 'conditions'
1863 }, # end of target 'remoting_unittests' 1864 }, # end of target 'remoting_unittests'
1864 ], # end of targets 1865 ], # end of targets
1865 } 1866 }
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