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

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

Issue 1706083002: Split ImageResourceClient into ResourceClient and ImageResourceObserver [1/2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reflect comments and Rebase Created 4 years, 9 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 3943 matching lines...) Expand 10 before | Expand all | Expand 10 after
3954 'editing/VisibleUnitsTest.cpp', 3954 'editing/VisibleUnitsTest.cpp',
3955 'editing/serializers/StyledMarkupSerializerTest.cpp', 3955 'editing/serializers/StyledMarkupSerializerTest.cpp',
3956 'editing/spellcheck/SpellCheckerTest.cpp', 3956 'editing/spellcheck/SpellCheckerTest.cpp',
3957 'events/EventPathTest.cpp', 3957 'events/EventPathTest.cpp',
3958 'events/PointerEventFactoryTest.cpp', 3958 'events/PointerEventFactoryTest.cpp',
3959 'fetch/CachingCorrectnessTest.cpp', 3959 'fetch/CachingCorrectnessTest.cpp',
3960 'fetch/ClientHintsPreferencesTest.cpp', 3960 'fetch/ClientHintsPreferencesTest.cpp',
3961 'fetch/FetchUtilsTest.cpp', 3961 'fetch/FetchUtilsTest.cpp',
3962 'fetch/ImageResourceTest.cpp', 3962 'fetch/ImageResourceTest.cpp',
3963 'fetch/MemoryCacheTest.cpp', 3963 'fetch/MemoryCacheTest.cpp',
3964 'fetch/MockImageResourceClient.cpp', 3964 'fetch/MockResourceClients.cpp',
3965 'fetch/MultipartImageResourceParserTest.cpp', 3965 'fetch/MultipartImageResourceParserTest.cpp',
3966 'fetch/RawResourceTest.cpp', 3966 'fetch/RawResourceTest.cpp',
3967 'fetch/ResourceFetcherTest.cpp', 3967 'fetch/ResourceFetcherTest.cpp',
3968 'fetch/ResourceLoaderOptionsTest.cpp', 3968 'fetch/ResourceLoaderOptionsTest.cpp',
3969 'fetch/ResourceTest.cpp', 3969 'fetch/ResourceTest.cpp',
3970 'fileapi/FileListTest.cpp', 3970 'fileapi/FileListTest.cpp',
3971 'fileapi/FileTest.cpp', 3971 'fileapi/FileTest.cpp',
3972 'frame/FrameViewTest.cpp', 3972 'frame/FrameViewTest.cpp',
3973 'frame/HistoryTest.cpp', 3973 'frame/HistoryTest.cpp',
3974 'frame/ImageBitmapTest.cpp', 3974 'frame/ImageBitmapTest.cpp',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
4063 'style/SVGComputedStyleTest.cpp', 4063 'style/SVGComputedStyleTest.cpp',
4064 'svg/SVGPathParserTest.cpp', 4064 'svg/SVGPathParserTest.cpp',
4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4066 'testing/PrivateScriptTestTest.cpp', 4066 'testing/PrivateScriptTestTest.cpp',
4067 'timing/MemoryInfoTest.cpp', 4067 'timing/MemoryInfoTest.cpp',
4068 'workers/WorkerThreadTest.cpp', 4068 'workers/WorkerThreadTest.cpp',
4069 'xml/parser/SharedBufferReaderTest.cpp', 4069 'xml/parser/SharedBufferReaderTest.cpp',
4070 ], 4070 ],
4071 } 4071 }
4072 } 4072 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698