Commit 72da455d authored by Bartek Nowierski's avatar Bartek Nowierski Committed by Commit Bot

Add android_webview/public/ to manual-paths-to-ignore

It doesn't depend on //base, which is needed for CheckedPtr

Bug: 1069567
Change-Id: I4eb2d7e46b2a018f7de08d69aef32e0e3d23aa59
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440075
Commit-Queue: Bartek Nowierski <bartekn@chromium.org>
Reviewed-by: default avatarŁukasz Anforowicz <lukasza@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Auto-Submit: Bartek Nowierski <bartekn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814041}
parent 3f9f8a3e
......@@ -19,11 +19,15 @@ base/allocator/
# Exclude - deprecated and contains legacy C++ and pre-C++11 code.
ppapi/
# Exclude tools that do not ship in the Chrome binary.
# Exclude tools that do not ship in the Chrome binary. Can't depend on //base.
base/android/linker/
tools/
net/tools/
# The folder holds headers that are duplicated in the Android source and need to
# provide a stable C ABI. Can't depend on //base.
android_webview/public/
# Exclude code that only runs inside a renderer process - renderer
# processes are excluded for now from the MiraclePtr project scope,
# because they are sensitive to performance regressions (to a much higher
......
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