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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index cd21dd728743177506edcafb965d592763bb7db3..dff63a18759700b43c4a4e1e33336b3c390da75d 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -469,8 +469,52 @@ component("platform") {
"audio/ffmpeg/FFTFrameFFMPEG.cpp",
"audio/ipp/FFTFrameIPP.cpp",
"audio/mac/FFTFrameMac.cpp",
+ "bindings/ActiveScriptWrappable.cpp",
+ "bindings/ActiveScriptWrappable.h",
+ "bindings/ConditionalFeatures.cpp",
+ "bindings/ConditionalFeatures.h",
+ "bindings/DOMDataStore.h",
+ "bindings/DOMWrapperMap.h",
+ "bindings/DOMWrapperWorld.cpp",
+ "bindings/DOMWrapperWorld.h",
"bindings/Microtask.cpp",
"bindings/Microtask.h",
+ "bindings/ScopedPersistent.h",
+ "bindings/ScriptPromiseProperties.h",
+ "bindings/ScriptState.cpp",
+ "bindings/ScriptState.h",
+ "bindings/ScriptWrappable.cpp",
+ "bindings/ScriptWrappable.h",
+ "bindings/ScriptWrappableVisitor.cpp",
+ "bindings/ScriptWrappableVisitor.h",
+ "bindings/ScriptWrappableVisitorVerifier.h",
+ "bindings/StringResource.cpp",
+ "bindings/StringResource.h",
+ "bindings/TraceWrapperV8Reference.h",
+ "bindings/V0CustomElementBinding.cpp",
+ "bindings/V0CustomElementBinding.h",
+ "bindings/V8Binding.cpp",
+ "bindings/V8Binding.h",
+ "bindings/V8BindingMacros.h",
+ "bindings/V8DOMWrapper.cpp",
+ "bindings/V8DOMWrapper.h",
+ "bindings/V8GlobalValueMap.h",
+ "bindings/V8ObjectConstructor.cpp",
+ "bindings/V8ObjectConstructor.h",
+ "bindings/V8PerContextData.cpp",
+ "bindings/V8PerContextData.h",
+ "bindings/V8PerIsolateData.cpp",
+ "bindings/V8PerIsolateData.h",
+ "bindings/V8PrivateProperty.cpp",
+ "bindings/V8PrivateProperty.h",
+ "bindings/V8ThrowException.cpp",
+ "bindings/V8ThrowException.h",
+ "bindings/V8ValueCache.cpp",
+ "bindings/V8ValueCache.h",
+ "bindings/WrapperCreationSecurityCheck.cpp",
+ "bindings/WrapperCreationSecurityCheck.h",
+ "bindings/WrapperTypeInfo.cpp",
+ "bindings/WrapperTypeInfo.h",
"blob/BlobData.cpp",
"blob/BlobData.h",
"blob/BlobRegistry.cpp",
@@ -1502,6 +1546,7 @@ component("platform") {
"//cc/surfaces:surfaces",
"//components/mime_util:mime_util",
"//device/base/synchronization",
+ "//gin",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:wtf_support",
"//services/service_manager/public/cpp",
« no previous file with comments | « third_party/WebKit/Source/core/mojo/MojoHandle.h ('k') | third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698