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

Unified Diff: Source/core/core.gypi

Issue 386963003: [WIP][NotForLand] IDL dictionary support (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/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 886b1c1aa0e7e11aafdd22012af455b263293b68..5f45b5add3e1a486e21c37ef0e22812291ad109c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -79,6 +79,9 @@
'dom/ProcessingInstruction.idl',
'dom/Range.idl',
'dom/RequestAnimationFrameCallback.idl',
+ # FIXME: not for land
+ 'dom/SomeDictionary.idl',
+ 'dom/SomeDictionaryUser.idl',
'dom/StringCallback.idl',
'dom/Text.idl',
'dom/Touch.idl',
@@ -2083,6 +2086,9 @@
'dom/ShadowTreeStyleSheetCollection.cpp',
'dom/ShadowTreeStyleSheetCollection.h',
'dom/SimulatedClickOptions.h',
+ # FIXME: not for land
+ 'dom/SomeDictionaryUser.cpp',
+ 'dom/SomeDictionaryUser.h',
'dom/SpaceSplitString.cpp',
'dom/StaticNodeList.cpp',
'dom/StaticNodeList.h',

Powered by Google App Engine
This is Rietveld 408576698