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

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

Issue 1308573006: [reland] SegmentedString::push() should always push a char in front (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adding CORE_EXPORT per tasak@ suggestion Created 5 years, 3 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
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 3795 matching lines...) Expand 10 before | Expand all | Expand 10 after
3806 'html/HTMLImageElementTest.cpp', 3806 'html/HTMLImageElementTest.cpp',
3807 'html/HTMLInputElementTest.cpp', 3807 'html/HTMLInputElementTest.cpp',
3808 'html/HTMLLinkElementSizesAttributeTest.cpp', 3808 'html/HTMLLinkElementSizesAttributeTest.cpp',
3809 'html/HTMLSelectElementTest.cpp', 3809 'html/HTMLSelectElementTest.cpp',
3810 'html/HTMLTableRowElementTest.cpp', 3810 'html/HTMLTableRowElementTest.cpp',
3811 'html/HTMLTextFormControlElementTest.cpp', 3811 'html/HTMLTextFormControlElementTest.cpp',
3812 'html/LinkRelAttributeTest.cpp', 3812 'html/LinkRelAttributeTest.cpp',
3813 'html/TimeRangesTest.cpp', 3813 'html/TimeRangesTest.cpp',
3814 'html/canvas/CanvasFontCacheTest.cpp', 3814 'html/canvas/CanvasFontCacheTest.cpp',
3815 'html/forms/FileInputTypeTest.cpp', 3815 'html/forms/FileInputTypeTest.cpp',
3816 'html/parser/HTMLEntityParserTest.cpp',
3816 'html/parser/HTMLParserThreadTest.cpp', 3817 'html/parser/HTMLParserThreadTest.cpp',
3817 'html/parser/HTMLPreloadScannerTest.cpp', 3818 'html/parser/HTMLPreloadScannerTest.cpp',
3818 'html/parser/HTMLResourcePreloaderTest.cpp', 3819 'html/parser/HTMLResourcePreloaderTest.cpp',
3819 'html/parser/HTMLSrcsetParserTest.cpp', 3820 'html/parser/HTMLSrcsetParserTest.cpp',
3820 'html/shadow/MediaControlsTest.cpp', 3821 'html/shadow/MediaControlsTest.cpp',
3821 'html/track/vtt/BufferedLineReaderTest.cpp', 3822 'html/track/vtt/BufferedLineReaderTest.cpp',
3822 'html/track/vtt/VTTScannerTest.cpp', 3823 'html/track/vtt/VTTScannerTest.cpp',
3823 'input/EventHandlerTest.cpp', 3824 'input/EventHandlerTest.cpp',
3824 'layout/ImageQualityControllerTest.cpp', 3825 'layout/ImageQualityControllerTest.cpp',
3825 'layout/LayoutBlockTest.cpp', 3826 'layout/LayoutBlockTest.cpp',
(...skipping 29 matching lines...) Expand all
3855 'style/OutlineValueTest.cpp', 3856 'style/OutlineValueTest.cpp',
3856 'style/SVGComputedStyleTest.cpp', 3857 'style/SVGComputedStyleTest.cpp',
3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3858 'testing/PrivateScriptTestTest.cpp', 3859 'testing/PrivateScriptTestTest.cpp',
3859 'timing/MemoryInfoTest.cpp', 3860 'timing/MemoryInfoTest.cpp',
3860 'workers/WorkerThreadTest.cpp', 3861 'workers/WorkerThreadTest.cpp',
3861 'xml/parser/SharedBufferReaderTest.cpp', 3862 'xml/parser/SharedBufferReaderTest.cpp',
3862 ], 3863 ],
3863 } 3864 }
3864 } 3865 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLEntityParser.h » ('j') | Source/core/html/parser/HTMLEntityParserTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698