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

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: nit refine. 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 3922 matching lines...) Expand 10 before | Expand all | Expand 10 after
3933 'editing/VisibleUnitsTest.cpp', 3933 'editing/VisibleUnitsTest.cpp',
3934 'editing/serializers/StyledMarkupSerializerTest.cpp', 3934 'editing/serializers/StyledMarkupSerializerTest.cpp',
3935 'editing/spellcheck/SpellCheckerTest.cpp', 3935 'editing/spellcheck/SpellCheckerTest.cpp',
3936 'events/EventPathTest.cpp', 3936 'events/EventPathTest.cpp',
3937 'events/PointerEventFactoryTest.cpp', 3937 'events/PointerEventFactoryTest.cpp',
3938 'fetch/CachingCorrectnessTest.cpp', 3938 'fetch/CachingCorrectnessTest.cpp',
3939 'fetch/ClientHintsPreferencesTest.cpp', 3939 'fetch/ClientHintsPreferencesTest.cpp',
3940 'fetch/FetchUtilsTest.cpp', 3940 'fetch/FetchUtilsTest.cpp',
3941 'fetch/ImageResourceTest.cpp', 3941 'fetch/ImageResourceTest.cpp',
3942 'fetch/MemoryCacheTest.cpp', 3942 'fetch/MemoryCacheTest.cpp',
3943 'fetch/MockImageResourceClient.cpp', 3943 'fetch/MockResourceClients.cpp',
3944 'fetch/MultipartImageResourceParserTest.cpp', 3944 'fetch/MultipartImageResourceParserTest.cpp',
3945 'fetch/RawResourceTest.cpp', 3945 'fetch/RawResourceTest.cpp',
3946 'fetch/ResourceFetcherTest.cpp', 3946 'fetch/ResourceFetcherTest.cpp',
3947 'fetch/ResourceLoaderOptionsTest.cpp', 3947 'fetch/ResourceLoaderOptionsTest.cpp',
3948 'fetch/ResourceTest.cpp', 3948 'fetch/ResourceTest.cpp',
3949 'fileapi/FileListTest.cpp', 3949 'fileapi/FileListTest.cpp',
3950 'fileapi/FileTest.cpp', 3950 'fileapi/FileTest.cpp',
3951 'frame/FrameViewTest.cpp', 3951 'frame/FrameViewTest.cpp',
3952 'frame/HistoryTest.cpp', 3952 'frame/HistoryTest.cpp',
3953 'frame/ImageBitmapTest.cpp', 3953 'frame/ImageBitmapTest.cpp',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
4040 'style/SVGComputedStyleTest.cpp', 4040 'style/SVGComputedStyleTest.cpp',
4041 'svg/SVGPathParserTest.cpp', 4041 'svg/SVGPathParserTest.cpp',
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4043 'testing/PrivateScriptTestTest.cpp', 4043 'testing/PrivateScriptTestTest.cpp',
4044 'timing/MemoryInfoTest.cpp', 4044 'timing/MemoryInfoTest.cpp',
4045 'workers/WorkerThreadTest.cpp', 4045 'workers/WorkerThreadTest.cpp',
4046 'xml/parser/SharedBufferReaderTest.cpp', 4046 'xml/parser/SharedBufferReaderTest.cpp',
4047 ], 4047 ],
4048 } 4048 }
4049 } 4049 }
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