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

Unified Diff: src/DomDistiller.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, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: src/DomDistiller.gwt.xml
diff --git a/src/DomDistiller.gwt.xml b/src/DomDistiller.gwt.xml
index 8de198fb0ad8b00efb3fbd5b97bcdefa222ccf36..825b0c875cad21b33fa08cb147d263e582edcb60 100644
--- a/src/DomDistiller.gwt.xml
+++ b/src/DomDistiller.gwt.xml
@@ -12,9 +12,6 @@
<inherits name='com.google.gwt.json.JSON'/>
<inherits name='Proto'/>
- <inherits name='org.timepedia.exporter.Exporter'/>
- <set-property name='export' value='yes'/>
-
<set-property name='gwt.logging.enabled' value='TRUE'/>
<set-property name='user.agent' value='safari'/>
@@ -25,6 +22,9 @@
<source path='com/dom_distiller/client'/>
<source path='de'/>
+ <define-linker name='sso' class='com.google.gwt.core.linker.SingleScriptLinker'/>
nyquist 2014/12/02 06:31:03 Nit: Why 'sso' and not 'ssl'?
cjhopman 2014/12/02 20:10:35 Because that's what gwt uses for the abbreviation
+ <add-linker name='sso'/>
+
<!-- This provides simple implementations of java platform features used by boilerpipe but not
available in a gwt project -->
<super-source path='fake_java_platform'/>

Powered by Google App Engine
This is Rietveld 408576698