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

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

Issue 220943002: Use invalidation sets for :hover, :active, and :focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary seenCombinator handling. Created 6 years, 8 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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 3336 matching lines...) Expand 10 before | Expand all | Expand 10 after
3347 'animation/TimingInputTest.cpp', 3347 'animation/TimingInputTest.cpp',
3348 'css/AffectedByFocusTest.cpp', 3348 'css/AffectedByFocusTest.cpp',
3349 'css/CSSCalculationValueTest.cpp', 3349 'css/CSSCalculationValueTest.cpp',
3350 'css/CSSFontFaceTest.cpp', 3350 'css/CSSFontFaceTest.cpp',
3351 'css/CSSParserValuesTest.cpp', 3351 'css/CSSParserValuesTest.cpp',
3352 'css/CSSSelectorTest.cpp', 3352 'css/CSSSelectorTest.cpp',
3353 'css/CSSTestHelper.cpp', 3353 'css/CSSTestHelper.cpp',
3354 'css/CSSTestHelper.h', 3354 'css/CSSTestHelper.h',
3355 'css/CSSValueTestHelper.h', 3355 'css/CSSValueTestHelper.h',
3356 'css/DragUpdateTest.cpp', 3356 'css/DragUpdateTest.cpp',
3357 'css/HoverUpdateTest.cpp',
3358 'css/MediaValuesTest.cpp', 3357 'css/MediaValuesTest.cpp',
3359 'css/MediaQueryEvaluatorTest.cpp', 3358 'css/MediaQueryEvaluatorTest.cpp',
3360 'css/MediaQuerySetTest.cpp', 3359 'css/MediaQuerySetTest.cpp',
3361 'css/RuleSetTest.cpp', 3360 'css/RuleSetTest.cpp',
3362 'css/invalidation/DescendantInvalidationSetTest.cpp', 3361 'css/invalidation/DescendantInvalidationSetTest.cpp',
3363 'css/parser/BisonCSSParserTest.cpp', 3362 'css/parser/BisonCSSParserTest.cpp',
3364 'css/parser/MediaQueryTokenizerTest.cpp', 3363 'css/parser/MediaQueryTokenizerTest.cpp',
3365 'css/parser/SizesAttributeParserTest.cpp', 3364 'css/parser/SizesAttributeParserTest.cpp',
3366 'css/parser/MediaConditionTest.cpp', 3365 'css/parser/MediaConditionTest.cpp',
3367 'css/resolver/FontBuilderTest.cpp', 3366 'css/resolver/FontBuilderTest.cpp',
(...skipping 21 matching lines...) Expand all
3389 'html/track/vtt/VTTScannerTest.cpp', 3388 'html/track/vtt/VTTScannerTest.cpp',
3390 'loader/MixedContentCheckerTest.cpp', 3389 'loader/MixedContentCheckerTest.cpp',
3391 'rendering/RenderOverflowTest.cpp', 3390 'rendering/RenderOverflowTest.cpp',
3392 'rendering/shapes/BoxShapeTest.cpp', 3391 'rendering/shapes/BoxShapeTest.cpp',
3393 'testing/UnitTestHelpers.cpp', 3392 'testing/UnitTestHelpers.cpp',
3394 'testing/UnitTestHelpers.h', 3393 'testing/UnitTestHelpers.h',
3395 'xml/parser/SharedBufferReaderTest.cpp', 3394 'xml/parser/SharedBufferReaderTest.cpp',
3396 ], 3395 ],
3397 } 3396 }
3398 } 3397 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/invalidation/targeted-hover-invalidation-expected.txt ('k') | Source/core/css/AffectedByFocusTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698