OLD | NEW |
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> |
OLD | NEW |