Commit ba08b886 authored by Koji Ishii's avatar Koji Ishii Committed by Commit Bot

[LayoutNG] Add layout_ng try bots for core/paint/ng and FlagExpectations

This patch adds layout_ng try bots for following directories:
- Source/core/paint/ng
- LayoutTests/FlagExpectations/enable-blink-features=LayoutNG
- LayoutTests/flag-specific/enable-blink-features=LayoutNG
in the same way as slimming-paint does.

Bug: 591099, 708452
Change-Id: I1d4f5d0655794837f6292f0030862cece6db4f55
Reviewed-on: https://chromium-review.googlesource.com/822553Reviewed-by: default avatarEmil A Eklund <eae@chromium.org>
Reviewed-by: default avatarQuinten Yearsley <qyearsley@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#523604}
parent 0d869d70
...@@ -205,6 +205,12 @@ def _AreLayoutNGDirectoriesModified(change): # pylint: disable=C0103 ...@@ -205,6 +205,12 @@ def _AreLayoutNGDirectoriesModified(change): # pylint: disable=C0103
layout_ng_paths = [ layout_ng_paths = [
os.path.join('third_party', 'WebKit', 'Source', 'core', 'layout', os.path.join('third_party', 'WebKit', 'Source', 'core', 'layout',
'ng'), 'ng'),
os.path.join('third_party', 'WebKit', 'Source', 'core', 'paint',
'ng'),
os.path.join('third_party', 'WebKit', 'LayoutTests', 'FlagExpectations',
'enable-blink-features=LayoutNG'),
os.path.join('third_party', 'WebKit', 'LayoutTests', 'flag-specific',
'enable-blink-features=LayoutNG'),
] ]
for affected_file in change.AffectedFiles(): for affected_file in change.AffectedFiles():
file_path = affected_file.LocalPath() file_path = affected_file.LocalPath()
......
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