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

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: More consistent Client/Observer Created 4 years, 10 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 3959 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.h » ('j') | third_party/WebKit/Source/core/fetch/Resource.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698