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

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

Issue 1142283004: Implement a Hit Test Cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove validity rect as per Elliott's request Created 5 years, 6 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 | « LayoutTests/fast/events/hit-test-counts-expected.txt ('k') | Source/core/dom/Document.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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'layout/BidiRunForLine.h', 550 'layout/BidiRunForLine.h',
551 'layout/ClipRect.cpp', 551 'layout/ClipRect.cpp',
552 'layout/ClipRect.h', 552 'layout/ClipRect.h',
553 'layout/ClipRects.h', 553 'layout/ClipRects.h',
554 'layout/ClipRectsCache.h', 554 'layout/ClipRectsCache.h',
555 'layout/CounterNode.cpp', 555 'layout/CounterNode.cpp',
556 'layout/CounterNode.h', 556 'layout/CounterNode.h',
557 'layout/FloatingObjects.cpp', 557 'layout/FloatingObjects.cpp',
558 'layout/FloatingObjects.h', 558 'layout/FloatingObjects.h',
559 'layout/GeneratedChildren.h', 559 'layout/GeneratedChildren.h',
560 'layout/HitTestCache.cpp',
561 'layout/HitTestCache.h',
560 'layout/HitTestLocation.cpp', 562 'layout/HitTestLocation.cpp',
561 'layout/HitTestLocation.h', 563 'layout/HitTestLocation.h',
562 'layout/HitTestResult.cpp', 564 'layout/HitTestResult.cpp',
563 'layout/HitTestingTransformState.cpp', 565 'layout/HitTestingTransformState.cpp',
564 'layout/HitTestingTransformState.h', 566 'layout/HitTestingTransformState.h',
565 'layout/ImageQualityController.cpp', 567 'layout/ImageQualityController.cpp',
566 'layout/ImageQualityController.h', 568 'layout/ImageQualityController.h',
567 'layout/LayoutState.cpp', 569 'layout/LayoutState.cpp',
568 'layout/OrderIterator.cpp', 570 'layout/OrderIterator.cpp',
569 'layout/OrderIterator.h', 571 'layout/OrderIterator.h',
(...skipping 3366 matching lines...) Expand 10 before | Expand all | Expand 10 after
3936 'style/OutlineValueTest.cpp', 3938 'style/OutlineValueTest.cpp',
3937 'style/SVGComputedStyleTest.cpp', 3939 'style/SVGComputedStyleTest.cpp',
3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3939 'testing/PrivateScriptTestTest.cpp', 3941 'testing/PrivateScriptTestTest.cpp',
3940 'timing/MemoryInfoTest.cpp', 3942 'timing/MemoryInfoTest.cpp',
3941 'workers/WorkerThreadTest.cpp', 3943 'workers/WorkerThreadTest.cpp',
3942 'xml/parser/SharedBufferReaderTest.cpp', 3944 'xml/parser/SharedBufferReaderTest.cpp',
3943 ], 3945 ],
3944 } 3946 }
3945 } 3947 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/hit-test-counts-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698