Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Side by Side Diff: builder/build-wipbackend/backendIterator.xml

Issue 11829027: drop old backends (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | features/org.chromium.sdk.wipbackends/feature.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « no previous file | features/org.chromium.sdk.wipbackends/feature.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698