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

Unified Diff: Source/bindings/bindings.gypi

Issue 15317004: Remove V8WorkerContextErrorHandler.cpp (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « no previous file | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index c8cdb32aa13824cf05174175e952678138b5f692..6ec9b949484c0437742fd693e3bfba49bcf7370d 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -80,6 +80,8 @@
'v8/V8DOMActivityLogger.h',
'v8/V8DOMConfiguration.cpp',
'v8/V8DOMConfiguration.h',
+ 'v8/V8ErrorHandler.cpp',
+ 'v8/V8ErrorHandler.h',
'v8/V8DOMWindowShell.cpp',
'v8/V8DOMWindowShell.h',
'v8/V8DOMWrapper.cpp',
@@ -124,10 +126,6 @@
'v8/V8Utilities.h',
'v8/V8ValueCache.cpp',
'v8/V8ValueCache.h',
- 'v8/V8WindowErrorHandler.cpp',
- 'v8/V8WindowErrorHandler.h',
- 'v8/V8WorkerContextErrorHandler.cpp',
- 'v8/V8WorkerContextErrorHandler.h',
'v8/V8WorkerContextEventListener.cpp',
'v8/V8WorkerContextEventListener.h',
'v8/WorkerScriptController.cpp',
« no previous file with comments | « no previous file | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698