OLD | NEW |
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 3959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3970 'editing/VisibleUnitsTest.cpp', | 3970 'editing/VisibleUnitsTest.cpp', |
3971 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3971 'editing/serializers/StyledMarkupSerializerTest.cpp', |
3972 'editing/spellcheck/SpellCheckerTest.cpp', | 3972 'editing/spellcheck/SpellCheckerTest.cpp', |
3973 'events/EventPathTest.cpp', | 3973 'events/EventPathTest.cpp', |
3974 'events/PointerEventManagerTest.cpp', | 3974 'events/PointerEventManagerTest.cpp', |
3975 'fetch/CachingCorrectnessTest.cpp', | 3975 'fetch/CachingCorrectnessTest.cpp', |
3976 'fetch/ClientHintsPreferencesTest.cpp', | 3976 'fetch/ClientHintsPreferencesTest.cpp', |
3977 'fetch/FetchUtilsTest.cpp', | 3977 'fetch/FetchUtilsTest.cpp', |
3978 'fetch/ImageResourceTest.cpp', | 3978 'fetch/ImageResourceTest.cpp', |
3979 'fetch/MemoryCacheTest.cpp', | 3979 'fetch/MemoryCacheTest.cpp', |
3980 'fetch/MockImageResourceClient.cpp', | 3980 'fetch/MockResourceClients.cpp', |
3981 'fetch/RawResourceTest.cpp', | 3981 'fetch/RawResourceTest.cpp', |
3982 'fetch/ResourceFetcherTest.cpp', | 3982 'fetch/ResourceFetcherTest.cpp', |
3983 'fetch/ResourceLoaderOptionsTest.cpp', | 3983 'fetch/ResourceLoaderOptionsTest.cpp', |
3984 'fetch/ResourceTest.cpp', | 3984 'fetch/ResourceTest.cpp', |
3985 'fileapi/FileListTest.cpp', | 3985 'fileapi/FileListTest.cpp', |
3986 'fileapi/FileTest.cpp', | 3986 'fileapi/FileTest.cpp', |
3987 'frame/FrameViewTest.cpp', | 3987 'frame/FrameViewTest.cpp', |
3988 'frame/HistoryTest.cpp', | 3988 'frame/HistoryTest.cpp', |
3989 'frame/ImageBitmapTest.cpp', | 3989 'frame/ImageBitmapTest.cpp', |
3990 'frame/OriginsUsingFeaturesTest.cpp', | 3990 'frame/OriginsUsingFeaturesTest.cpp', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4073 'style/SVGComputedStyleTest.cpp', | 4073 'style/SVGComputedStyleTest.cpp', |
4074 'svg/SVGPathParserTest.cpp', | 4074 'svg/SVGPathParserTest.cpp', |
4075 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4075 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4076 'testing/PrivateScriptTestTest.cpp', | 4076 'testing/PrivateScriptTestTest.cpp', |
4077 'timing/MemoryInfoTest.cpp', | 4077 'timing/MemoryInfoTest.cpp', |
4078 'workers/WorkerThreadTest.cpp', | 4078 'workers/WorkerThreadTest.cpp', |
4079 'xml/parser/SharedBufferReaderTest.cpp', | 4079 'xml/parser/SharedBufferReaderTest.cpp', |
4080 ], | 4080 ], |
4081 } | 4081 } |
4082 } | 4082 } |
OLD | NEW |