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

Side by Side Diff: remoting/remoting.gyp

Issue 9610003: Use classList in host_table_entry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/host_table_entry.js » ('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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'webapp/oauth2_callback.html', 133 'webapp/oauth2_callback.html',
134 'webapp/plugin_settings.js', 134 'webapp/plugin_settings.js',
135 'webapp/remoting.js', 135 'webapp/remoting.js',
136 'webapp/scale-to-fit.png', 136 'webapp/scale-to-fit.png',
137 'webapp/server_log_entry.js', 137 'webapp/server_log_entry.js',
138 'webapp/spinner.gif', 138 'webapp/spinner.gif',
139 'webapp/stats_accumulator.js', 139 'webapp/stats_accumulator.js',
140 'webapp/toolbar.css', 140 'webapp/toolbar.css',
141 'webapp/toolbar.js', 141 'webapp/toolbar.js',
142 'webapp/ui_mode.js', 142 'webapp/ui_mode.js',
143 'webapp/util.js',
144 'webapp/wcs.js', 143 'webapp/wcs.js',
145 'webapp/wcs_loader.js', 144 'webapp/wcs_loader.js',
146 'webapp/xhr.js', 145 'webapp/xhr.js',
147 'resources/chromoting16.png', 146 'resources/chromoting16.png',
148 'resources/chromoting48.png', 147 'resources/chromoting48.png',
149 'resources/chromoting128.png', 148 'resources/chromoting128.png',
150 'resources/disclosure_arrow_down.png', 149 'resources/disclosure_arrow_down.png',
151 'resources/disclosure_arrow_right.png', 150 'resources/disclosure_arrow_right.png',
152 ], 151 ],
153 }, 152 },
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 '../base/allocator/allocator.gyp:allocator', 1061 '../base/allocator/allocator.gyp:allocator',
1063 ], 1062 ],
1064 }, 1063 },
1065 ], 1064 ],
1066 ], 1065 ],
1067 }], 1066 }],
1068 ], # end of 'conditions' 1067 ], # end of 'conditions'
1069 }, # end of target 'remoting_unittests' 1068 }, # end of target 'remoting_unittests'
1070 ], # end of targets 1069 ], # end of targets
1071 } 1070 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/host_table_entry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698