Commit 8a3bcd96 authored by Keishi Hattori's avatar Keishi Hattori Committed by Commit Bot

Add sandbox/win to rewrite_raw_ptr_fields ignore list

This CL add sandbox/win to rewrite_raw_ptr_fields ignore list as partition_alloc isn't built with the sandbox and gives link errors.

Bug: 1080832
Change-Id: I8cb1d1fc0cf04e868db342d1e907851f374ce530
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518302
Commit-Queue: Keishi Hattori <keishi@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Reviewed-by: default avatarBartek Nowierski <bartekn@chromium.org>
Reviewed-by: default avatarŁukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#831408}
parent 49cccc58
...@@ -27,6 +27,9 @@ net/tools/ ...@@ -27,6 +27,9 @@ net/tools/
chrome/chrome_elf/ chrome/chrome_elf/
chrome/installer/mini_installer/ chrome/installer/mini_installer/
# Exclude pocdll.dll asnit doesn't depend on //base and only used for testing.
sandbox/win/sandbox_poc/pocdll
# The folder holds headers that are duplicated in the Android source and need to # The folder holds headers that are duplicated in the Android source and need to
# provide a stable C ABI. Can't depend on //base. # provide a stable C ABI. Can't depend on //base.
android_webview/public/ android_webview/public/
......
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