Commit 50b90332 authored by jochen's avatar jochen Committed by Commit bot

Add an whitelist of bindings/ include

This will avoid new dependencies and helps with keeping track of the
refactoring.

R=pfeldman@chromium.org
BUG=
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/1632273002

Cr-Commit-Position: refs/heads/master@{#371752}
parent da8f47a0
include_rules = [
"-bindings/core",
"+bindings/core/v8/ExceptionState.h",
"+bindings/core/v8/ScopedPersistent.h",
"+bindings/core/v8/ScriptCallStackFactory.h",
"+bindings/core/v8/ScriptRegexp.h",
"+bindings/core/v8/ScriptState.h",
"+bindings/core/v8/ScriptValue.h",
"+bindings/core/v8/V8AbstractEventListener.h",
"+bindings/core/v8/V8Binding.h",
"+bindings/core/v8/V8DOMException.h",
"+bindings/core/v8/V8DOMTokenList.h",
"+bindings/core/v8/V8HiddenValue.h",
"+bindings/core/v8/V8HTMLAllCollection.h",
"+bindings/core/v8/V8HTMLCollection.h",
"+bindings/core/v8/V8Node.h",
"+bindings/core/v8/V8NodeList.h",
"+bindings/core/v8/V8PerContextData.h",
"+bindings/core/v8/V8RecursionScope.h",
"+bindings/core/v8/V8ScriptRunner.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