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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'html/HTMLInputElement.idl', 174 'html/HTMLInputElement.idl',
175 'html/HTMLKeygenElement.idl', 175 'html/HTMLKeygenElement.idl',
176 'html/HTMLLIElement.idl', 176 'html/HTMLLIElement.idl',
177 'html/HTMLLabelElement.idl', 177 'html/HTMLLabelElement.idl',
178 'html/HTMLLegendElement.idl', 178 'html/HTMLLegendElement.idl',
179 'html/HTMLLinkElement.idl', 179 'html/HTMLLinkElement.idl',
180 'html/HTMLMapElement.idl', 180 'html/HTMLMapElement.idl',
181 'html/HTMLMarqueeElement.idl', 181 'html/HTMLMarqueeElement.idl',
182 'html/HTMLMediaElement.idl', 182 'html/HTMLMediaElement.idl',
183 'html/HTMLMenuElement.idl', 183 'html/HTMLMenuElement.idl',
184 'html/HTMLMenuItemElement.idl',
184 'html/HTMLMetaElement.idl', 185 'html/HTMLMetaElement.idl',
185 'html/HTMLMeterElement.idl', 186 'html/HTMLMeterElement.idl',
186 'html/HTMLModElement.idl', 187 'html/HTMLModElement.idl',
187 'html/HTMLOListElement.idl', 188 'html/HTMLOListElement.idl',
188 'html/HTMLObjectElement.idl', 189 'html/HTMLObjectElement.idl',
189 'html/HTMLOptGroupElement.idl', 190 'html/HTMLOptGroupElement.idl',
190 'html/HTMLOptionElement.idl', 191 'html/HTMLOptionElement.idl',
191 'html/HTMLOptionsCollection.idl', 192 'html/HTMLOptionsCollection.idl',
192 'html/HTMLOutputElement.idl', 193 'html/HTMLOutputElement.idl',
193 'html/HTMLParagraphElement.idl', 194 'html/HTMLParagraphElement.idl',
(...skipping 2190 matching lines...) Expand 10 before | Expand all | Expand 10 after
2384 'html/HTMLLinkElement.h', 2385 'html/HTMLLinkElement.h',
2385 'html/HTMLMapElement.cpp', 2386 'html/HTMLMapElement.cpp',
2386 'html/HTMLMapElement.h', 2387 'html/HTMLMapElement.h',
2387 'html/HTMLMarqueeElement.cpp', 2388 'html/HTMLMarqueeElement.cpp',
2388 'html/HTMLMarqueeElement.h', 2389 'html/HTMLMarqueeElement.h',
2389 'html/HTMLMediaElement.cpp', 2390 'html/HTMLMediaElement.cpp',
2390 'html/HTMLMediaSource.cpp', 2391 'html/HTMLMediaSource.cpp',
2391 'html/HTMLMediaSource.h', 2392 'html/HTMLMediaSource.h',
2392 'html/HTMLMenuElement.cpp', 2393 'html/HTMLMenuElement.cpp',
2393 'html/HTMLMenuElement.h', 2394 'html/HTMLMenuElement.h',
2395 'html/HTMLMenuItemElement.cpp',
2396 'html/HTMLMenuItemElement.h',
2394 'html/HTMLMetaElement.h', 2397 'html/HTMLMetaElement.h',
2395 'html/HTMLMeterElement.cpp', 2398 'html/HTMLMeterElement.cpp',
2396 'html/HTMLMeterElement.h', 2399 'html/HTMLMeterElement.h',
2397 'html/HTMLModElement.cpp', 2400 'html/HTMLModElement.cpp',
2398 'html/HTMLModElement.h', 2401 'html/HTMLModElement.h',
2399 'html/HTMLNameCollection.cpp', 2402 'html/HTMLNameCollection.cpp',
2400 'html/HTMLNameCollection.h', 2403 'html/HTMLNameCollection.h',
2401 'html/HTMLNoEmbedElement.cpp', 2404 'html/HTMLNoEmbedElement.cpp',
2402 'html/HTMLNoEmbedElement.h', 2405 'html/HTMLNoEmbedElement.h',
2403 'html/HTMLNoScriptElement.cpp', 2406 'html/HTMLNoScriptElement.cpp',
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
3454 'rendering/shapes/BoxShapeTest.cpp', 3457 'rendering/shapes/BoxShapeTest.cpp',
3455 'rendering/style/OutlineValueTest.cpp', 3458 'rendering/style/OutlineValueTest.cpp',
3456 'testing/PrivateScriptTestTest.cpp', 3459 'testing/PrivateScriptTestTest.cpp',
3457 'streams/ReadableStreamTest.cpp', 3460 'streams/ReadableStreamTest.cpp',
3458 'testing/UnitTestHelpers.cpp', 3461 'testing/UnitTestHelpers.cpp',
3459 'testing/UnitTestHelpers.h', 3462 'testing/UnitTestHelpers.h',
3460 'xml/parser/SharedBufferReaderTest.cpp', 3463 'xml/parser/SharedBufferReaderTest.cpp',
3461 ], 3464 ],
3462 } 3465 }
3463 } 3466 }
OLDNEW
« 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