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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/v8.gypi

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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/bindings/core/v8/v8.gypi
diff --git a/third_party/WebKit/Source/bindings/core/v8/v8.gypi b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
index 781f2b5d0fa70d638db63628675653a3ee5e6039..6c29b8ad104107db4f29662b22fbdf94b429deb9 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -41,8 +41,6 @@
'ModuleProxy.cpp',
'ModuleProxy.h',
'NativeValueTraits.h',
- 'NPV8Object.cpp',
- 'NPV8Object.h',
'Nullable.h',
'OnStackObjectChecker.cpp',
'OnStackObjectChecker.h',
@@ -138,10 +136,6 @@
'V8LazyEventListener.h',
'V8MutationCallback.cpp',
'V8MutationCallback.h',
- 'V8NPObject.cpp',
- 'V8NPObject.h',
- 'V8NPUtils.cpp',
- 'V8NPUtils.h',
'V8NodeFilterCondition.cpp',
'V8NodeFilterCondition.h',
'V8ObjectBuilder.cpp',
@@ -177,9 +171,6 @@
'WorkerScriptController.h',
'WrapperTypeInfo.cpp',
'WrapperTypeInfo.h',
- 'npruntime.cpp',
- 'npruntime_impl.h',
- 'npruntime_priv.h',
],
'bindings_core_v8_unittest_files': [
'ReadableStreamOperationsTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698