Commit 667d93e9 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

move_blink_source.py: Update //tools/cfi/blacklist.txt and //tools/include_tracer.py

Bug: 578345
Change-Id: I4da3ad3167bb8317c4273c832aac3e4308610c06
Reviewed-on: https://chromium-review.googlesource.com/991313Reviewed-by: default avatarQuinten Yearsley <qyearsley@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547910}
parent d12d23d0
...@@ -182,9 +182,13 @@ class MoveBlinkSource(object): ...@@ -182,9 +182,13 @@ class MoveBlinkSource(object):
[('third_party/WebKit/Source', 'third_party/blink/renderer')]), [('third_party/WebKit/Source', 'third_party/blink/renderer')]),
('tools/android/loading/request_track.py', ('tools/android/loading/request_track.py',
[('third_party/WebKit/Source', 'third_party/blink/renderer')]), [('third_party/WebKit/Source', 'third_party/blink/renderer')]),
('tools/cfi/blacklist.txt',
[('third_party/WebKit/Source', 'third_party/blink/renderer')]),
('tools/gritsettings/resource_ids', ('tools/gritsettings/resource_ids',
[('third_party/WebKit/public', 'third_party/blink/public'), [('third_party/WebKit/public', 'third_party/blink/public'),
('third_party/WebKit/Source', 'third_party/blink/renderer')]), ('third_party/WebKit/Source', 'third_party/blink/renderer')]),
('tools/include_tracer.py',
[('third_party/WebKit/Source', 'third_party/blink/renderer')]),
('tools/metrics/actions/extract_actions.py', ('tools/metrics/actions/extract_actions.py',
[('third_party/WebKit/Source', 'third_party/blink/renderer')]), [('third_party/WebKit/Source', 'third_party/blink/renderer')]),
('tools/metrics/histograms/update_editor_commands.py', ('tools/metrics/histograms/update_editor_commands.py',
......
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