| Index: java/DomDistiller.gwt.xml
|
| diff --git a/java/DomDistiller.gwt.xml b/java/DomDistiller.gwt.xml
|
| index 4a14ddb2ac148a91a7083fb162872fe1ca05f4e7..c9c2af183c59bbb991e0e749f12149474e50003c 100644
|
| --- a/java/DomDistiller.gwt.xml
|
| +++ b/java/DomDistiller.gwt.xml
|
| @@ -20,10 +20,8 @@
|
| <entry-point class='org.chromium.distiller.DomDistillerEntry'/>
|
|
|
| <!-- Specify the paths for translatable code -->
|
| - <source path='org/chromium/distiller'>
|
| - <exclude name="dev/*" />
|
| - </source>
|
| + <source path='org/chromium/distiller'/>
|
|
|
| - <define-linker name="distillerlinker" class="org.chromium.distiller.dev.DistillerScriptLinker" />
|
| - <add-linker name='distillerlinker'/>
|
| + <!-- Use the SingleScriptLinker. -->
|
| + <add-linker name='sso'/>
|
| </module>
|
|
|