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

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

Issue 135183002: Avoid unnecessary style recalc for subtree of focused element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed contenteditable shadow dom regression. Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 3216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 'animation/CompositorAnimationsTest.cpp', 3227 'animation/CompositorAnimationsTest.cpp',
3228 'animation/CompositorAnimationsTestHelper.h', 3228 'animation/CompositorAnimationsTestHelper.h',
3229 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3229 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3230 'animation/AnimationTranslationUtilTest.cpp', 3230 'animation/AnimationTranslationUtilTest.cpp',
3231 'animation/DocumentTimelineTest.cpp', 3231 'animation/DocumentTimelineTest.cpp',
3232 'animation/ElementAnimationTest.cpp', 3232 'animation/ElementAnimationTest.cpp',
3233 'animation/KeyframeEffectModelTest.cpp', 3233 'animation/KeyframeEffectModelTest.cpp',
3234 'animation/PlayerTest.cpp', 3234 'animation/PlayerTest.cpp',
3235 'animation/TimedItemCalculationsTest.cpp', 3235 'animation/TimedItemCalculationsTest.cpp',
3236 'animation/TimedItemTest.cpp', 3236 'animation/TimedItemTest.cpp',
3237 'css/AffectedByFocusTest.cpp',
3237 'css/CSSParserValuesTest.cpp', 3238 'css/CSSParserValuesTest.cpp',
3238 'css/CSSCalculationValueTest.cpp', 3239 'css/CSSCalculationValueTest.cpp',
3239 'css/CSSValueTestHelper.h', 3240 'css/CSSValueTestHelper.h',
3240 'dom/DocumentMarkerControllerTest.cpp', 3241 'dom/DocumentMarkerControllerTest.cpp',
3241 'editing/TextIteratorTest.cpp', 3242 'editing/TextIteratorTest.cpp',
3242 'dom/DOMImplementationTest.cpp', 3243 'dom/DOMImplementationTest.cpp',
3243 'dom/MainThreadTaskRunnerTest.cpp', 3244 'dom/MainThreadTaskRunnerTest.cpp',
3244 'fetch/ImageResourceTest.cpp', 3245 'fetch/ImageResourceTest.cpp',
3245 'fetch/MemoryCacheTest.cpp', 3246 'fetch/MemoryCacheTest.cpp',
3246 'fetch/RawResourceTest.cpp', 3247 'fetch/RawResourceTest.cpp',
3247 'fetch/ResourceFetcherTest.cpp', 3248 'fetch/ResourceFetcherTest.cpp',
3248 'html/HTMLDimensionTest.cpp', 3249 'html/HTMLDimensionTest.cpp',
3249 'html/LinkRelAttributeTest.cpp', 3250 'html/LinkRelAttributeTest.cpp',
3250 'html/TimeRangesTest.cpp', 3251 'html/TimeRangesTest.cpp',
3251 'html/track/vtt/BufferedLineReaderTest.cpp', 3252 'html/track/vtt/BufferedLineReaderTest.cpp',
3252 'html/track/vtt/VTTScannerTest.cpp', 3253 'html/track/vtt/VTTScannerTest.cpp',
3253 'frame/ImageBitmapTest.cpp', 3254 'frame/ImageBitmapTest.cpp',
3254 'rendering/RenderOverflowTest.cpp', 3255 'rendering/RenderOverflowTest.cpp',
3255 'rendering/shapes/BoxShapeTest.cpp', 3256 'rendering/shapes/BoxShapeTest.cpp',
3256 'testing/UnitTestHelpers.h', 3257 'testing/UnitTestHelpers.h',
3257 'testing/UnitTestHelpers.cpp', 3258 'testing/UnitTestHelpers.cpp',
3258 ], 3259 ],
3259 } 3260 }
3260 } 3261 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698