OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |