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

Unified Diff: Source/bindings/bindings.gypi

Issue 18398002: Remove IDBNotFoundError ExceptionCode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing include in code gen wich causes win compile failure Created 7 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/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 7fca29a1ef0cbc8a806f9114519582f19e4fb989..88834dad5619626867483ab25872aeb3d555922e 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -24,6 +24,10 @@
'v8/DateExtension.h',
'v8/Dictionary.cpp',
'v8/Dictionary.h',
+ 'v8/ExceptionState.h',
+ 'v8/ExceptionState.cpp',
+ 'v8/ExceptionStatePlaceholder.h',
+ 'v8/ExceptionStatePlaceholder.cpp',
'v8/IDBBindingUtilities.cpp',
'v8/IDBBindingUtilities.h',
'v8/NPV8Object.cpp',
« no previous file with comments | « no previous file | Source/bindings/scripts/deprecated_code_generator_v8.pm » ('j') | Source/bindings/v8/ExceptionState.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698