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

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

Issue 1694773002: Check length of String before checking if it's 8/16 bit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add CORE_EXPORT Created 4 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3988 matching lines...) Expand 10 before | Expand all | Expand 10 after
3999 'html/HTMLVideoElementTest.cpp', 3999 'html/HTMLVideoElementTest.cpp',
4000 'html/LinkRelAttributeTest.cpp', 4000 'html/LinkRelAttributeTest.cpp',
4001 'html/TimeRangesTest.cpp', 4001 'html/TimeRangesTest.cpp',
4002 'html/canvas/CanvasFontCacheTest.cpp', 4002 'html/canvas/CanvasFontCacheTest.cpp',
4003 'html/forms/EmailInputTypeTest.cpp', 4003 'html/forms/EmailInputTypeTest.cpp',
4004 'html/forms/FileInputTypeTest.cpp', 4004 'html/forms/FileInputTypeTest.cpp',
4005 'html/forms/StepRangeTest.cpp', 4005 'html/forms/StepRangeTest.cpp',
4006 'html/parser/AtomicHTMLTokenTest.cpp', 4006 'html/parser/AtomicHTMLTokenTest.cpp',
4007 'html/parser/CompactHTMLTokenTest.cpp', 4007 'html/parser/CompactHTMLTokenTest.cpp',
4008 'html/parser/HTMLEntityParserTest.cpp', 4008 'html/parser/HTMLEntityParserTest.cpp',
4009 'html/parser/HTMLParserIdiomsTest.cpp',
4009 'html/parser/HTMLParserThreadTest.cpp', 4010 'html/parser/HTMLParserThreadTest.cpp',
4010 'html/parser/HTMLPreloadScannerTest.cpp', 4011 'html/parser/HTMLPreloadScannerTest.cpp',
4011 'html/parser/HTMLResourcePreloaderTest.cpp', 4012 'html/parser/HTMLResourcePreloaderTest.cpp',
4012 'html/parser/HTMLSrcsetParserTest.cpp', 4013 'html/parser/HTMLSrcsetParserTest.cpp',
4013 'html/shadow/MediaControlsTest.cpp', 4014 'html/shadow/MediaControlsTest.cpp',
4014 'html/track/vtt/BufferedLineReaderTest.cpp', 4015 'html/track/vtt/BufferedLineReaderTest.cpp',
4015 'html/track/vtt/VTTScannerTest.cpp', 4016 'html/track/vtt/VTTScannerTest.cpp',
4016 'input/EventHandlerTest.cpp', 4017 'input/EventHandlerTest.cpp',
4017 'layout/ImageQualityControllerTest.cpp', 4018 'layout/ImageQualityControllerTest.cpp',
4018 'layout/LayoutBlockTest.cpp', 4019 'layout/LayoutBlockTest.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
4063 'style/SVGComputedStyleTest.cpp', 4064 'style/SVGComputedStyleTest.cpp',
4064 'svg/SVGPathParserTest.cpp', 4065 'svg/SVGPathParserTest.cpp',
4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4066 'testing/PrivateScriptTestTest.cpp', 4067 'testing/PrivateScriptTestTest.cpp',
4067 'timing/MemoryInfoTest.cpp', 4068 'timing/MemoryInfoTest.cpp',
4068 'workers/WorkerThreadTest.cpp', 4069 'workers/WorkerThreadTest.cpp',
4069 'xml/parser/SharedBufferReaderTest.cpp', 4070 'xml/parser/SharedBufferReaderTest.cpp',
4070 ], 4071 ],
4071 } 4072 }
4072 } 4073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698