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

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

Issue 289423002: DevTools: added injectedScript.evaluateWithDetails, that return exception details if it occured (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 1356aadcb760c39a24d3fec41044cf4725412d5a..8a44d2253e1ab50c755a1e0251d5191535aa6c6f 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -31,6 +31,8 @@
'DOMWrapperWorld.h',
'Dictionary.cpp',
'Dictionary.h',
+ 'EvaluateExceptionDetailsFactory.cpp',
+ 'EvaluateExceptionDetailsFactory.h',
'ExceptionMessages.cpp',
'ExceptionMessages.h',
'ExceptionState.cpp',

Powered by Google App Engine
This is Rietveld 408576698