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

Side by Side Diff: third_party/gwt-2.7.0/gwt-module.dtd

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: rebase 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
« no previous file with comments | « third_party/gwt-2.7.0/gwt-ll.dll ('k') | third_party/gwt-2.7.0/gwt-servlet.jar » ('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" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- --> 2 <!-- -->
3 <!-- Copyright 2008 Google Inc. --> 3 <!-- Copyright 2008 Google Inc. -->
4 <!-- Licensed under the Apache License, Version 2.0 (the "License"); you --> 4 <!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
5 <!-- may not use this file except in compliance with the License. You may --> 5 <!-- may not use this file except in compliance with the License. You may -->
6 <!-- may obtain a copy of the License at --> 6 <!-- may obtain a copy of the License at -->
7 <!-- --> 7 <!-- -->
8 <!-- http://www.apache.org/licenses/LICENSE-2.0 --> 8 <!-- http://www.apache.org/licenses/LICENSE-2.0 -->
9 <!-- --> 9 <!-- -->
10 <!-- Unless required by applicable law or agreed to in writing, software --> 10 <!-- Unless required by applicable law or agreed to in writing, software -->
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 <!ELEMENT when-type-is EMPTY> 197 <!ELEMENT when-type-is EMPTY>
198 <!ATTLIST when-type-is 198 <!ATTLIST when-type-is
199 class CDATA #REQUIRED 199 class CDATA #REQUIRED
200 > 200 >
201 <!-- Predicate that ANDs all child conditions --> 201 <!-- Predicate that ANDs all child conditions -->
202 <!ELEMENT all (%predicates;)*> 202 <!ELEMENT all (%predicates;)*>
203 <!-- Predicate that ORs all child conditions --> 203 <!-- Predicate that ORs all child conditions -->
204 <!ELEMENT any (%predicates;)*> 204 <!ELEMENT any (%predicates;)*>
205 <!-- Predicate that NANDs all child conditions --> 205 <!-- Predicate that NANDs all child conditions -->
206 <!ELEMENT none (%predicates;)*> 206 <!ELEMENT none (%predicates;)*>
OLDNEW
« no previous file with comments | « third_party/gwt-2.7.0/gwt-ll.dll ('k') | third_party/gwt-2.7.0/gwt-servlet.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698