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

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

Issue 148243004: Use LocalStyleChange for :hover/:active not affected by descendants. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. 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/HoverUpdateTest.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 3238 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 'animation/KeyframeEffectModelTest.cpp', 3249 'animation/KeyframeEffectModelTest.cpp',
3250 'animation/PlayerTest.cpp', 3250 'animation/PlayerTest.cpp',
3251 'animation/TimedItemCalculationsTest.cpp', 3251 'animation/TimedItemCalculationsTest.cpp',
3252 'animation/TimedItemTest.cpp', 3252 'animation/TimedItemTest.cpp',
3253 'css/CSSCalculationValueTest.cpp', 3253 'css/CSSCalculationValueTest.cpp',
3254 'css/CSSTestHelper.cpp', 3254 'css/CSSTestHelper.cpp',
3255 'css/CSSTestHelper.h', 3255 'css/CSSTestHelper.h',
3256 'css/CSSValueTestHelper.h', 3256 'css/CSSValueTestHelper.h',
3257 'css/CSSParserValuesTest.cpp', 3257 'css/CSSParserValuesTest.cpp',
3258 'css/CSSValueTestHelper.h', 3258 'css/CSSValueTestHelper.h',
3259 'css/HoverUpdateTest.cpp',
3259 'css/RuleSetTest.cpp', 3260 'css/RuleSetTest.cpp',
3260 'dom/DOMImplementationTest.cpp', 3261 'dom/DOMImplementationTest.cpp',
3261 'dom/DocumentMarkerControllerTest.cpp', 3262 'dom/DocumentMarkerControllerTest.cpp',
3262 'dom/DocumentTest.cpp', 3263 'dom/DocumentTest.cpp',
3263 'dom/MainThreadTaskRunnerTest.cpp', 3264 'dom/MainThreadTaskRunnerTest.cpp',
3264 'editing/TextIteratorTest.cpp', 3265 'editing/TextIteratorTest.cpp',
3265 'fetch/CachingCorrectnessTest.cpp', 3266 'fetch/CachingCorrectnessTest.cpp',
3266 'fetch/ImageResourceTest.cpp', 3267 'fetch/ImageResourceTest.cpp',
3267 'fetch/MemoryCacheTest.cpp', 3268 'fetch/MemoryCacheTest.cpp',
3268 'fetch/RawResourceTest.cpp', 3269 'fetch/RawResourceTest.cpp',
3269 'fetch/ResourceFetcherTest.cpp', 3270 'fetch/ResourceFetcherTest.cpp',
3270 'frame/ImageBitmapTest.cpp', 3271 'frame/ImageBitmapTest.cpp',
3271 'html/HTMLDimensionTest.cpp', 3272 'html/HTMLDimensionTest.cpp',
3272 'html/LinkRelAttributeTest.cpp', 3273 'html/LinkRelAttributeTest.cpp',
3273 'html/TimeRangesTest.cpp', 3274 'html/TimeRangesTest.cpp',
3274 'html/parser/HTMLParserThreadTest.cpp', 3275 'html/parser/HTMLParserThreadTest.cpp',
3275 'html/track/vtt/BufferedLineReaderTest.cpp', 3276 'html/track/vtt/BufferedLineReaderTest.cpp',
3276 'html/track/vtt/VTTScannerTest.cpp', 3277 'html/track/vtt/VTTScannerTest.cpp',
3277 'rendering/RenderOverflowTest.cpp', 3278 'rendering/RenderOverflowTest.cpp',
3278 'rendering/shapes/BoxShapeTest.cpp', 3279 'rendering/shapes/BoxShapeTest.cpp',
3279 'testing/UnitTestHelpers.cpp', 3280 'testing/UnitTestHelpers.cpp',
3280 'testing/UnitTestHelpers.h', 3281 'testing/UnitTestHelpers.h',
3281 ], 3282 ],
3282 } 3283 }
3283 } 3284 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/HoverUpdateTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698