Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2843603002: Move ScriptWrappable and dependencies to platform/bindings (Closed)
Patch Set: Rebase and try again Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 55dc1e66c84cf3c70b3ff024c5e2c8504618bd5b..743248ab4c9a0c887472e74261d3a8626b781d4c 100644
--- a/third_party/WebKit/Source/bindings/bindings.gni
+++ b/third_party/WebKit/Source/bindings/bindings.gni
@@ -29,18 +29,15 @@ bindings_core_v8_files =
"core/v8/custom/V8PromiseRejectionEventCustom.cpp",
"core/v8/custom/V8WindowCustom.cpp",
"core/v8/custom/V8XMLHttpRequestCustom.cpp",
- "core/v8/ActiveScriptWrappable.cpp",
"core/v8/ActiveScriptWrappable.h",
"core/v8/ArrayValue.cpp",
"core/v8/ArrayValue.h",
"core/v8/BindingSecurity.cpp",
"core/v8/BindingSecurity.h",
"core/v8/CallbackPromiseAdapter.h",
- "core/v8/ConditionalFeatures.cpp",
"core/v8/ConditionalFeatures.h",
"core/v8/ConditionalFeaturesForCore.cpp",
"core/v8/ConditionalFeaturesForCore.h",
- "core/v8/V0CustomElementBinding.cpp",
"core/v8/V0CustomElementBinding.h",
"core/v8/V0CustomElementConstructorBuilder.cpp",
"core/v8/V0CustomElementConstructorBuilder.h",
@@ -48,7 +45,6 @@ bindings_core_v8_files =
"core/v8/DocumentWriteEvaluator.h",
"core/v8/DOMDataStore.h",
"core/v8/DOMWrapperMap.h",
- "core/v8/DOMWrapperWorld.cpp",
"core/v8/DOMWrapperWorld.h",
"core/v8/Dictionary.cpp",
"core/v8/Dictionary.h",
@@ -106,11 +102,9 @@ bindings_core_v8_files =
"core/v8/ScriptPromiseResolver.h",
"core/v8/ScriptRegexp.cpp",
"core/v8/ScriptRegexp.h",
- "core/v8/StringResource.cpp",
"core/v8/StringResource.h",
"core/v8/ScriptSourceCode.cpp",
"core/v8/ScriptSourceCode.h",
- "core/v8/ScriptState.cpp",
"core/v8/ScriptState.h",
"core/v8/ScriptStreamer.cpp",
"core/v8/ScriptStreamer.h",
@@ -120,9 +114,7 @@ bindings_core_v8_files =
"core/v8/ScriptString.h",
"core/v8/ScriptValue.cpp",
"core/v8/ScriptValue.h",
- "core/v8/ScriptWrappable.cpp",
"core/v8/ScriptWrappable.h",
- "core/v8/ScriptWrappableVisitor.cpp",
"core/v8/ScriptWrappableVisitor.h",
"core/v8/ScriptWrappableVisitorVerifier.h",
"core/v8/SerializationTag.h",
@@ -143,8 +135,6 @@ bindings_core_v8_files =
"core/v8/UseCounterCallback.h",
"core/v8/V8AbstractEventListener.cpp",
"core/v8/V8AbstractEventListener.h",
- "core/v8/V8Binding.cpp",
- "core/v8/V8Binding.h",
"core/v8/V8BindingForCore.cpp",
"core/v8/V8BindingForCore.h",
"core/v8/V8BindingMacros.h",
@@ -157,7 +147,6 @@ bindings_core_v8_files =
"core/v8/V8DOMConfiguration.h",
"core/v8/V8ThrowDOMException.cpp",
"core/v8/V8ThrowDOMException.h",
- "core/v8/V8DOMWrapper.cpp",
"core/v8/V8DOMWrapper.h",
"core/v8/V8ErrorHandler.cpp",
"core/v8/V8ErrorHandler.h",
@@ -188,26 +177,20 @@ bindings_core_v8_files =
"core/v8/V8NodeFilterCondition.h",
"core/v8/V8ObjectBuilder.cpp",
"core/v8/V8ObjectBuilder.h",
- "core/v8/V8ObjectConstructor.cpp",
"core/v8/V8ObjectConstructor.h",
"core/v8/V8PagePopupControllerBinding.cpp",
"core/v8/V8PagePopupControllerBinding.h",
- "core/v8/V8PerContextData.cpp",
"core/v8/V8PerContextData.h",
- "core/v8/V8PerIsolateData.cpp",
"core/v8/V8PerIsolateData.h",
"core/v8/V8PersistentValueVector.h",
- "core/v8/V8PrivateProperty.cpp",
"core/v8/V8PrivateProperty.h",
"core/v8/V8ResizeObserverCallbackCustom.cpp",
"core/v8/V8ScriptRunner.cpp",
"core/v8/V8ScriptRunner.h",
"core/v8/V8StringResource.h",
- "core/v8/V8ThrowException.cpp",
"core/v8/V8ThrowException.h",
"core/v8/V8V0CustomElementLifecycleCallbacks.cpp",
"core/v8/V8V0CustomElementLifecycleCallbacks.h",
- "core/v8/V8ValueCache.cpp",
"core/v8/V8ValueCache.h",
"core/v8/V8WorkerGlobalScopeEventListener.cpp",
"core/v8/V8WorkerGlobalScopeEventListener.h",
@@ -218,9 +201,7 @@ bindings_core_v8_files =
"core/v8/WorkerOrWorkletScriptController.cpp",
"core/v8/WorkerOrWorkletScriptController.h",
"core/v8/WorkerV8Settings.h",
- "core/v8/WrapperCreationSecurityCheck.cpp",
"core/v8/WrapperCreationSecurityCheck.h",
- "core/v8/WrapperTypeInfo.cpp",
"core/v8/WrapperTypeInfo.h",
"core/v8/serialization/V8ScriptValueDeserializer.cpp",
"core/v8/serialization/V8ScriptValueDeserializer.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698