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

Side by Side Diff: features/org.chromium.sdk.wipbackends/feature.xml

Issue 8917012: Prepare Chrome 17 backend (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 9 years 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- 2 <!--
3 Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <feature 7 <feature
8 id="org.chromium.sdk.wipbackends" 8 id="org.chromium.sdk.wipbackends"
9 label="%featureName" 9 label="%featureName"
10 version="0.1.3.qualifier" 10 version="0.1.3.qualifier"
(...skipping 26 matching lines...) Expand all
37 version="0.0.0" 37 version="0.0.0"
38 unpack="false"/> 38 unpack="false"/>
39 39
40 <plugin 40 <plugin
41 id="org.chromium.sdk.wipbackend.wk97678" 41 id="org.chromium.sdk.wipbackend.wk97678"
42 download-size="0" 42 download-size="0"
43 install-size="0" 43 install-size="0"
44 version="0.0.0" 44 version="0.0.0"
45 unpack="false"/> 45 unpack="false"/>
46 46
47 <plugin
48 id="org.chromium.sdk.wipbackend.wk102439"
49 download-size="0"
50 install-size="0"
51 version="0.0.0"
52 unpack="false"/>
53
47 </feature> 54 </feature>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698