| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'webapp/format_iq.js', | 138 'webapp/format_iq.js', |
| 139 'webapp/host_list.js', | 139 'webapp/host_list.js', |
| 140 'webapp/host_screen.js', | 140 'webapp/host_screen.js', |
| 141 'webapp/host_session.js', | 141 'webapp/host_session.js', |
| 142 'webapp/host_table_entry.js', | 142 'webapp/host_table_entry.js', |
| 143 'webapp/l10n.js', | 143 'webapp/l10n.js', |
| 144 'webapp/log_to_server.js', | 144 'webapp/log_to_server.js', |
| 145 'webapp/main.css', | 145 'webapp/main.css', |
| 146 'webapp/main.html', | 146 'webapp/main.html', |
| 147 'webapp/manifest.json', | 147 'webapp/manifest.json', |
| 148 'webapp/menu_button.css', |
| 149 'webapp/menu_button.js', |
| 148 'webapp/oauth2.js', | 150 'webapp/oauth2.js', |
| 149 'webapp/oauth2_callback.html', | 151 'webapp/oauth2_callback.html', |
| 150 'webapp/plugin_settings.js', | 152 'webapp/plugin_settings.js', |
| 151 'webapp/remoting.js', | 153 'webapp/remoting.js', |
| 152 'webapp/scale-to-fit.png', | 154 'webapp/scale-to-fit.png', |
| 153 'webapp/server_log_entry.js', | 155 'webapp/server_log_entry.js', |
| 154 'webapp/spinner.gif', | 156 'webapp/spinner.gif', |
| 155 'webapp/stats_accumulator.js', | 157 'webapp/stats_accumulator.js', |
| 156 'webapp/toolbar.css', | 158 'webapp/toolbar.css', |
| 157 'webapp/toolbar.js', | 159 'webapp/toolbar.js', |
| 158 'webapp/ui_mode.js', | 160 'webapp/ui_mode.js', |
| 159 'webapp/wcs.js', | 161 'webapp/wcs.js', |
| 160 'webapp/wcs_loader.js', | 162 'webapp/wcs_loader.js', |
| 161 'webapp/xhr.js', | 163 'webapp/xhr.js', |
| 162 'resources/chromoting16.png', | 164 'resources/chromoting16.png', |
| 163 'resources/chromoting48.png', | 165 'resources/chromoting48.png', |
| 164 'resources/chromoting128.png', | 166 'resources/chromoting128.png', |
| 165 'resources/disclosure_arrow_down.png', | 167 'resources/disclosure_arrow_down.png', |
| 166 'resources/disclosure_arrow_right.png', | 168 'resources/disclosure_arrow_right.png', |
| 169 'resources/tick.png', |
| 167 ], | 170 ], |
| 168 }, | 171 }, |
| 169 | 172 |
| 170 'target_defaults': { | 173 'target_defaults': { |
| 171 'defines': [ | 174 'defines': [ |
| 172 ], | 175 ], |
| 173 'include_dirs': [ | 176 'include_dirs': [ |
| 174 '..', # Root of Chrome checkout | 177 '..', # Root of Chrome checkout |
| 175 ], | 178 ], |
| 176 }, | 179 }, |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1266 '../base/allocator/allocator.gyp:allocator', | 1269 '../base/allocator/allocator.gyp:allocator', |
| 1267 ], | 1270 ], |
| 1268 }, | 1271 }, |
| 1269 ], | 1272 ], |
| 1270 ], | 1273 ], |
| 1271 }], | 1274 }], |
| 1272 ], # end of 'conditions' | 1275 ], # end of 'conditions' |
| 1273 }, # end of target 'remoting_unittests' | 1276 }, # end of target 'remoting_unittests' |
| 1274 ], # end of targets | 1277 ], # end of targets |
| 1275 } | 1278 } |
| OLD | NEW |