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

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

Issue 541693003: HTMLSelectElement does not include selected index/indices while saving state (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated Created 6 years, 3 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 3467 matching lines...) Expand 10 before | Expand all | Expand 10 after
3478 'editing/VisibleSelectionTest.cpp', 3478 'editing/VisibleSelectionTest.cpp',
3479 'fetch/CachingCorrectnessTest.cpp', 3479 'fetch/CachingCorrectnessTest.cpp',
3480 'fetch/ImageResourceTest.cpp', 3480 'fetch/ImageResourceTest.cpp',
3481 'fetch/MemoryCacheTest.cpp', 3481 'fetch/MemoryCacheTest.cpp',
3482 'fetch/RawResourceTest.cpp', 3482 'fetch/RawResourceTest.cpp',
3483 'fetch/ResourceFetcherTest.cpp', 3483 'fetch/ResourceFetcherTest.cpp',
3484 'frame/ImageBitmapTest.cpp', 3484 'frame/ImageBitmapTest.cpp',
3485 'html/HTMLDimensionTest.cpp', 3485 'html/HTMLDimensionTest.cpp',
3486 'html/HTMLFormControlElementTest.cpp', 3486 'html/HTMLFormControlElementTest.cpp',
3487 'html/HTMLLinkElementSizesAttributeTest.cpp', 3487 'html/HTMLLinkElementSizesAttributeTest.cpp',
3488 'html/HTMLSelectElementTest.cpp',
3488 'html/HTMLTextFormControlElementTest.cpp', 3489 'html/HTMLTextFormControlElementTest.cpp',
3489 'html/LinkRelAttributeTest.cpp', 3490 'html/LinkRelAttributeTest.cpp',
3490 'html/TimeRangesTest.cpp', 3491 'html/TimeRangesTest.cpp',
3491 'html/parser/HTMLParserThreadTest.cpp', 3492 'html/parser/HTMLParserThreadTest.cpp',
3492 'html/parser/HTMLSrcsetParserTest.cpp', 3493 'html/parser/HTMLSrcsetParserTest.cpp',
3493 'html/track/vtt/BufferedLineReaderTest.cpp', 3494 'html/track/vtt/BufferedLineReaderTest.cpp',
3494 'html/track/vtt/VTTScannerTest.cpp', 3495 'html/track/vtt/VTTScannerTest.cpp',
3495 'loader/MixedContentCheckerTest.cpp', 3496 'loader/MixedContentCheckerTest.cpp',
3496 'page/NetworkStateNotifierTest.cpp', 3497 'page/NetworkStateNotifierTest.cpp',
3497 'page/PrintContextTest.cpp', 3498 'page/PrintContextTest.cpp',
3498 'rendering/RenderOverflowTest.cpp', 3499 'rendering/RenderOverflowTest.cpp',
3499 'rendering/RenderPartTest.cpp', 3500 'rendering/RenderPartTest.cpp',
3500 'rendering/RenderTableCellTest.cpp', 3501 'rendering/RenderTableCellTest.cpp',
3501 'rendering/RenderTableRowTest.cpp', 3502 'rendering/RenderTableRowTest.cpp',
3502 'rendering/shapes/BoxShapeTest.cpp', 3503 'rendering/shapes/BoxShapeTest.cpp',
3503 'rendering/style/OutlineValueTest.cpp', 3504 'rendering/style/OutlineValueTest.cpp',
3504 'testing/PrivateScriptTestTest.cpp', 3505 'testing/PrivateScriptTestTest.cpp',
3505 'streams/ReadableStreamTest.cpp', 3506 'streams/ReadableStreamTest.cpp',
3506 'testing/UnitTestHelpers.cpp', 3507 'testing/UnitTestHelpers.cpp',
3507 'testing/UnitTestHelpers.h', 3508 'testing/UnitTestHelpers.h',
3508 'xml/parser/SharedBufferReaderTest.cpp', 3509 'xml/parser/SharedBufferReaderTest.cpp',
3509 ], 3510 ],
3510 } 3511 }
3511 } 3512 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLSelectElement.h » ('j') | Source/core/html/HTMLSelectElement.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698