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

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

Issue 2229743003: add HitTestCanvasResult Class instend of std::pair<Element*, String> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add HitTestCanvasResult Class instend of std::pair<Element*, String> Created 4 years, 4 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 | third_party/WebKit/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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'layout/CounterNode.cpp', 574 'layout/CounterNode.cpp',
575 'layout/CounterNode.h', 575 'layout/CounterNode.h',
576 'layout/DepthOrderedLayoutObjectList.cpp', 576 'layout/DepthOrderedLayoutObjectList.cpp',
577 'layout/DepthOrderedLayoutObjectList.h', 577 'layout/DepthOrderedLayoutObjectList.h',
578 'layout/FloatingObjects.cpp', 578 'layout/FloatingObjects.cpp',
579 'layout/FloatingObjects.h', 579 'layout/FloatingObjects.h',
580 'layout/FragmentationContext.h', 580 'layout/FragmentationContext.h',
581 'layout/GeneratedChildren.h', 581 'layout/GeneratedChildren.h',
582 'layout/HitTestCache.cpp', 582 'layout/HitTestCache.cpp',
583 'layout/HitTestCache.h', 583 'layout/HitTestCache.h',
584 'layout/HitTestCanvasResult.cpp',
584 'layout/HitTestLocation.cpp', 585 'layout/HitTestLocation.cpp',
585 'layout/HitTestLocation.h', 586 'layout/HitTestLocation.h',
586 'layout/HitTestResult.cpp', 587 'layout/HitTestResult.cpp',
587 'layout/HitTestingTransformState.cpp', 588 'layout/HitTestingTransformState.cpp',
588 'layout/HitTestingTransformState.h', 589 'layout/HitTestingTransformState.h',
589 'layout/ImageQualityController.cpp', 590 'layout/ImageQualityController.cpp',
590 'layout/ImageQualityController.h', 591 'layout/ImageQualityController.h',
591 'layout/LayoutState.cpp', 592 'layout/LayoutState.cpp',
592 'layout/OrderIterator.cpp', 593 'layout/OrderIterator.cpp',
593 'layout/OrderIterator.h', 594 'layout/OrderIterator.h',
(...skipping 3687 matching lines...) Expand 10 before | Expand all | Expand 10 after
4281 'timing/MemoryInfoTest.cpp', 4282 'timing/MemoryInfoTest.cpp',
4282 'timing/PerformanceBaseTest.cpp', 4283 'timing/PerformanceBaseTest.cpp',
4283 'timing/PerformanceObserverTest.cpp', 4284 'timing/PerformanceObserverTest.cpp',
4284 'workers/DedicatedWorkerTest.cpp', 4285 'workers/DedicatedWorkerTest.cpp',
4285 'workers/WorkerThreadTest.cpp', 4286 'workers/WorkerThreadTest.cpp',
4286 'workers/WorkerThreadTestHelper.h', 4287 'workers/WorkerThreadTestHelper.h',
4287 'xml/parser/SharedBufferReaderTest.cpp', 4288 'xml/parser/SharedBufferReaderTest.cpp',
4288 ], 4289 ],
4289 } 4290 }
4290 } 4291 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698