0

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/938305
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555225}
This commit is contained in:
James Wallace-Lee
2018-05-01 23:30:20 +00:00
committed by Commit Bot
parent f28c149816
commit f31ae6cb1d

@ -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.