Commit bb5de1b7 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[iwyu] Extend header includes blacklist

In order to make the bot green and start shrinking down the blacklist,
we first need to extend it more unfortunately.

R=marja@chromium.org

Bug: v8:7966, v8:7965
Change-Id: I44ddcceb6fe0ef572222b9635117deb15ed166d1
Reviewed-on: https://chromium-review.googlesource.com/1148050Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54630}
parent 131fb724
......@@ -50,7 +50,10 @@ AUTO_EXCLUDE = [
'src/deoptimizer.h',
'src/double.h',
'src/elements.h',
'src/elements-inl.h',
'src/field-type.h',
'src/handles.h',
'src/handles-inl.h',
'src/heap/incremental-marking.h',
'src/heap/incremental-marking-inl.h',
'src/heap/local-allocator.h',
......@@ -63,7 +66,9 @@ AUTO_EXCLUDE = [
'src/keys.h',
'src/layout-descriptor.h',
'src/lookup.h',
'src/lookup-inl.h',
'src/map-updater.h',
'src/maybe-handles-inl.h',
'src/objects/arguments.h',
'src/objects/arguments-inl.h',
'src/objects/compilation-cache-inl.h',
......@@ -75,6 +80,7 @@ AUTO_EXCLUDE = [
'src/objects/js-array-inl.h',
'src/objects/js-collection.h',
'src/objects/js-collection-inl.h',
'src/objects/js-generator-inl.h',
'src/objects/js-locale.h',
'src/objects/js-promise-inl.h',
'src/objects/js-proxy-inl.h',
......@@ -99,6 +105,7 @@ AUTO_EXCLUDE = [
'src/profiler/heap-snapshot-generator-inl.h',
'src/property.h',
'src/prototype.h',
'src/prototype-inl.h',
'src/regexp/jsregexp.h',
'src/regexp/jsregexp-inl.h',
'src/snapshot/object-deserializer.h',
......
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