| OLD | NEW |
| 1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 | 8 |
| 9 <project name="List of all wip backends that should be built." basedir="."> | 9 <project name="List of all wip backends that should be built." basedir="."> |
| 10 | 10 |
| 11 <target name="iterateWipBackends"> | 11 <target name="iterateWipBackends"> |
| 12 <antcall target="${callback}"> | 12 <antcall target="${callback}"> |
| 13 <param name="backendName" value="protocol_1_0"/> | 13 <param name="backendName" value="protocol_1_0"/> |
| 14 </antcall> | 14 </antcall> |
| 15 | 15 |
| 16 <antcall target="${callback}"> | |
| 17 <param name="backendName" value="wk118685"/> | |
| 18 </antcall> | |
| 19 <antcall target="${callback}"> | |
| 20 <param name="backendName" value="wk120709"/> | |
| 21 </antcall> | |
| 22 </target> | 16 </target> |
| 23 | 17 |
| 24 </project> | 18 </project> |
| OLD | NEW |