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

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

Issue 2183623004: Add IDLDictionaryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix multi-level inheritance bug Created 4 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: 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 e4c5f11eeba342776bf85b9180600db1658d6942..0839dd3d2d35e9e3d7312b21e2ee8722833c6f48 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -42,6 +42,8 @@
'ExceptionState.h',
'ExceptionStatePlaceholder.cpp',
'ExceptionStatePlaceholder.h',
+ 'IDLDictionaryBase.cpp',
+ 'IDLDictionaryBase.h',
'Iterable.h',
'JSONValuesForV8.cpp',
'JSONValuesForV8.h',

Powered by Google App Engine
This is Rietveld 408576698