| Index: javatests/DomDistillerJsTest.gwt.xml
|
| diff --git a/javatests/DomDistillerJsTest.gwt.xml b/javatests/DomDistillerJsTest.gwt.xml
|
| index 21f45281e50bf1c8a9529d2ed9f932aa0125bd34..7265e4b07502d3d3f1545e019ee3141f5abfca99 100644
|
| --- a/javatests/DomDistillerJsTest.gwt.xml
|
| +++ b/javatests/DomDistillerJsTest.gwt.xml
|
| @@ -29,11 +29,8 @@
|
| </generate-with>
|
|
|
| <!-- Specify the paths for translatable code -->
|
| - <source path='org/chromium/distiller'>
|
| - <exclude name="rebind/*" />
|
| - <exclude name="dev/*" />
|
| - </source>
|
| + <source path='org/chromium/distiller' excludes='rebind/*'/>
|
|
|
| - <define-linker name="distillerlinker" class="org.chromium.distiller.dev.DistillerScriptLinker" />
|
| - <add-linker name='distillerlinker'/>
|
| + <!-- Use the SingleScriptLinker. -->
|
| + <add-linker name='sso'/>
|
| </module>
|
|
|