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

Unified Diff: webkit/webkit.gyp

Issue 141022: Delete the upstreamed files: V8NPUtils.h V8NPUtils.cpp NPV8Object.h NPV8Object.cpp. (Closed)
Patch Set: rebased on tip of tree Created 11 years, 6 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 | « webkit/port/bindings/v8/V8NPUtils.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 737fa544e994aef7c926f373a08f1ad40a7be9d2..54adac2b57e82ebe66c7489619e6c5f43353b71b 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -1082,6 +1082,8 @@
'../third_party/WebKit/WebCore/bindings/v8/custom/V8XMLSerializerConstructor.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8XPathEvaluatorConstructor.cpp',
'../third_party/WebKit/WebCore/bindings/v8/custom/V8XSLTProcessorCustom.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/NPV8Object.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/NPV8Object.h',
'../third_party/WebKit/WebCore/bindings/v8/ScheduledAction.cpp',
'../third_party/WebKit/WebCore/bindings/v8/ScheduledAction.h',
'../third_party/WebKit/WebCore/bindings/v8/ScriptCachedFrameData.h',
@@ -1126,6 +1128,8 @@
'../third_party/WebKit/WebCore/bindings/v8/V8IsolatedWorld.h',
'../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.cpp',
'../third_party/WebKit/WebCore/bindings/v8/V8LazyEventListener.h',
+ '../third_party/WebKit/WebCore/bindings/v8/V8NPUtils.cpp',
+ '../third_party/WebKit/WebCore/bindings/v8/V8NPUtils.h',
'../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.cpp',
'../third_party/WebKit/WebCore/bindings/v8/V8NodeFilterCondition.h',
'../third_party/WebKit/WebCore/bindings/v8/V8ObjectEventListener.cpp',
@@ -1157,16 +1161,12 @@
'port/bindings/v8/RGBColor.cpp',
'port/bindings/v8/RGBColor.h',
'port/bindings/v8/V8SVGPODTypeWrapper.h',
- 'port/bindings/v8/NPV8Object.cpp',
- 'port/bindings/v8/NPV8Object.h',
'port/bindings/v8/npruntime.cpp',
'port/bindings/v8/npruntime_impl.h',
'port/bindings/v8/npruntime_internal.h',
'port/bindings/v8/npruntime_priv.h',
'port/bindings/v8/v8_binding.h',
'port/bindings/v8/v8_binding.cpp',
- 'port/bindings/v8/V8NPUtils.cpp',
- 'port/bindings/v8/V8NPUtils.h',
'port/bindings/v8/V8NPObject.cpp',
'port/bindings/v8/V8NPObject.h',
'port/bindings/v8/v8_proxy.cpp',
« no previous file with comments | « webkit/port/bindings/v8/V8NPUtils.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698