| Index: tools/grit/grit/gather/chrome_html.py
|
| diff --git a/tools/grit/grit/gather/chrome_html.py b/tools/grit/grit/gather/chrome_html.py
|
| index a8f8eb8ddbf8943af4c061ffb96b56eab246baaf..a2156478e604a9e4b70aebdef2c1e4297edab557 100755
|
| --- a/tools/grit/grit/gather/chrome_html.py
|
| +++ b/tools/grit/grit/gather/chrome_html.py
|
| @@ -349,6 +349,7 @@ class ChromeHtml(interface.GathererBase):
|
| filename,
|
| self.grd_node,
|
| allow_external_script = self.allow_external_script_,
|
| + strip_whitespace=True,
|
| preprocess_only = self.preprocess_only_,
|
| rewrite_function=lambda fp, t, d: ProcessImageSets(
|
| fp, t, self.scale_factors_, d,
|
|
|