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

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: Fixing a link error in the shared_library case Created 5 years, 1 month 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 3800 matching lines...) Expand 10 before | Expand all | Expand 10 after
3811 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 3811 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
3812 'editing/iterators/TextIteratorTest.cpp', 3812 'editing/iterators/TextIteratorTest.cpp',
3813 'editing/markers/DocumentMarkerControllerTest.cpp', 3813 'editing/markers/DocumentMarkerControllerTest.cpp',
3814 'editing/PositionTest.cpp', 3814 'editing/PositionTest.cpp',
3815 'editing/SurroundingTextTest.cpp', 3815 'editing/SurroundingTextTest.cpp',
3816 'editing/VisiblePositionTest.cpp', 3816 'editing/VisiblePositionTest.cpp',
3817 'editing/VisibleSelectionTest.cpp', 3817 'editing/VisibleSelectionTest.cpp',
3818 'editing/VisibleUnitsTest.cpp', 3818 'editing/VisibleUnitsTest.cpp',
3819 'editing/serializers/StyledMarkupSerializerTest.cpp', 3819 'editing/serializers/StyledMarkupSerializerTest.cpp',
3820 'events/EventPathTest.cpp', 3820 'events/EventPathTest.cpp',
3821 'events/PointerIdManagerTest.cpp',
3821 'experiments/ExperimentsTest.cpp', 3822 'experiments/ExperimentsTest.cpp',
3822 'fetch/CachingCorrectnessTest.cpp', 3823 'fetch/CachingCorrectnessTest.cpp',
3823 'fetch/ClientHintsPreferencesTest.cpp', 3824 'fetch/ClientHintsPreferencesTest.cpp',
3824 'fetch/FetchUtilsTest.cpp', 3825 'fetch/FetchUtilsTest.cpp',
3825 'fetch/ImageResourceTest.cpp', 3826 'fetch/ImageResourceTest.cpp',
3826 'fetch/MemoryCacheTest.cpp', 3827 'fetch/MemoryCacheTest.cpp',
3827 'fetch/MockImageResourceClient.cpp', 3828 'fetch/MockImageResourceClient.cpp',
3828 'fetch/RawResourceTest.cpp', 3829 'fetch/RawResourceTest.cpp',
3829 'fetch/ResourceFetcherTest.cpp', 3830 'fetch/ResourceFetcherTest.cpp',
3830 'fetch/ResourceLoaderOptionsTest.cpp', 3831 'fetch/ResourceLoaderOptionsTest.cpp',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
3907 'style/SVGComputedStyleTest.cpp', 3908 'style/SVGComputedStyleTest.cpp',
3908 'svg/SVGPathParserTest.cpp', 3909 'svg/SVGPathParserTest.cpp',
3909 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3910 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3910 'testing/PrivateScriptTestTest.cpp', 3911 'testing/PrivateScriptTestTest.cpp',
3911 'timing/MemoryInfoTest.cpp', 3912 'timing/MemoryInfoTest.cpp',
3912 'workers/WorkerThreadTest.cpp', 3913 'workers/WorkerThreadTest.cpp',
3913 'xml/parser/SharedBufferReaderTest.cpp', 3914 'xml/parser/SharedBufferReaderTest.cpp',
3914 ], 3915 ],
3915 } 3916 }
3916 } 3917 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698