Commit f0cb8e17 authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

[LayoutNG] Add layout_ng try bots for core/editing

This patch adds LayoutNG bots for changes in
core/editing directory because of deep dependency.

Bug: 707656
Change-Id: Iafcf381f9fab5c8472917c3d7ca22d8c378ba2f7
Reviewed-on: https://chromium-review.googlesource.com/1116402Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570690}
parent 0080859a
......@@ -210,6 +210,7 @@ def _ArePaintOrCompositingDirectoriesModified(change): # pylint: disable=C0103
def _AreLayoutNGDirectoriesModified(change): # pylint: disable=C0103
"""Checks whether CL has changes to a layout ng directory."""
layout_ng_paths = [
os.path.join('third_party', 'blink', 'renderer', 'core', 'editing'),
os.path.join('third_party', 'blink', 'renderer', 'core', 'layout',
'ng'),
os.path.join('third_party', 'blink', 'renderer', 'core', 'paint',
......
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