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

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

Issue 603383002: Revert "Revert of HTMLSelectElement does not include selected index/indices while saving state (pat… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | Source/core/html/HTMLSelectElement.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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 3503 matching lines...) Expand 10 before | Expand all | Expand 10 after
3514 'editing/VisibleSelectionTest.cpp', 3514 'editing/VisibleSelectionTest.cpp',
3515 'fetch/CachingCorrectnessTest.cpp', 3515 'fetch/CachingCorrectnessTest.cpp',
3516 'fetch/ImageResourceTest.cpp', 3516 'fetch/ImageResourceTest.cpp',
3517 'fetch/MemoryCacheTest.cpp', 3517 'fetch/MemoryCacheTest.cpp',
3518 'fetch/RawResourceTest.cpp', 3518 'fetch/RawResourceTest.cpp',
3519 'fetch/ResourceFetcherTest.cpp', 3519 'fetch/ResourceFetcherTest.cpp',
3520 'frame/ImageBitmapTest.cpp', 3520 'frame/ImageBitmapTest.cpp',
3521 'html/HTMLDimensionTest.cpp', 3521 'html/HTMLDimensionTest.cpp',
3522 'html/HTMLFormControlElementTest.cpp', 3522 'html/HTMLFormControlElementTest.cpp',
3523 'html/HTMLLinkElementSizesAttributeTest.cpp', 3523 'html/HTMLLinkElementSizesAttributeTest.cpp',
3524 'html/HTMLSelectElementTest.cpp',
3524 'html/HTMLTextFormControlElementTest.cpp', 3525 'html/HTMLTextFormControlElementTest.cpp',
3525 'html/LinkRelAttributeTest.cpp', 3526 'html/LinkRelAttributeTest.cpp',
3526 'html/TimeRangesTest.cpp', 3527 'html/TimeRangesTest.cpp',
3527 'html/parser/HTMLParserThreadTest.cpp', 3528 'html/parser/HTMLParserThreadTest.cpp',
3528 'html/parser/HTMLSrcsetParserTest.cpp', 3529 'html/parser/HTMLSrcsetParserTest.cpp',
3529 'html/track/vtt/BufferedLineReaderTest.cpp', 3530 'html/track/vtt/BufferedLineReaderTest.cpp',
3530 'html/track/vtt/VTTScannerTest.cpp', 3531 'html/track/vtt/VTTScannerTest.cpp',
3531 'loader/MixedContentCheckerTest.cpp', 3532 'loader/MixedContentCheckerTest.cpp',
3532 'page/NetworkStateNotifierTest.cpp', 3533 'page/NetworkStateNotifierTest.cpp',
3533 'page/PrintContextTest.cpp', 3534 'page/PrintContextTest.cpp',
3534 'rendering/RenderOverflowTest.cpp', 3535 'rendering/RenderOverflowTest.cpp',
3535 'rendering/RenderPartTest.cpp', 3536 'rendering/RenderPartTest.cpp',
3536 'rendering/RenderTableCellTest.cpp', 3537 'rendering/RenderTableCellTest.cpp',
3537 'rendering/RenderTableRowTest.cpp', 3538 'rendering/RenderTableRowTest.cpp',
3538 'rendering/shapes/BoxShapeTest.cpp', 3539 'rendering/shapes/BoxShapeTest.cpp',
3539 'rendering/style/OutlineValueTest.cpp', 3540 'rendering/style/OutlineValueTest.cpp',
3540 'testing/PrivateScriptTestTest.cpp', 3541 'testing/PrivateScriptTestTest.cpp',
3541 'streams/ReadableStreamTest.cpp', 3542 'streams/ReadableStreamTest.cpp',
3542 'testing/UnitTestHelpers.cpp', 3543 'testing/UnitTestHelpers.cpp',
3543 'testing/UnitTestHelpers.h', 3544 'testing/UnitTestHelpers.h',
3544 'xml/parser/SharedBufferReaderTest.cpp', 3545 'xml/parser/SharedBufferReaderTest.cpp',
3545 ], 3546 ],
3546 } 3547 }
3547 } 3548 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698