| Index: tools/grit/grit/node/structure.py
|
| diff --git a/tools/grit/grit/node/structure.py b/tools/grit/grit/node/structure.py
|
| index 331a646cb5217dd20a879d83e9c5661c3e9a5369..07fe6492f118a182bb40cfec238347830d7582f9 100755
|
| --- a/tools/grit/grit/node/structure.py
|
| +++ b/tools/grit/grit/node/structure.py
|
| @@ -138,6 +138,9 @@ class StructureNode(base.Node):
|
| # output of platform.system().
|
| 'run_command_on_platforms' : '',
|
| 'allowexternalscript': 'false',
|
| + # preprocess takes the same code path as flattenhtml, but it
|
| + # disables any processing/inlining outside of <if> and <include>.
|
| + 'preprocess': 'false',
|
| 'flattenhtml': 'false',
|
| 'fallback_to_low_resolution': 'default',
|
| # TODO(joi) this is a hack - should output all generated files
|
|
|