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

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

Issue 889883002: Add a parser for Link headers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: proper expected files. Less polluting tests Created 5 years, 10 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
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 'loader/FormSubmission.cpp', 1443 'loader/FormSubmission.cpp',
1444 'loader/FrameFetchContext.cpp', 1444 'loader/FrameFetchContext.cpp',
1445 'loader/FrameFetchContext.h', 1445 'loader/FrameFetchContext.h',
1446 'loader/FrameLoadRequest.h', 1446 'loader/FrameLoadRequest.h',
1447 'loader/FrameLoader.cpp', 1447 'loader/FrameLoader.cpp',
1448 'loader/FrameLoaderStateMachine.cpp', 1448 'loader/FrameLoaderStateMachine.cpp',
1449 'loader/HistoryItem.cpp', 1449 'loader/HistoryItem.cpp',
1450 'loader/HistoryItem.h', 1450 'loader/HistoryItem.h',
1451 'loader/ImageLoader.cpp', 1451 'loader/ImageLoader.cpp',
1452 'loader/ImageLoader.h', 1452 'loader/ImageLoader.h',
1453 'loader/LinkHeader.cpp',
1453 'loader/LinkLoader.cpp', 1454 'loader/LinkLoader.cpp',
1454 'loader/LinkLoader.h', 1455 'loader/LinkLoader.h',
1455 'loader/LinkLoaderClient.h', 1456 'loader/LinkLoaderClient.h',
1456 'loader/MixedContentChecker.cpp', 1457 'loader/MixedContentChecker.cpp',
1457 'loader/MixedContentChecker.h', 1458 'loader/MixedContentChecker.h',
1458 'loader/NavigationPolicy.cpp', 1459 'loader/NavigationPolicy.cpp',
1459 'loader/NavigationPolicy.h', 1460 'loader/NavigationPolicy.h',
1460 'loader/NavigationScheduler.cpp', 1461 'loader/NavigationScheduler.cpp',
1461 'loader/PingLoader.cpp', 1462 'loader/PingLoader.cpp',
1462 'loader/PingLoader.h', 1463 'loader/PingLoader.h',
(...skipping 2270 matching lines...) Expand 10 before | Expand all | Expand 10 after
3733 'html/TimeRangesTest.cpp', 3734 'html/TimeRangesTest.cpp',
3734 'html/forms/FileInputTypeTest.cpp', 3735 'html/forms/FileInputTypeTest.cpp',
3735 'html/parser/HTMLParserThreadTest.cpp', 3736 'html/parser/HTMLParserThreadTest.cpp',
3736 'html/parser/HTMLSrcsetParserTest.cpp', 3737 'html/parser/HTMLSrcsetParserTest.cpp',
3737 'html/track/vtt/BufferedLineReaderTest.cpp', 3738 'html/track/vtt/BufferedLineReaderTest.cpp',
3738 'html/track/vtt/VTTScannerTest.cpp', 3739 'html/track/vtt/VTTScannerTest.cpp',
3739 'layout/LayoutTableCellTest.cpp', 3740 'layout/LayoutTableCellTest.cpp',
3740 'layout/LayoutTableRowTest.cpp', 3741 'layout/LayoutTableRowTest.cpp',
3741 'layout/LayoutThemeTest.cpp', 3742 'layout/LayoutThemeTest.cpp',
3742 'layout/shapes/BoxShapeTest.cpp', 3743 'layout/shapes/BoxShapeTest.cpp',
3744 'loader/LinkHeaderTest.cpp',
3743 'loader/MixedContentCheckerTest.cpp', 3745 'loader/MixedContentCheckerTest.cpp',
3744 'page/ContextMenuControllerTest.cpp', 3746 'page/ContextMenuControllerTest.cpp',
3745 'page/NetworkStateNotifierTest.cpp', 3747 'page/NetworkStateNotifierTest.cpp',
3746 'page/PrintContextTest.cpp', 3748 'page/PrintContextTest.cpp',
3747 'paint/DrawingRecorderTest.cpp', 3749 'paint/DrawingRecorderTest.cpp',
3748 'paint/LayerClipRecorderTest.cpp', 3750 'paint/LayerClipRecorderTest.cpp',
3749 'paint/TextPainterTest.cpp', 3751 'paint/TextPainterTest.cpp',
3750 'paint/ViewDisplayListTest.cpp', 3752 'paint/ViewDisplayListTest.cpp',
3751 'rendering/RenderBlockTest.cpp', 3753 'rendering/RenderBlockTest.cpp',
3752 'rendering/RenderInlineTest.cpp', 3754 'rendering/RenderInlineTest.cpp',
3753 'rendering/RenderMultiColumnFlowThreadTest.cpp', 3755 'rendering/RenderMultiColumnFlowThreadTest.cpp',
3754 'rendering/RenderOverflowTest.cpp', 3756 'rendering/RenderOverflowTest.cpp',
3755 'rendering/RenderPartTest.cpp', 3757 'rendering/RenderPartTest.cpp',
3756 'rendering/RenderingTestHelper.cpp', 3758 'rendering/RenderingTestHelper.cpp',
3757 'rendering/RenderingTestHelper.h', 3759 'rendering/RenderingTestHelper.h',
3758 'rendering/style/OutlineValueTest.cpp', 3760 'rendering/style/OutlineValueTest.cpp',
3759 'rendering/style/RenderStyleTest.cpp', 3761 'rendering/style/RenderStyleTest.cpp',
3760 'rendering/style/SVGRenderStyleTest.cpp', 3762 'rendering/style/SVGRenderStyleTest.cpp',
3761 'streams/ReadableStreamTest.cpp', 3763 'streams/ReadableStreamTest.cpp',
3762 'testing/PrivateScriptTestTest.cpp', 3764 'testing/PrivateScriptTestTest.cpp',
3763 'testing/UnitTestHelpers.cpp', 3765 'testing/UnitTestHelpers.cpp',
3764 'testing/UnitTestHelpers.h', 3766 'testing/UnitTestHelpers.h',
3765 'xml/parser/SharedBufferReaderTest.cpp', 3767 'xml/parser/SharedBufferReaderTest.cpp',
3766 ], 3768 ],
3767 } 3769 }
3768 } 3770 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/linkHeader/link-header-no-crash-valid-expected.txt ('k') | Source/core/loader/LinkHeader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698