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

Unified Diff: javatests/DomDistillerJsTest.gwt.xml

Issue 2607423002: Revert "Replace create_standalone_js.py with a custom GWT linker" (Closed)
Patch Set: Created 3 years, 12 months 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
« no previous file with comments | « java/org/chromium/distiller/dev/DistillerScriptLinker.java ('k') | war/test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « java/org/chromium/distiller/dev/DistillerScriptLinker.java ('k') | war/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698