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

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: Added DOMImplementation::isJSONMIMEType() and use it to resolve default encodings 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 3529 matching lines...) Expand 10 before | Expand all | Expand 10 after
3540 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3540 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3541 'animation/DocumentTimelineTest.cpp', 3541 'animation/DocumentTimelineTest.cpp',
3542 'animation/KeyframeAnimationEffectTest.cpp', 3542 'animation/KeyframeAnimationEffectTest.cpp',
3543 'animation/PlayerTest.cpp', 3543 'animation/PlayerTest.cpp',
3544 'animation/TimedItemCalculationsTest.cpp', 3544 'animation/TimedItemCalculationsTest.cpp',
3545 'animation/TimedItemTest.cpp', 3545 'animation/TimedItemTest.cpp',
3546 'css/CSSParserValuesTest.cpp', 3546 'css/CSSParserValuesTest.cpp',
3547 'css/CSSCalculationValueTest.cpp', 3547 'css/CSSCalculationValueTest.cpp',
3548 'css/CSSValueTestHelper.h', 3548 'css/CSSValueTestHelper.h',
3549 'editing/TextIteratorTest.cpp', 3549 'editing/TextIteratorTest.cpp',
3550 'dom/DOMImplementationTest.cpp',
3550 'dom/MainThreadTaskRunnerTest.cpp', 3551 'dom/MainThreadTaskRunnerTest.cpp',
3551 'fetch/ImageResourceTest.cpp', 3552 'fetch/ImageResourceTest.cpp',
3552 'fetch/MemoryCacheTest.cpp', 3553 'fetch/MemoryCacheTest.cpp',
3553 'fetch/RawResourceTest.cpp', 3554 'fetch/RawResourceTest.cpp',
3554 'fetch/ResourceFetcherTest.cpp', 3555 'fetch/ResourceFetcherTest.cpp',
3555 'html/HTMLDimensionTest.cpp', 3556 'html/HTMLDimensionTest.cpp',
3556 'html/LinkRelAttributeTest.cpp', 3557 'html/LinkRelAttributeTest.cpp',
3557 'html/TimeRangesTest.cpp', 3558 'html/TimeRangesTest.cpp',
3558 'html/track/vtt/BufferedLineReaderTest.cpp', 3559 'html/track/vtt/BufferedLineReaderTest.cpp',
3559 'frame/ImageBitmapTest.cpp', 3560 'frame/ImageBitmapTest.cpp',
(...skipping 16 matching lines...) Expand all
3576 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3577 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3577 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3578 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3578 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3579 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3579 'platform/testing/FakeWebGraphicsContext3D.h', 3580 'platform/testing/FakeWebGraphicsContext3D.h',
3580 'rendering/RenderOverflowTest.cpp', 3581 'rendering/RenderOverflowTest.cpp',
3581 'testing/UnitTestHelpers.h', 3582 'testing/UnitTestHelpers.h',
3582 'testing/UnitTestHelpers.cpp', 3583 'testing/UnitTestHelpers.cpp',
3583 ], 3584 ],
3584 } 3585 }
3585 } 3586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698