| Index: tools/grit/grit/format/rc.py
|
| diff --git a/tools/grit/grit/format/rc.py b/tools/grit/grit/format/rc.py
|
| index 13834b7dfaaa5e6da71c4da1e79b442e4b152321..3e999c4bf2a3aa86e3d34a136f5daa1f75d2c661 100644
|
| --- a/tools/grit/grit/format/rc.py
|
| +++ b/tools/grit/grit/format/rc.py
|
| @@ -424,6 +424,8 @@ class RcInclude(interface.ItemFormatter):
|
| # if needed (e.g. if it is an HTML file include).
|
| filename = os.path.abspath(item.FileForLanguage(lang, output_dir))
|
| if self.flatten_html:
|
| + # TODO(akalin): Flatten to a subdirectory of output_dir, lest we
|
| + # run into bugs like http://crbug.com/69633.
|
| item.Flatten(output_dir)
|
| # The flattened file is in the output dir.
|
| filename = os.path.basename(filename)
|
|
|