| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 'webapp/toolbar.js', | 157 'webapp/toolbar.js', |
| 158 'webapp/ui_mode.js', | 158 'webapp/ui_mode.js', |
| 159 'webapp/wcs.js', | 159 'webapp/wcs.js', |
| 160 'webapp/wcs_loader.js', | 160 'webapp/wcs_loader.js', |
| 161 'webapp/xhr.js', | 161 'webapp/xhr.js', |
| 162 'resources/chromoting16.png', | 162 'resources/chromoting16.png', |
| 163 'resources/chromoting48.png', | 163 'resources/chromoting48.png', |
| 164 'resources/chromoting128.png', | 164 'resources/chromoting128.png', |
| 165 'resources/disclosure_arrow_down.png', | 165 'resources/disclosure_arrow_down.png', |
| 166 'resources/disclosure_arrow_right.png', | 166 'resources/disclosure_arrow_right.png', |
| 167 'resources/infographic_my_computers.png', |
| 168 'resources/infographic_remote_assistance.png', |
| 167 ], | 169 ], |
| 168 }, | 170 }, |
| 169 | 171 |
| 170 'target_defaults': { | 172 'target_defaults': { |
| 171 'defines': [ | 173 'defines': [ |
| 172 ], | 174 ], |
| 173 'include_dirs': [ | 175 'include_dirs': [ |
| 174 '..', # Root of Chrome checkout | 176 '..', # Root of Chrome checkout |
| 175 ], | 177 ], |
| 176 }, | 178 }, |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1266 '../base/allocator/allocator.gyp:allocator', | 1268 '../base/allocator/allocator.gyp:allocator', |
| 1267 ], | 1269 ], |
| 1268 }, | 1270 }, |
| 1269 ], | 1271 ], |
| 1270 ], | 1272 ], |
| 1271 }], | 1273 }], |
| 1272 ], # end of 'conditions' | 1274 ], # end of 'conditions' |
| 1273 }, # end of target 'remoting_unittests' | 1275 }, # end of target 'remoting_unittests' |
| 1274 ], # end of targets | 1276 ], # end of targets |
| 1275 } | 1277 } |
| OLD | NEW |