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

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 Clang linking problem. 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 | Annotate | Revision Log
« 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 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 3234 matching lines...) Expand 10 before | Expand all | Expand 10 after
3245 'animation/AnimationTranslationUtilTest.cpp', 3245 'animation/AnimationTranslationUtilTest.cpp',
3246 'animation/CompositorAnimationsTest.cpp', 3246 'animation/CompositorAnimationsTest.cpp',
3247 'animation/CompositorAnimationsTestHelper.h', 3247 'animation/CompositorAnimationsTestHelper.h',
3248 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3248 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3249 'animation/DocumentTimelineTest.cpp', 3249 'animation/DocumentTimelineTest.cpp',
3250 'animation/ElementAnimationTest.cpp', 3250 'animation/ElementAnimationTest.cpp',
3251 'animation/KeyframeEffectModelTest.cpp', 3251 'animation/KeyframeEffectModelTest.cpp',
3252 'animation/PlayerTest.cpp', 3252 'animation/PlayerTest.cpp',
3253 'animation/TimedItemCalculationsTest.cpp', 3253 'animation/TimedItemCalculationsTest.cpp',
3254 'animation/TimedItemTest.cpp', 3254 'animation/TimedItemTest.cpp',
3255 'css/AffectedByFocusTest.cpp',
3255 'css/CSSCalculationValueTest.cpp', 3256 'css/CSSCalculationValueTest.cpp',
3256 'css/CSSTestHelper.cpp', 3257 'css/CSSTestHelper.cpp',
3257 'css/CSSTestHelper.h', 3258 'css/CSSTestHelper.h',
3258 'css/CSSValueTestHelper.h', 3259 'css/CSSValueTestHelper.h',
3259 'css/CSSParserValuesTest.cpp', 3260 'css/CSSParserValuesTest.cpp',
3260 'css/CSSValueTestHelper.h', 3261 'css/CSSValueTestHelper.h',
3261 'css/HoverUpdateTest.cpp', 3262 'css/HoverUpdateTest.cpp',
3262 'css/RuleSetTest.cpp', 3263 'css/RuleSetTest.cpp',
3263 'dom/DOMImplementationTest.cpp', 3264 'dom/DOMImplementationTest.cpp',
3264 'dom/DocumentMarkerControllerTest.cpp', 3265 'dom/DocumentMarkerControllerTest.cpp',
(...skipping 12 matching lines...) Expand all
3277 'html/parser/HTMLParserThreadTest.cpp', 3278 'html/parser/HTMLParserThreadTest.cpp',
3278 'html/track/vtt/BufferedLineReaderTest.cpp', 3279 'html/track/vtt/BufferedLineReaderTest.cpp',
3279 'html/track/vtt/VTTScannerTest.cpp', 3280 'html/track/vtt/VTTScannerTest.cpp',
3280 'rendering/RenderOverflowTest.cpp', 3281 'rendering/RenderOverflowTest.cpp',
3281 'rendering/shapes/BoxShapeTest.cpp', 3282 'rendering/shapes/BoxShapeTest.cpp',
3282 'testing/UnitTestHelpers.cpp', 3283 'testing/UnitTestHelpers.cpp',
3283 'testing/UnitTestHelpers.h', 3284 'testing/UnitTestHelpers.h',
3284 ], 3285 ],
3285 } 3286 }
3286 } 3287 }
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