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

Side by Side Diff: remoting/remoting.gyp

Issue 138503007: Remove remoting.ClientPlugin interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/all_js_load.gtestjs » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'webapp/open_sans.css', 138 'webapp/open_sans.css',
139 'webapp/open_sans.woff', 139 'webapp/open_sans.woff',
140 'webapp/scale-to-fit.webp', 140 'webapp/scale-to-fit.webp',
141 'webapp/spinner.gif', 141 'webapp/spinner.gif',
142 'webapp/toolbar.css', 142 'webapp/toolbar.css',
143 'webapp/wcs_sandbox.html', 143 'webapp/wcs_sandbox.html',
144 ], 144 ],
145 'remoting_webapp_js_files': [ 145 'remoting_webapp_js_files': [
146 'webapp/butter_bar.js', 146 'webapp/butter_bar.js',
147 'webapp/client_plugin.js', 147 'webapp/client_plugin.js',
148 'webapp/client_plugin_async.js',
149 'webapp/client_screen.js', 148 'webapp/client_screen.js',
150 'webapp/client_session.js', 149 'webapp/client_session.js',
151 'webapp/clipboard.js', 150 'webapp/clipboard.js',
152 'webapp/connection_history.js', 151 'webapp/connection_history.js',
153 'webapp/connection_stats.js', 152 'webapp/connection_stats.js',
154 'webapp/cs_oauth2_trampoline.js', 153 'webapp/cs_oauth2_trampoline.js',
155 'webapp/cs_third_party_auth_trampoline.js', 154 'webapp/cs_third_party_auth_trampoline.js',
156 'webapp/error.js', 155 'webapp/error.js',
157 'webapp/event_handlers.js', 156 'webapp/event_handlers.js',
158 'webapp/format_iq.js', 157 'webapp/format_iq.js',
(...skipping 2746 matching lines...) Expand 10 before | Expand all | Expand 10 after
2905 '../base/allocator/allocator.gyp:allocator', 2904 '../base/allocator/allocator.gyp:allocator',
2906 ], 2905 ],
2907 }, 2906 },
2908 ], 2907 ],
2909 ], 2908 ],
2910 }], # end of 'toolkit_uses_gtk == 1' 2909 }], # end of 'toolkit_uses_gtk == 1'
2911 ], # end of 'conditions' 2910 ], # end of 'conditions'
2912 }, # end of target 'remoting_unittests' 2911 }, # end of target 'remoting_unittests'
2913 ], # end of targets 2912 ], # end of targets
2914 } 2913 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/all_js_load.gtestjs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698