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

Unified Diff: java/DomDistiller.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 | « create_standalone_js.py ('k') | java/org/chromium/distiller/dev/DistillerScriptLinker.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « create_standalone_js.py ('k') | java/org/chromium/distiller/dev/DistillerScriptLinker.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698