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

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

Issue 1112833004: Add HTMLResourcePreloader preconnect unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed crash Created 5 years, 4 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/HTMLPreloadScannerTest.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 '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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3757 matching lines...) Expand 10 before | Expand all | Expand 10 after
3768 'html/HTMLInputElementTest.cpp', 3768 'html/HTMLInputElementTest.cpp',
3769 'html/HTMLLinkElementSizesAttributeTest.cpp', 3769 'html/HTMLLinkElementSizesAttributeTest.cpp',
3770 'html/HTMLSelectElementTest.cpp', 3770 'html/HTMLSelectElementTest.cpp',
3771 'html/HTMLTextFormControlElementTest.cpp', 3771 'html/HTMLTextFormControlElementTest.cpp',
3772 'html/LinkRelAttributeTest.cpp', 3772 'html/LinkRelAttributeTest.cpp',
3773 'html/TimeRangesTest.cpp', 3773 'html/TimeRangesTest.cpp',
3774 'html/canvas/CanvasFontCacheTest.cpp', 3774 'html/canvas/CanvasFontCacheTest.cpp',
3775 'html/forms/FileInputTypeTest.cpp', 3775 'html/forms/FileInputTypeTest.cpp',
3776 'html/parser/HTMLParserThreadTest.cpp', 3776 'html/parser/HTMLParserThreadTest.cpp',
3777 'html/parser/HTMLPreloadScannerTest.cpp', 3777 'html/parser/HTMLPreloadScannerTest.cpp',
3778 'html/parser/HTMLResourcePreloaderTest.cpp',
3778 'html/parser/HTMLSrcsetParserTest.cpp', 3779 'html/parser/HTMLSrcsetParserTest.cpp',
3779 'html/track/vtt/BufferedLineReaderTest.cpp', 3780 'html/track/vtt/BufferedLineReaderTest.cpp',
3780 'html/track/vtt/VTTScannerTest.cpp', 3781 'html/track/vtt/VTTScannerTest.cpp',
3781 'input/EventHandlerTest.cpp', 3782 'input/EventHandlerTest.cpp',
3782 'layout/ImageQualityControllerTest.cpp', 3783 'layout/ImageQualityControllerTest.cpp',
3783 'layout/LayoutBlockTest.cpp', 3784 'layout/LayoutBlockTest.cpp',
3784 'layout/LayoutInlineTest.cpp', 3785 'layout/LayoutInlineTest.cpp',
3785 'layout/LayoutMenuListTest.cpp', 3786 'layout/LayoutMenuListTest.cpp',
3786 'layout/LayoutMultiColumnFlowThreadTest.cpp', 3787 'layout/LayoutMultiColumnFlowThreadTest.cpp',
3787 'layout/LayoutObjectTest.cpp', 3788 'layout/LayoutObjectTest.cpp',
(...skipping 26 matching lines...) Expand all
3814 'style/OutlineValueTest.cpp', 3815 'style/OutlineValueTest.cpp',
3815 'style/SVGComputedStyleTest.cpp', 3816 'style/SVGComputedStyleTest.cpp',
3816 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3817 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3817 'testing/PrivateScriptTestTest.cpp', 3818 'testing/PrivateScriptTestTest.cpp',
3818 'timing/MemoryInfoTest.cpp', 3819 'timing/MemoryInfoTest.cpp',
3819 'workers/WorkerThreadTest.cpp', 3820 'workers/WorkerThreadTest.cpp',
3820 'xml/parser/SharedBufferReaderTest.cpp', 3821 'xml/parser/SharedBufferReaderTest.cpp',
3821 ], 3822 ],
3822 } 3823 }
3823 } 3824 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLPreloadScannerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698