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

Unified Diff: Source/core/core.gypi

Issue 443373002: Add <menuitem>, new HTMLMenuElement IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 6 years, 4 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
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/events/RelatedEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 6f7250bba33dd2b0614a02bc38d51be2e754cbb3..53e6d732dd4cc52cdfd701ed07ef828f6d94fd42 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -181,6 +181,7 @@
'html/HTMLMarqueeElement.idl',
'html/HTMLMediaElement.idl',
'html/HTMLMenuElement.idl',
+ 'html/HTMLMenuItemElement.idl',
'html/HTMLMetaElement.idl',
'html/HTMLMeterElement.idl',
'html/HTMLModElement.idl',
@@ -2391,6 +2392,8 @@
'html/HTMLMediaSource.h',
'html/HTMLMenuElement.cpp',
'html/HTMLMenuElement.h',
+ 'html/HTMLMenuItemElement.cpp',
+ 'html/HTMLMenuItemElement.h',
'html/HTMLMetaElement.h',
'html/HTMLMeterElement.cpp',
'html/HTMLMeterElement.h',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/events/RelatedEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698