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

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

Issue 1108303002: HTMLPreloadScanner unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nit Created 5 years, 7 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
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLPreloadScanner.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 '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 3008 matching lines...) Expand 10 before | Expand all | Expand 10 after
3019 'html/parser/HTMLTokenizer.cpp', 3019 'html/parser/HTMLTokenizer.cpp',
3020 'html/parser/HTMLTokenizer.h', 3020 'html/parser/HTMLTokenizer.h',
3021 'html/parser/HTMLTreeBuilder.cpp', 3021 'html/parser/HTMLTreeBuilder.cpp',
3022 'html/parser/HTMLTreeBuilder.h', 3022 'html/parser/HTMLTreeBuilder.h',
3023 'html/parser/HTMLTreeBuilderSimulator.cpp', 3023 'html/parser/HTMLTreeBuilderSimulator.cpp',
3024 'html/parser/HTMLTreeBuilderSimulator.h', 3024 'html/parser/HTMLTreeBuilderSimulator.h',
3025 'html/parser/HTMLViewSourceParser.cpp', 3025 'html/parser/HTMLViewSourceParser.cpp',
3026 'html/parser/HTMLViewSourceParser.h', 3026 'html/parser/HTMLViewSourceParser.h',
3027 'html/parser/InputStreamPreprocessor.h', 3027 'html/parser/InputStreamPreprocessor.h',
3028 'html/parser/NestingLevelIncrementer.h', 3028 'html/parser/NestingLevelIncrementer.h',
3029 'html/parser/PreloadRequest.cpp',
3030 'html/parser/ResourcePreloader.cpp',
3029 'html/parser/TextDocumentParser.cpp', 3031 'html/parser/TextDocumentParser.cpp',
3030 'html/parser/TextDocumentParser.h', 3032 'html/parser/TextDocumentParser.h',
3031 'html/parser/TextResourceDecoder.cpp', 3033 'html/parser/TextResourceDecoder.cpp',
3032 'html/parser/TextResourceDecoder.h', 3034 'html/parser/TextResourceDecoder.h',
3033 'html/parser/XSSAuditor.cpp', 3035 'html/parser/XSSAuditor.cpp',
3034 'html/parser/XSSAuditor.h', 3036 'html/parser/XSSAuditor.h',
3035 'html/parser/XSSAuditorDelegate.cpp', 3037 'html/parser/XSSAuditorDelegate.cpp',
3036 'html/parser/XSSAuditorDelegate.h', 3038 'html/parser/XSSAuditorDelegate.h',
3037 'html/shadow/ClearButtonElement.cpp', 3039 'html/shadow/ClearButtonElement.cpp',
3038 'html/shadow/ClearButtonElement.h', 3040 'html/shadow/ClearButtonElement.h',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
3824 'html/HTMLInputElementTest.cpp', 3826 'html/HTMLInputElementTest.cpp',
3825 'html/HTMLLinkElementSizesAttributeTest.cpp', 3827 'html/HTMLLinkElementSizesAttributeTest.cpp',
3826 'html/HTMLSelectElementTest.cpp', 3828 'html/HTMLSelectElementTest.cpp',
3827 'html/HTMLTextFormControlElementTest.cpp', 3829 'html/HTMLTextFormControlElementTest.cpp',
3828 'html/LinkRelAttributeTest.cpp', 3830 'html/LinkRelAttributeTest.cpp',
3829 'html/TimeRangesTest.cpp', 3831 'html/TimeRangesTest.cpp',
3830 'html/canvas/CanvasRenderingContext2DAPITest.cpp', 3832 'html/canvas/CanvasRenderingContext2DAPITest.cpp',
3831 'html/canvas/CanvasRenderingContext2DTest.cpp', 3833 'html/canvas/CanvasRenderingContext2DTest.cpp',
3832 'html/forms/FileInputTypeTest.cpp', 3834 'html/forms/FileInputTypeTest.cpp',
3833 'html/parser/HTMLParserThreadTest.cpp', 3835 'html/parser/HTMLParserThreadTest.cpp',
3836 'html/parser/HTMLPreloadScannerTest.cpp',
3834 'html/parser/HTMLSrcsetParserTest.cpp', 3837 'html/parser/HTMLSrcsetParserTest.cpp',
3835 'html/track/vtt/BufferedLineReaderTest.cpp', 3838 'html/track/vtt/BufferedLineReaderTest.cpp',
3836 'html/track/vtt/VTTScannerTest.cpp', 3839 'html/track/vtt/VTTScannerTest.cpp',
3837 'layout/ImageQualityControllerTest.cpp', 3840 'layout/ImageQualityControllerTest.cpp',
3838 'layout/LayoutBlockTest.cpp', 3841 'layout/LayoutBlockTest.cpp',
3839 'layout/LayoutInlineTest.cpp', 3842 'layout/LayoutInlineTest.cpp',
3840 'layout/LayoutMenuListTest.cpp', 3843 'layout/LayoutMenuListTest.cpp',
3841 'layout/LayoutMultiColumnFlowThreadTest.cpp', 3844 'layout/LayoutMultiColumnFlowThreadTest.cpp',
3842 'layout/LayoutObjectTest.cpp', 3845 'layout/LayoutObjectTest.cpp',
3843 'layout/LayoutPartTest.cpp', 3846 'layout/LayoutPartTest.cpp',
(...skipping 20 matching lines...) Expand all
3864 'paint/LayerClipRecorderTest.cpp', 3867 'paint/LayerClipRecorderTest.cpp',
3865 'paint/LayoutObjectDrawingRecorderTest.cpp', 3868 'paint/LayoutObjectDrawingRecorderTest.cpp',
3866 'paint/TextPainterTest.cpp', 3869 'paint/TextPainterTest.cpp',
3867 'streams/ReadableStreamReaderTest.cpp', 3870 'streams/ReadableStreamReaderTest.cpp',
3868 'streams/ReadableStreamTest.cpp', 3871 'streams/ReadableStreamTest.cpp',
3869 'testing/PrivateScriptTestTest.cpp', 3872 'testing/PrivateScriptTestTest.cpp',
3870 'xml/parser/SharedBufferReaderTest.cpp', 3873 'xml/parser/SharedBufferReaderTest.cpp',
3871 ], 3874 ],
3872 } 3875 }
3873 } 3876 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLPreloadScanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698