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

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

Issue 169643003: Avoid unnecessary style recalc for subtree of focused element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/css/AffectedByFocusTest.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 '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/Player.idl', 6 'animation/Player.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/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 3221 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 'animation/AnimationTest.cpp', 3232 'animation/AnimationTest.cpp',
3233 'animation/AnimationTranslationUtilTest.cpp', 3233 'animation/AnimationTranslationUtilTest.cpp',
3234 'animation/CompositorAnimationsTest.cpp', 3234 'animation/CompositorAnimationsTest.cpp',
3235 'animation/CompositorAnimationsTestHelper.h', 3235 'animation/CompositorAnimationsTestHelper.h',
3236 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3236 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3237 'animation/DocumentTimelineTest.cpp', 3237 'animation/DocumentTimelineTest.cpp',
3238 'animation/KeyframeEffectModelTest.cpp', 3238 'animation/KeyframeEffectModelTest.cpp',
3239 'animation/PlayerTest.cpp', 3239 'animation/PlayerTest.cpp',
3240 'animation/TimedItemCalculationsTest.cpp', 3240 'animation/TimedItemCalculationsTest.cpp',
3241 'animation/TimedItemTest.cpp', 3241 'animation/TimedItemTest.cpp',
3242 'css/AffectedByFocusTest.cpp',
3242 'css/CSSCalculationValueTest.cpp', 3243 'css/CSSCalculationValueTest.cpp',
3243 'css/CSSFontFaceTest.cpp', 3244 'css/CSSFontFaceTest.cpp',
3244 'css/CSSTestHelper.cpp', 3245 'css/CSSTestHelper.cpp',
3245 'css/CSSTestHelper.h', 3246 'css/CSSTestHelper.h',
3246 'css/CSSValueTestHelper.h', 3247 'css/CSSValueTestHelper.h',
3247 'css/CSSParserValuesTest.cpp', 3248 'css/CSSParserValuesTest.cpp',
3248 'css/CSSSelectorTest.cpp', 3249 'css/CSSSelectorTest.cpp',
3249 'css/CSSValueTestHelper.h', 3250 'css/CSSValueTestHelper.h',
3250 'css/DragUpdateTest.cpp', 3251 'css/DragUpdateTest.cpp',
3251 'css/HoverUpdateTest.cpp', 3252 'css/HoverUpdateTest.cpp',
(...skipping 15 matching lines...) Expand all
3267 'html/parser/HTMLParserThreadTest.cpp', 3268 'html/parser/HTMLParserThreadTest.cpp',
3268 'html/track/vtt/BufferedLineReaderTest.cpp', 3269 'html/track/vtt/BufferedLineReaderTest.cpp',
3269 'html/track/vtt/VTTScannerTest.cpp', 3270 'html/track/vtt/VTTScannerTest.cpp',
3270 'rendering/RenderOverflowTest.cpp', 3271 'rendering/RenderOverflowTest.cpp',
3271 'rendering/shapes/BoxShapeTest.cpp', 3272 'rendering/shapes/BoxShapeTest.cpp',
3272 'testing/UnitTestHelpers.cpp', 3273 'testing/UnitTestHelpers.cpp',
3273 'testing/UnitTestHelpers.h', 3274 'testing/UnitTestHelpers.h',
3274 ], 3275 ],
3275 } 3276 }
3276 } 3277 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/AffectedByFocusTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698