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

Side by Side Diff: test/com/dom_distiller/DomDistillerJUnit.gwt.xml

Issue 762563003: Roll gwt to 2.7.0 (from 2.5.1) (Closed) Base URL: https://code.google.com/p/dom-distiller/@master
Patch Set: Created 6 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- 2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved. 3 Copyright 2014 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 <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN" 7 <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN"
8 "http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/sr c/gwt-module.dtd"> 8 "http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/sr c/gwt-module.dtd">
9 <module> 9 <module>
10 <inherits name='DomDistiller'/> 10 <inherits name='DomDistiller'/>
11 <inherits name='TestProto'/> 11 <inherits name='TestProto'/>
12
13 <define-linker name='xsi' class='com.google.gwt.core.linker.CrossSiteIframeLin ker'/>
14 <add-linker name='xsi'/>
12 </module> 15 </module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698