Commit 06d4f0d8 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

move_blink_source.py: Update #include starting with "controller/" too.

Bug: 578345
Change-Id: Ibcc9a89408ac2fdef8590f0e07be08a73923c069
Reviewed-on: https://chromium-review.googlesource.com/950506Reviewed-by: default avatarQuinten Yearsley <qyearsley@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541250}
parent 68cf282a
......@@ -529,7 +529,7 @@ Bug: 768828
return '#%s "%s"' % (include_or_import, path)
def _update_cpp_includes(self, content):
pattern = re.compile(r'#(include|import)\s+"((bindings|core|modules|platform|public|' +
pattern = re.compile(r'#(include|import)\s+"((bindings|controller||core|modules|platform|public|' +
r'third_party/WebKit/(Source|common|public))/[-_\w/.]+)"')
return pattern.sub(self._replace_include_path, 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