Commit f31ae6cb authored by James Wallace-Lee's avatar James Wallace-Lee Committed by Commit Bot

Exclude PlatformServiceBridgeImpl from presubmit warning

There are two different implementations of PlatformServiceBridge, both
called PlatformServiceBridgeImpl. (One is downstream.) This CL excludes
the class from the "multiple definitions" presubmit warning.

Bug: 838493
Change-Id: Iaef896f4f04c203497638af01d40f4aaee930919
Reviewed-on: https://chromium-review.googlesource.com/938305Reviewed-by: default avatarBo <boliu@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555225}
parent f28c1498
......@@ -588,6 +588,7 @@ _IPC_ENUM_TRAITS_DEPRECATED = (
_JAVA_MULTIPLE_DEFINITION_EXCLUDED_PATHS = [
r".*[\\\/]BuildHooksAndroidImpl\.java",
r".*[\\\/]LicenseContentProvider\.java",
r".*[\\\/]PlatformServiceBridgeImpl.java",
]
# These paths contain test data and other known invalid JSON files.
......
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