| Index: third_party/WebKit/Source/bindings/bindings.gni
|
| diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
|
| index 4cd079d5fe327e70da6f93c79affb3393e201e04..c7c7e418c243afb7bce9d48a3e1158a762860546 100644
|
| --- a/third_party/WebKit/Source/bindings/bindings.gni
|
| +++ b/third_party/WebKit/Source/bindings/bindings.gni
|
| @@ -93,7 +93,6 @@ bindings_core_v8_files =
|
| "core/v8/ScriptPromiseResolver.h",
|
| "core/v8/ScriptRegexp.cpp",
|
| "core/v8/ScriptRegexp.h",
|
| - "core/v8/StringResource.h",
|
| "core/v8/ScriptSourceCode.cpp",
|
| "core/v8/ScriptSourceCode.h",
|
| "core/v8/ScriptStreamer.cpp",
|
| @@ -104,21 +103,15 @@ bindings_core_v8_files =
|
| "core/v8/ScriptString.h",
|
| "core/v8/ScriptValue.cpp",
|
| "core/v8/ScriptValue.h",
|
| - "core/v8/ScriptWrappableVisitor.h",
|
| - "core/v8/ScriptWrappableVisitorVerifier.h",
|
| "core/v8/SerializationTag.h",
|
| "core/v8/SerializedScriptValue.cpp",
|
| "core/v8/SerializedScriptValue.h",
|
| "core/v8/SerializedScriptValueFactory.cpp",
|
| "core/v8/SerializedScriptValueFactory.h",
|
| - "core/v8/SharedPersistent.h",
|
| "core/v8/SourceLocation.cpp",
|
| "core/v8/SourceLocation.h",
|
| - "core/v8/ToV8.h",
|
| "core/v8/ToV8ForCore.cpp",
|
| "core/v8/ToV8ForCore.h",
|
| - "core/v8/TraceWrapperMember.h",
|
| - "core/v8/TraceWrapperV8Reference.h",
|
| "core/v8/Transferables.h",
|
| "core/v8/UseCounterCallback.cpp",
|
| "core/v8/UseCounterCallback.h",
|
|
|