Commit e3b51696 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

move_blink_source.py: Do not qualify #includes in bindings/tests/results/ files.

We don't need to update #includes in generated files.

Bug: 578345
Change-Id: Ib559f672d1aa535967a71143bf56131dca890e1d
Reviewed-on: https://chromium-review.googlesource.com/991272Reviewed-by: default avatarQuinten Yearsley <qyearsley@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547924}
parent 8bc8a796
......@@ -519,6 +519,8 @@ Bug: 768828
'.h.tmpl', 'xpath_grammar.y', '.gperf')))
for file_path in files:
posix_file_path = file_path.replace('\\', '/')
if '/third_party/WebKit/Source/bindings/tests/results/' in posix_file_path:
continue
original_content = self._fs.read_text_file(file_path)
content = self._update_cpp_includes(original_content)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment