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

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: 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
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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'layout/CounterNode.cpp', 553 'layout/CounterNode.cpp',
554 'layout/CounterNode.h', 554 'layout/CounterNode.h',
555 'layout/DepthOrderedLayoutObjectList.cpp', 555 'layout/DepthOrderedLayoutObjectList.cpp',
556 'layout/DepthOrderedLayoutObjectList.h', 556 'layout/DepthOrderedLayoutObjectList.h',
557 'layout/FloatingObjects.cpp', 557 'layout/FloatingObjects.cpp',
558 'layout/FloatingObjects.h', 558 'layout/FloatingObjects.h',
559 'layout/FragmentationContext.h', 559 'layout/FragmentationContext.h',
560 'layout/GeneratedChildren.h', 560 'layout/GeneratedChildren.h',
561 'layout/HitTestCache.cpp', 561 'layout/HitTestCache.cpp',
562 'layout/HitTestCache.h', 562 'layout/HitTestCache.h',
563 'layout/HitTestCanvasResult.cpp',
563 'layout/HitTestLocation.cpp', 564 'layout/HitTestLocation.cpp',
564 'layout/HitTestLocation.h', 565 'layout/HitTestLocation.h',
565 'layout/HitTestResult.cpp', 566 'layout/HitTestResult.cpp',
566 'layout/HitTestingTransformState.cpp', 567 'layout/HitTestingTransformState.cpp',
567 'layout/HitTestingTransformState.h', 568 'layout/HitTestingTransformState.h',
568 'layout/ImageQualityController.cpp', 569 'layout/ImageQualityController.cpp',
569 'layout/ImageQualityController.h', 570 'layout/ImageQualityController.h',
570 'layout/LayoutState.cpp', 571 'layout/LayoutState.cpp',
571 'layout/OrderIterator.cpp', 572 'layout/OrderIterator.cpp',
572 'layout/OrderIterator.h', 573 'layout/OrderIterator.h',
(...skipping 3667 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 'testing/PrivateScriptTestTest.cpp', 4241 'testing/PrivateScriptTestTest.cpp',
4241 'timing/MemoryInfoTest.cpp', 4242 'timing/MemoryInfoTest.cpp',
4242 'timing/PerformanceBaseTest.cpp', 4243 'timing/PerformanceBaseTest.cpp',
4243 'timing/PerformanceObserverTest.cpp', 4244 'timing/PerformanceObserverTest.cpp',
4244 'workers/WorkerThreadTest.cpp', 4245 'workers/WorkerThreadTest.cpp',
4245 'workers/WorkerThreadTestHelper.h', 4246 'workers/WorkerThreadTestHelper.h',
4246 'xml/parser/SharedBufferReaderTest.cpp', 4247 'xml/parser/SharedBufferReaderTest.cpp',
4247 ], 4248 ],
4248 } 4249 }
4249 } 4250 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | third_party/WebKit/Source/core/dom/Document.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698