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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1759173002: [Layout API] Create api/LayoutLIItem and use it in html/HTMLLIElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLLIElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 ], 501 ],
502 'webcore_rendering_files': [ 502 'webcore_rendering_files': [
503 'layout/api/HitTestAction.h', 503 'layout/api/HitTestAction.h',
504 'layout/api/LayoutBlockItem.h', 504 'layout/api/LayoutBlockItem.h',
505 'layout/api/LayoutBoxItem.h', 505 'layout/api/LayoutBoxItem.h',
506 'layout/api/LayoutBoxModel.h', 506 'layout/api/LayoutBoxModel.h',
507 'layout/api/LayoutEmbeddedItem.h', 507 'layout/api/LayoutEmbeddedItem.h',
508 'layout/api/LayoutFullScreenItem.h', 508 'layout/api/LayoutFullScreenItem.h',
509 'layout/api/LayoutImageItem.h', 509 'layout/api/LayoutImageItem.h',
510 'layout/api/LayoutItem.h', 510 'layout/api/LayoutItem.h',
511 'layout/api/LayoutLIItem.h',
511 'layout/api/LayoutPartItem.h', 512 'layout/api/LayoutPartItem.h',
512 'layout/api/LayoutTextControlItem.h', 513 'layout/api/LayoutTextControlItem.h',
513 'layout/api/LayoutTextFragmentItem.h', 514 'layout/api/LayoutTextFragmentItem.h',
514 'layout/api/LayoutTextItem.h', 515 'layout/api/LayoutTextItem.h',
515 'layout/api/LineLayoutAPIShim.h', 516 'layout/api/LineLayoutAPIShim.h',
516 'layout/api/LineLayoutBlockFlow.h', 517 'layout/api/LineLayoutBlockFlow.h',
517 'layout/api/LineLayoutBox.h', 518 'layout/api/LineLayoutBox.h',
518 'layout/api/LineLayoutBoxModel.h', 519 'layout/api/LineLayoutBoxModel.h',
519 'layout/api/LineLayoutInline.h', 520 'layout/api/LineLayoutInline.h',
520 'layout/api/LineLayoutItem.h', 521 'layout/api/LineLayoutItem.h',
(...skipping 3531 matching lines...) Expand 10 before | Expand all | Expand 10 after
4052 'style/SVGComputedStyleTest.cpp', 4053 'style/SVGComputedStyleTest.cpp',
4053 'svg/SVGPathParserTest.cpp', 4054 'svg/SVGPathParserTest.cpp',
4054 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4055 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4055 'testing/PrivateScriptTestTest.cpp', 4056 'testing/PrivateScriptTestTest.cpp',
4056 'timing/MemoryInfoTest.cpp', 4057 'timing/MemoryInfoTest.cpp',
4057 'workers/WorkerThreadTest.cpp', 4058 'workers/WorkerThreadTest.cpp',
4058 'xml/parser/SharedBufferReaderTest.cpp', 4059 'xml/parser/SharedBufferReaderTest.cpp',
4059 ], 4060 ],
4060 } 4061 }
4061 } 4062 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLLIElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698