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

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

Issue 94893003: Support for json media types as (non-image) mime types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test via synthetic NetworkRequest Created 7 years 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 '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/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 3226 matching lines...) Expand 10 before | Expand all | Expand 10 after
3237 'animation/DocumentTimelineTest.cpp', 3237 'animation/DocumentTimelineTest.cpp',
3238 'animation/KeyframeAnimationEffectTest.cpp', 3238 'animation/KeyframeAnimationEffectTest.cpp',
3239 'animation/PlayerTest.cpp', 3239 'animation/PlayerTest.cpp',
3240 'animation/TimedItemCalculationsTest.cpp', 3240 'animation/TimedItemCalculationsTest.cpp',
3241 'animation/TimedItemTest.cpp', 3241 'animation/TimedItemTest.cpp',
3242 'css/CSSParserValuesTest.cpp', 3242 'css/CSSParserValuesTest.cpp',
3243 'css/CSSCalculationValueTest.cpp', 3243 'css/CSSCalculationValueTest.cpp',
3244 'css/CSSValueTestHelper.h', 3244 'css/CSSValueTestHelper.h',
3245 'dom/DocumentMarkerControllerTest.cpp', 3245 'dom/DocumentMarkerControllerTest.cpp',
3246 'editing/TextIteratorTest.cpp', 3246 'editing/TextIteratorTest.cpp',
3247 'dom/DOMImplementationTest.cpp',
3247 'dom/MainThreadTaskRunnerTest.cpp', 3248 'dom/MainThreadTaskRunnerTest.cpp',
3248 'fetch/ImageResourceTest.cpp', 3249 'fetch/ImageResourceTest.cpp',
3249 'fetch/MemoryCacheTest.cpp', 3250 'fetch/MemoryCacheTest.cpp',
3250 'fetch/RawResourceTest.cpp', 3251 'fetch/RawResourceTest.cpp',
3251 'fetch/ResourceFetcherTest.cpp', 3252 'fetch/ResourceFetcherTest.cpp',
3252 'html/HTMLDimensionTest.cpp', 3253 'html/HTMLDimensionTest.cpp',
3253 'html/LinkRelAttributeTest.cpp', 3254 'html/LinkRelAttributeTest.cpp',
3254 'html/TimeRangesTest.cpp', 3255 'html/TimeRangesTest.cpp',
3255 'html/track/vtt/BufferedLineReaderTest.cpp', 3256 'html/track/vtt/BufferedLineReaderTest.cpp',
3256 'frame/ImageBitmapTest.cpp', 3257 'frame/ImageBitmapTest.cpp',
3257 'platform/animation/AnimationTranslationUtilTest.cpp', 3258 'platform/animation/AnimationTranslationUtilTest.cpp',
3258 'platform/animation/TimingFunctionTestHelper.h', 3259 'platform/animation/TimingFunctionTestHelper.h',
3259 'platform/animation/TimingFunctionTestHelper.cpp', 3260 'platform/animation/TimingFunctionTestHelper.cpp',
3260 'platform/animation/TimingFunctionTestHelperTest.cpp', 3261 'platform/animation/TimingFunctionTestHelperTest.cpp',
3261 'rendering/RenderOverflowTest.cpp', 3262 'rendering/RenderOverflowTest.cpp',
3262 'testing/UnitTestHelpers.h', 3263 'testing/UnitTestHelpers.h',
3263 'testing/UnitTestHelpers.cpp', 3264 'testing/UnitTestHelpers.cpp',
3264 ], 3265 ],
3265 } 3266 }
3266 } 3267 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/security/mime-type-execute-as-html-16-expected.txt ('k') | Source/core/dom/DOMImplementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698