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

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

Issue 1426643008: Cleaning up PointerIdManager and add id re-mapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix EXPECT_EQ compilation error on Android Created 5 years 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 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 'events/MutationEvent.cpp', 2624 'events/MutationEvent.cpp',
2625 'events/MutationEvent.h', 2625 'events/MutationEvent.h',
2626 'events/NavigatorEvents.cpp', 2626 'events/NavigatorEvents.cpp',
2627 'events/NavigatorEvents.h', 2627 'events/NavigatorEvents.h',
2628 'events/NodeEventContext.cpp', 2628 'events/NodeEventContext.cpp',
2629 'events/NodeEventContext.h', 2629 'events/NodeEventContext.h',
2630 'events/PageTransitionEvent.cpp', 2630 'events/PageTransitionEvent.cpp',
2631 'events/PageTransitionEvent.h', 2631 'events/PageTransitionEvent.h',
2632 'events/PointerEvent.cpp', 2632 'events/PointerEvent.cpp',
2633 'events/PointerEvent.h', 2633 'events/PointerEvent.h',
2634 'events/PointerIdManager.cpp', 2634 'events/PointerEventFactory.cpp',
2635 'events/PointerIdManager.h', 2635 'events/PointerEventFactory.h',
2636 'events/PopStateEvent.cpp', 2636 'events/PopStateEvent.cpp',
2637 'events/PopStateEvent.h', 2637 'events/PopStateEvent.h',
2638 'events/ProgressEvent.cpp', 2638 'events/ProgressEvent.cpp',
2639 'events/ProgressEvent.h', 2639 'events/ProgressEvent.h',
2640 'events/PromiseRejectionEvent.cpp', 2640 'events/PromiseRejectionEvent.cpp',
2641 'events/PromiseRejectionEvent.h', 2641 'events/PromiseRejectionEvent.h',
2642 'events/RelatedEvent.cpp', 2642 'events/RelatedEvent.cpp',
2643 'events/RelatedEvent.h', 2643 'events/RelatedEvent.h',
2644 'events/ResourceProgressEvent.cpp', 2644 'events/ResourceProgressEvent.cpp',
2645 'events/ResourceProgressEvent.h', 2645 'events/ResourceProgressEvent.h',
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
3835 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 3835 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
3836 'editing/iterators/TextIteratorTest.cpp', 3836 'editing/iterators/TextIteratorTest.cpp',
3837 'editing/markers/DocumentMarkerControllerTest.cpp', 3837 'editing/markers/DocumentMarkerControllerTest.cpp',
3838 'editing/PositionTest.cpp', 3838 'editing/PositionTest.cpp',
3839 'editing/SurroundingTextTest.cpp', 3839 'editing/SurroundingTextTest.cpp',
3840 'editing/VisiblePositionTest.cpp', 3840 'editing/VisiblePositionTest.cpp',
3841 'editing/VisibleSelectionTest.cpp', 3841 'editing/VisibleSelectionTest.cpp',
3842 'editing/VisibleUnitsTest.cpp', 3842 'editing/VisibleUnitsTest.cpp',
3843 'editing/serializers/StyledMarkupSerializerTest.cpp', 3843 'editing/serializers/StyledMarkupSerializerTest.cpp',
3844 'events/EventPathTest.cpp', 3844 'events/EventPathTest.cpp',
3845 'events/PointerEventFactoryTest.cpp',
3845 'experiments/ExperimentsTest.cpp', 3846 'experiments/ExperimentsTest.cpp',
3846 'fetch/CachingCorrectnessTest.cpp', 3847 'fetch/CachingCorrectnessTest.cpp',
3847 'fetch/ClientHintsPreferencesTest.cpp', 3848 'fetch/ClientHintsPreferencesTest.cpp',
3848 'fetch/FetchUtilsTest.cpp', 3849 'fetch/FetchUtilsTest.cpp',
3849 'fetch/ImageResourceTest.cpp', 3850 'fetch/ImageResourceTest.cpp',
3850 'fetch/MemoryCacheTest.cpp', 3851 'fetch/MemoryCacheTest.cpp',
3851 'fetch/MockImageResourceClient.cpp', 3852 'fetch/MockImageResourceClient.cpp',
3852 'fetch/RawResourceTest.cpp', 3853 'fetch/RawResourceTest.cpp',
3853 'fetch/ResourceFetcherTest.cpp', 3854 'fetch/ResourceFetcherTest.cpp',
3854 'fetch/ResourceLoaderOptionsTest.cpp', 3855 'fetch/ResourceLoaderOptionsTest.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
3933 'style/SVGComputedStyleTest.cpp', 3934 'style/SVGComputedStyleTest.cpp',
3934 'svg/SVGPathParserTest.cpp', 3935 'svg/SVGPathParserTest.cpp',
3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3936 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3936 'testing/PrivateScriptTestTest.cpp', 3937 'testing/PrivateScriptTestTest.cpp',
3937 'timing/MemoryInfoTest.cpp', 3938 'timing/MemoryInfoTest.cpp',
3938 'workers/WorkerThreadTest.cpp', 3939 'workers/WorkerThreadTest.cpp',
3939 'xml/parser/SharedBufferReaderTest.cpp', 3940 'xml/parser/SharedBufferReaderTest.cpp',
3940 ], 3941 ],
3941 } 3942 }
3942 } 3943 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698