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

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

Issue 197883021: Initialise raw pointer to null in FontBuilder constructor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added unit test Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/css/resolver/FontBuilder.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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after
3293 'css/CSSTestHelper.h', 3293 'css/CSSTestHelper.h',
3294 'css/CSSValueTestHelper.h', 3294 'css/CSSValueTestHelper.h',
3295 'css/CSSParserValuesTest.cpp', 3295 'css/CSSParserValuesTest.cpp',
3296 'css/CSSSelectorTest.cpp', 3296 'css/CSSSelectorTest.cpp',
3297 'css/CSSValueTestHelper.h', 3297 'css/CSSValueTestHelper.h',
3298 'css/DragUpdateTest.cpp', 3298 'css/DragUpdateTest.cpp',
3299 'css/HoverUpdateTest.cpp', 3299 'css/HoverUpdateTest.cpp',
3300 'css/RuleSetTest.cpp', 3300 'css/RuleSetTest.cpp',
3301 'css/MediaQuerySetTest.cpp', 3301 'css/MediaQuerySetTest.cpp',
3302 'css/analyzer/DescendantInvalidationSetTest.cpp', 3302 'css/analyzer/DescendantInvalidationSetTest.cpp',
3303 'css/resolver/FontBuilderTest.cpp',
3303 'dom/ActiveDOMObjectTest.cpp', 3304 'dom/ActiveDOMObjectTest.cpp',
3304 'dom/DOMImplementationTest.cpp', 3305 'dom/DOMImplementationTest.cpp',
3305 'css/parser/BisonCSSParserTest.cpp', 3306 'css/parser/BisonCSSParserTest.cpp',
3306 'dom/DocumentMarkerControllerTest.cpp', 3307 'dom/DocumentMarkerControllerTest.cpp',
3307 'dom/DocumentTest.cpp', 3308 'dom/DocumentTest.cpp',
3308 'dom/MainThreadTaskRunnerTest.cpp', 3309 'dom/MainThreadTaskRunnerTest.cpp',
3309 'dom/RangeTest.cpp', 3310 'dom/RangeTest.cpp',
3310 'editing/TextIteratorTest.cpp', 3311 'editing/TextIteratorTest.cpp',
3311 'fetch/CachingCorrectnessTest.cpp', 3312 'fetch/CachingCorrectnessTest.cpp',
3312 'fetch/ImageResourceTest.cpp', 3313 'fetch/ImageResourceTest.cpp',
3313 'fetch/MemoryCacheTest.cpp', 3314 'fetch/MemoryCacheTest.cpp',
3314 'fetch/RawResourceTest.cpp', 3315 'fetch/RawResourceTest.cpp',
3315 'fetch/ResourceFetcherTest.cpp', 3316 'fetch/ResourceFetcherTest.cpp',
3316 'frame/ImageBitmapTest.cpp', 3317 'frame/ImageBitmapTest.cpp',
3317 'html/HTMLDimensionTest.cpp', 3318 'html/HTMLDimensionTest.cpp',
3318 'html/HTMLLinkElementSizesAttributeTest.cpp', 3319 'html/HTMLLinkElementSizesAttributeTest.cpp',
3319 'html/LinkRelAttributeTest.cpp', 3320 'html/LinkRelAttributeTest.cpp',
3320 'html/TimeRangesTest.cpp', 3321 'html/TimeRangesTest.cpp',
3321 'html/parser/HTMLParserThreadTest.cpp', 3322 'html/parser/HTMLParserThreadTest.cpp',
3322 'html/track/vtt/BufferedLineReaderTest.cpp', 3323 'html/track/vtt/BufferedLineReaderTest.cpp',
3323 'html/track/vtt/VTTScannerTest.cpp', 3324 'html/track/vtt/VTTScannerTest.cpp',
3324 'rendering/RenderOverflowTest.cpp', 3325 'rendering/RenderOverflowTest.cpp',
3325 'rendering/shapes/BoxShapeTest.cpp', 3326 'rendering/shapes/BoxShapeTest.cpp',
3326 'testing/UnitTestHelpers.cpp', 3327 'testing/UnitTestHelpers.cpp',
3327 'testing/UnitTestHelpers.h', 3328 'testing/UnitTestHelpers.h',
3328 'xml/parser/SharedBufferReaderTest.cpp', 3329 'xml/parser/SharedBufferReaderTest.cpp',
3329 ], 3330 ],
3330 } 3331 }
3331 } 3332 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/FontBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698