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

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

Issue 534133002: [WIP] bindings: Introduce PropertyBag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 c14d6f4c69b3ea001b116b59a88593bf815a0cd8..8e0da89f03a01f8c1b5cb336b75322cc4a4805c8 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -29,8 +29,6 @@
'DOMWrapperWorld.h',
'Dictionary.cpp',
'Dictionary.h',
- 'DictionaryHelperForBindings.h',
- 'DictionaryHelperForCore.cpp',
'ExceptionMessages.cpp',
'ExceptionMessages.h',
'ExceptionState.cpp',
@@ -47,6 +45,9 @@
'PostMessage.h',
'PrivateScriptRunner.cpp',
'PrivateScriptRunner.h',
+ 'PropertyBag.cpp',
+ 'PropertyBag.h',
+ 'PropertyBagTraits.h',
'RetainedDOMInfo.cpp',
'RetainedDOMInfo.h',
'RetainedObjectInfo.h',
« no previous file with comments | « Source/bindings/core/v8/custom/V8MessageEventCustom.cpp ('k') | Source/bindings/modules/v8/DictionaryForModules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698