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

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

Issue 52563002: Remove TextTrackResource (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@dataReceived
Patch Set: simplify Created 7 years, 1 month 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 | Source/core/fetch/ResourceFetcher.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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'fetch/ResourceLoaderSet.h', 969 'fetch/ResourceLoaderSet.h',
970 'fetch/ResourcePtr.cpp', 970 'fetch/ResourcePtr.cpp',
971 'fetch/ResourcePtr.h', 971 'fetch/ResourcePtr.h',
972 'fetch/FetchInitiatorInfo.h', 972 'fetch/FetchInitiatorInfo.h',
973 'fetch/ScriptResource.cpp', 973 'fetch/ScriptResource.cpp',
974 'fetch/ScriptResource.h', 974 'fetch/ScriptResource.h',
975 'fetch/ShaderResource.cpp', 975 'fetch/ShaderResource.cpp',
976 'fetch/ShaderResource.h', 976 'fetch/ShaderResource.h',
977 'fetch/TextResourceDecoder.cpp', 977 'fetch/TextResourceDecoder.cpp',
978 'fetch/TextResourceDecoder.h', 978 'fetch/TextResourceDecoder.h',
979 'fetch/TextTrackResource.cpp',
980 'fetch/TextTrackResource.h',
981 'fetch/XSLStyleSheetResource.cpp', 979 'fetch/XSLStyleSheetResource.cpp',
982 'fetch/XSLStyleSheetResource.h', 980 'fetch/XSLStyleSheetResource.h',
983 'fetch/MemoryCache.cpp', 981 'fetch/MemoryCache.cpp',
984 'fetch/MemoryCache.h', 982 'fetch/MemoryCache.h',
985 'fileapi/Blob.cpp', 983 'fileapi/Blob.cpp',
986 'fileapi/Blob.h', 984 'fileapi/Blob.h',
987 'fileapi/BlobBuilder.cpp', 985 'fileapi/BlobBuilder.cpp',
988 'fileapi/BlobBuilder.h', 986 'fileapi/BlobBuilder.h',
989 'fileapi/File.cpp', 987 'fileapi/File.cpp',
990 'fileapi/File.h', 988 'fileapi/File.h',
(...skipping 2580 matching lines...) Expand 10 before | Expand all | Expand 10 after
3571 'platform/graphics/gpu/DrawingBufferTest.cpp', 3569 'platform/graphics/gpu/DrawingBufferTest.cpp',
3572 'platform/image-decoders/ImageDecoderTest.cpp', 3570 'platform/image-decoders/ImageDecoderTest.cpp',
3573 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3571 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3574 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3572 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3575 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3573 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3576 'platform/testing/FakeWebGraphicsContext3D.h', 3574 'platform/testing/FakeWebGraphicsContext3D.h',
3577 'rendering/RenderOverflowTest.cpp', 3575 'rendering/RenderOverflowTest.cpp',
3578 ], 3576 ],
3579 } 3577 }
3580 } 3578 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698