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

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

Issue 616443002: Implement :valid and :invalid pseudoclass for <form> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add layout tests, apply feedback from Keishi, add support for removing/inserting elements into the … 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
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 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after
3556 'editing/TextIteratorTest.cpp', 3556 'editing/TextIteratorTest.cpp',
3557 'editing/VisibleSelectionTest.cpp', 3557 'editing/VisibleSelectionTest.cpp',
3558 'fetch/CachingCorrectnessTest.cpp', 3558 'fetch/CachingCorrectnessTest.cpp',
3559 'fetch/ImageResourceTest.cpp', 3559 'fetch/ImageResourceTest.cpp',
3560 'fetch/MemoryCacheTest.cpp', 3560 'fetch/MemoryCacheTest.cpp',
3561 'fetch/RawResourceTest.cpp', 3561 'fetch/RawResourceTest.cpp',
3562 'fetch/ResourceFetcherTest.cpp', 3562 'fetch/ResourceFetcherTest.cpp',
3563 'frame/ImageBitmapTest.cpp', 3563 'frame/ImageBitmapTest.cpp',
3564 'frame/SubresourceIntegrityTest.cpp', 3564 'frame/SubresourceIntegrityTest.cpp',
3565 'html/HTMLDimensionTest.cpp', 3565 'html/HTMLDimensionTest.cpp',
3566 'html/HTMLFormElementTest.cpp',
3566 'html/HTMLFormControlElementTest.cpp', 3567 'html/HTMLFormControlElementTest.cpp',
3567 'html/HTMLLinkElementSizesAttributeTest.cpp', 3568 'html/HTMLLinkElementSizesAttributeTest.cpp',
3568 'html/HTMLSelectElementTest.cpp', 3569 'html/HTMLSelectElementTest.cpp',
3569 'html/HTMLTextFormControlElementTest.cpp', 3570 'html/HTMLTextFormControlElementTest.cpp',
3570 'html/LinkRelAttributeTest.cpp', 3571 'html/LinkRelAttributeTest.cpp',
3571 'html/TimeRangesTest.cpp', 3572 'html/TimeRangesTest.cpp',
3572 'html/parser/HTMLParserThreadTest.cpp', 3573 'html/parser/HTMLParserThreadTest.cpp',
3573 'html/parser/HTMLSrcsetParserTest.cpp', 3574 'html/parser/HTMLSrcsetParserTest.cpp',
3574 'html/track/vtt/BufferedLineReaderTest.cpp', 3575 'html/track/vtt/BufferedLineReaderTest.cpp',
3575 'html/track/vtt/VTTScannerTest.cpp', 3576 'html/track/vtt/VTTScannerTest.cpp',
3576 'loader/MixedContentCheckerTest.cpp', 3577 'loader/MixedContentCheckerTest.cpp',
3577 'page/NetworkStateNotifierTest.cpp', 3578 'page/NetworkStateNotifierTest.cpp',
3578 'page/PrintContextTest.cpp', 3579 'page/PrintContextTest.cpp',
3579 'rendering/RenderOverflowTest.cpp', 3580 'rendering/RenderOverflowTest.cpp',
3580 'rendering/RenderPartTest.cpp', 3581 'rendering/RenderPartTest.cpp',
3581 'rendering/RenderTableCellTest.cpp', 3582 'rendering/RenderTableCellTest.cpp',
3582 'rendering/RenderTableRowTest.cpp', 3583 'rendering/RenderTableRowTest.cpp',
3583 'rendering/TextPainterTest.cpp', 3584 'rendering/TextPainterTest.cpp',
3584 'rendering/shapes/BoxShapeTest.cpp', 3585 'rendering/shapes/BoxShapeTest.cpp',
3585 'rendering/style/OutlineValueTest.cpp', 3586 'rendering/style/OutlineValueTest.cpp',
3586 'testing/PrivateScriptTestTest.cpp', 3587 'testing/PrivateScriptTestTest.cpp',
3587 'streams/ReadableStreamTest.cpp', 3588 'streams/ReadableStreamTest.cpp',
3588 'testing/UnitTestHelpers.cpp', 3589 'testing/UnitTestHelpers.cpp',
3589 'testing/UnitTestHelpers.h', 3590 'testing/UnitTestHelpers.h',
3590 'xml/parser/SharedBufferReaderTest.cpp', 3591 'xml/parser/SharedBufferReaderTest.cpp',
3591 ], 3592 ],
3592 } 3593 }
3593 } 3594 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698