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

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

Issue 85623006: Don't ignore Accept: header for cache/XHR dedupe purposes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add RawResourceTest 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
« no previous file with comments | « no previous file | Source/core/fetch/RawResource.cpp » ('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/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 3524 matching lines...) Expand 10 before | Expand all | Expand 10 after
3535 'animation/PlayerTest.cpp', 3535 'animation/PlayerTest.cpp',
3536 'animation/TimedItemCalculationsTest.cpp', 3536 'animation/TimedItemCalculationsTest.cpp',
3537 'animation/TimedItemTest.cpp', 3537 'animation/TimedItemTest.cpp',
3538 'css/CSSParserValuesTest.cpp', 3538 'css/CSSParserValuesTest.cpp',
3539 'css/CSSCalculationValueTest.cpp', 3539 'css/CSSCalculationValueTest.cpp',
3540 'css/CSSValueTestHelper.h', 3540 'css/CSSValueTestHelper.h',
3541 'editing/TextIteratorTest.cpp', 3541 'editing/TextIteratorTest.cpp',
3542 'dom/MainThreadTaskRunnerTest.cpp', 3542 'dom/MainThreadTaskRunnerTest.cpp',
3543 'fetch/ImageResourceTest.cpp', 3543 'fetch/ImageResourceTest.cpp',
3544 'fetch/MemoryCacheTest.cpp', 3544 'fetch/MemoryCacheTest.cpp',
3545 'fetch/RawResourceTest.cpp',
3545 'fetch/ResourceFetcherTest.cpp', 3546 'fetch/ResourceFetcherTest.cpp',
3546 'html/HTMLDimensionTest.cpp', 3547 'html/HTMLDimensionTest.cpp',
3547 'html/LinkRelAttributeTest.cpp', 3548 'html/LinkRelAttributeTest.cpp',
3548 'html/TimeRangesTest.cpp', 3549 'html/TimeRangesTest.cpp',
3549 'html/track/vtt/BufferedLineReaderTest.cpp', 3550 'html/track/vtt/BufferedLineReaderTest.cpp',
3550 'frame/ImageBitmapTest.cpp', 3551 'frame/ImageBitmapTest.cpp',
3551 'platform/animation/AnimationTranslationUtilTest.cpp', 3552 'platform/animation/AnimationTranslationUtilTest.cpp',
3552 'platform/animation/TimingFunctionTestHelper.h', 3553 'platform/animation/TimingFunctionTestHelper.h',
3553 'platform/animation/TimingFunctionTestHelper.cpp', 3554 'platform/animation/TimingFunctionTestHelper.cpp',
3554 'platform/animation/TimingFunctionTestHelperTest.cpp', 3555 'platform/animation/TimingFunctionTestHelperTest.cpp',
(...skipping 12 matching lines...) Expand all
3567 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3568 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3568 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3569 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3569 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3570 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3570 'platform/testing/FakeWebGraphicsContext3D.h', 3571 'platform/testing/FakeWebGraphicsContext3D.h',
3571 'rendering/RenderOverflowTest.cpp', 3572 'rendering/RenderOverflowTest.cpp',
3572 'testing/UnitTestHelpers.h', 3573 'testing/UnitTestHelpers.h',
3573 'testing/UnitTestHelpers.cpp', 3574 'testing/UnitTestHelpers.cpp',
3574 ], 3575 ],
3575 } 3576 }
3576 } 3577 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/RawResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698