| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'webapp/toolbar.js', | 159 'webapp/toolbar.js', |
| 160 'webapp/ui_mode.js', | 160 'webapp/ui_mode.js', |
| 161 'webapp/wcs.js', | 161 'webapp/wcs.js', |
| 162 'webapp/wcs_loader.js', | 162 'webapp/wcs_loader.js', |
| 163 'webapp/xhr.js', | 163 'webapp/xhr.js', |
| 164 'resources/chromoting16.png', | 164 'resources/chromoting16.png', |
| 165 'resources/chromoting48.png', | 165 'resources/chromoting48.png', |
| 166 'resources/chromoting128.png', | 166 'resources/chromoting128.png', |
| 167 'resources/disclosure_arrow_down.png', | 167 'resources/disclosure_arrow_down.png', |
| 168 'resources/disclosure_arrow_right.png', | 168 'resources/disclosure_arrow_right.png', |
| 169 'resources/infographic_my_computers.png', |
| 170 'resources/infographic_remote_assistance.png', |
| 169 'resources/tick.png', | 171 'resources/tick.png', |
| 170 ], | 172 ], |
| 171 }, | 173 }, |
| 172 | 174 |
| 173 'target_defaults': { | 175 'target_defaults': { |
| 174 'defines': [ | 176 'defines': [ |
| 175 ], | 177 ], |
| 176 'include_dirs': [ | 178 'include_dirs': [ |
| 177 '..', # Root of Chrome checkout | 179 '..', # Root of Chrome checkout |
| 178 ], | 180 ], |
| (...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1303 '../base/allocator/allocator.gyp:allocator', | 1305 '../base/allocator/allocator.gyp:allocator', |
| 1304 ], | 1306 ], |
| 1305 }, | 1307 }, |
| 1306 ], | 1308 ], |
| 1307 ], | 1309 ], |
| 1308 }], | 1310 }], |
| 1309 ], # end of 'conditions' | 1311 ], # end of 'conditions' |
| 1310 }, # end of target 'remoting_unittests' | 1312 }, # end of target 'remoting_unittests' |
| 1311 ], # end of targets | 1313 ], # end of targets |
| 1312 } | 1314 } |
| OLD | NEW |