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

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: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1626 'fetch/LinkFetchResource.cpp', 1626 'fetch/LinkFetchResource.cpp',
1627 'fetch/LinkFetchResource.h', 1627 'fetch/LinkFetchResource.h',
1628 'fetch/MemoryCache.cpp', 1628 'fetch/MemoryCache.cpp',
1629 'fetch/MemoryCache.h', 1629 'fetch/MemoryCache.h',
1630 'fetch/MultipartImageResourceParser.cpp', 1630 'fetch/MultipartImageResourceParser.cpp',
1631 'fetch/MultipartImageResourceParser.h', 1631 'fetch/MultipartImageResourceParser.h',
1632 'fetch/RawResource.cpp', 1632 'fetch/RawResource.cpp',
1633 'fetch/RawResource.h', 1633 'fetch/RawResource.h',
1634 'fetch/Resource.cpp', 1634 'fetch/Resource.cpp',
1635 'fetch/Resource.h', 1635 'fetch/Resource.h',
1636 'fetch/ResourceClientWalker.h', 1636 'fetch/ResourceClientOrObserverWalker.h',
1637 'fetch/ResourceFetcher.cpp', 1637 'fetch/ResourceFetcher.cpp',
1638 'fetch/ResourceFetcher.h', 1638 'fetch/ResourceFetcher.h',
1639 'fetch/ResourceLoader.cpp', 1639 'fetch/ResourceLoader.cpp',
1640 'fetch/ResourceLoader.h', 1640 'fetch/ResourceLoader.h',
1641 'fetch/ResourceLoaderOptions.h', 1641 'fetch/ResourceLoaderOptions.h',
1642 'fetch/ResourceLoaderSet.cpp', 1642 'fetch/ResourceLoaderSet.cpp',
1643 'fetch/ResourceLoaderSet.h', 1643 'fetch/ResourceLoaderSet.h',
1644 'fetch/ScriptResource.cpp', 1644 'fetch/ScriptResource.cpp',
1645 'fetch/ScriptResource.h', 1645 'fetch/ScriptResource.h',
1646 'fetch/SubstituteData.h', 1646 'fetch/SubstituteData.h',
(...skipping 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3968 'editing/VisibleUnitsTest.cpp', 3968 'editing/VisibleUnitsTest.cpp',
3969 'editing/serializers/StyledMarkupSerializerTest.cpp', 3969 'editing/serializers/StyledMarkupSerializerTest.cpp',
3970 'editing/spellcheck/SpellCheckerTest.cpp', 3970 'editing/spellcheck/SpellCheckerTest.cpp',
3971 'events/EventPathTest.cpp', 3971 'events/EventPathTest.cpp',
3972 'events/PointerEventFactoryTest.cpp', 3972 'events/PointerEventFactoryTest.cpp',
3973 'fetch/CachingCorrectnessTest.cpp', 3973 'fetch/CachingCorrectnessTest.cpp',
3974 'fetch/ClientHintsPreferencesTest.cpp', 3974 'fetch/ClientHintsPreferencesTest.cpp',
3975 'fetch/FetchUtilsTest.cpp', 3975 'fetch/FetchUtilsTest.cpp',
3976 'fetch/ImageResourceTest.cpp', 3976 'fetch/ImageResourceTest.cpp',
3977 'fetch/MemoryCacheTest.cpp', 3977 'fetch/MemoryCacheTest.cpp',
3978 'fetch/MockImageResourceClient.cpp', 3978 'fetch/MockResourceClients.cpp',
3979 'fetch/MultipartImageResourceParserTest.cpp', 3979 'fetch/MultipartImageResourceParserTest.cpp',
3980 'fetch/RawResourceTest.cpp', 3980 'fetch/RawResourceTest.cpp',
3981 'fetch/ResourceFetcherTest.cpp', 3981 'fetch/ResourceFetcherTest.cpp',
3982 'fetch/ResourceLoaderOptionsTest.cpp', 3982 'fetch/ResourceLoaderOptionsTest.cpp',
3983 'fetch/ResourceTest.cpp', 3983 'fetch/ResourceTest.cpp',
3984 'fileapi/FileListTest.cpp', 3984 'fileapi/FileListTest.cpp',
3985 'fileapi/FileTest.cpp', 3985 'fileapi/FileTest.cpp',
3986 'frame/FrameViewTest.cpp', 3986 'frame/FrameViewTest.cpp',
3987 'frame/HistoryTest.cpp', 3987 'frame/HistoryTest.cpp',
3988 'frame/ImageBitmapTest.cpp', 3988 'frame/ImageBitmapTest.cpp',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
4081 'svg/SVGPathParserTest.cpp', 4081 'svg/SVGPathParserTest.cpp',
4082 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4082 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4083 'testing/PrivateScriptTestTest.cpp', 4083 'testing/PrivateScriptTestTest.cpp',
4084 'timing/MemoryInfoTest.cpp', 4084 'timing/MemoryInfoTest.cpp',
4085 'workers/WorkerThreadTest.cpp', 4085 'workers/WorkerThreadTest.cpp',
4086 'workers/WorkerThreadTestHelper.h', 4086 'workers/WorkerThreadTestHelper.h',
4087 'xml/parser/SharedBufferReaderTest.cpp', 4087 'xml/parser/SharedBufferReaderTest.cpp',
4088 ], 4088 ],
4089 } 4089 }
4090 } 4090 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698