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

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: Fix bad rebase. Created 4 years, 9 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/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 6c21d97613de85debc1e124073e64339df4420c1..a3f3634735f112c9c32da65a26c48e476096703f 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -47,8 +47,6 @@
'Microtask.cpp',
'Microtask.h',
'NativeValueTraits.h',
- 'NPV8Object.cpp',
- 'NPV8Object.h',
'Nullable.h',
'OnStackObjectChecker.cpp',
'OnStackObjectChecker.h',
@@ -144,10 +142,6 @@
'V8LazyEventListener.h',
'V8MutationCallback.cpp',
'V8MutationCallback.h',
- 'V8NPObject.cpp',
- 'V8NPObject.h',
- 'V8NPUtils.cpp',
- 'V8NPUtils.h',
'V8NodeFilterCondition.cpp',
'V8NodeFilterCondition.h',
'V8ObjectBuilder.cpp',
@@ -181,9 +175,6 @@
'WorkerOrWorkletScriptController.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