commit | 6db14b4d649dec6ffc90d3fa0a2d3d617341ff1a | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <[email protected]> | Mon May 10 07:59:48 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon May 10 07:59:48 2021 |
tree | eeb41113cead697bb341db02d9c47f6a32a13190 | |
parent | 1ef99c8922945d7c2695597bf8562d9ce086632e [diff] [blame] |
[Fuchsia] Log component start & stop in runners Now runners will log when a new component is created or destroyed. Bug: 1108487 Change-Id: I0327b43064f632b91129c5c16c94ca3a00fbcee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2872532 Auto-Submit: Sergey Ulanov <[email protected]> Reviewed-by: Jochen Eisinger <[email protected]> Reviewed-by: David Dorwin <[email protected]> Commit-Queue: Jochen Eisinger <[email protected]> Cr-Commit-Position: refs/heads/master@{#880871}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 5eafdc6..9857cd8 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -2336,6 +2336,7 @@ r"^extensions[\\/]renderer[\\/]logging_native_handler\.cc$", r"^fuchsia[\\/]engine[\\/]browser[\\/]frame_impl.cc$", r"^fuchsia[\\/]engine[\\/]context_provider_main.cc$", + r"^fuchsia[\\/]runners[\\/]common[\\/]web_component.cc$", r"^headless[\\/]app[\\/]headless_shell\.cc$", r"^ipc[\\/]ipc_logging\.cc$", r"^native_client_sdk[\\/]",