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

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

Issue 1392863002: Fix HTMLToken::Attribute::value handling in AtomicHTMLToken (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style fix. Created 5 years, 2 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 2950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2961 'html/imports/HTMLImportLoader.h', 2961 'html/imports/HTMLImportLoader.h',
2962 'html/imports/HTMLImportState.h', 2962 'html/imports/HTMLImportState.h',
2963 'html/imports/HTMLImportStateResolver.cpp', 2963 'html/imports/HTMLImportStateResolver.cpp',
2964 'html/imports/HTMLImportStateResolver.h', 2964 'html/imports/HTMLImportStateResolver.h',
2965 'html/imports/HTMLImportTreeRoot.cpp', 2965 'html/imports/HTMLImportTreeRoot.cpp',
2966 'html/imports/HTMLImportTreeRoot.h', 2966 'html/imports/HTMLImportTreeRoot.h',
2967 'html/imports/HTMLImportsController.cpp', 2967 'html/imports/HTMLImportsController.cpp',
2968 'html/imports/HTMLImportsController.h', 2968 'html/imports/HTMLImportsController.h',
2969 'html/imports/LinkImport.cpp', 2969 'html/imports/LinkImport.cpp',
2970 'html/imports/LinkImport.h', 2970 'html/imports/LinkImport.h',
2971 'html/parser/AtomicHTMLToken.cpp',
2971 'html/parser/AtomicHTMLToken.h', 2972 'html/parser/AtomicHTMLToken.h',
2972 'html/parser/BackgroundHTMLInputStream.cpp', 2973 'html/parser/BackgroundHTMLInputStream.cpp',
2973 'html/parser/BackgroundHTMLInputStream.h', 2974 'html/parser/BackgroundHTMLInputStream.h',
2974 'html/parser/BackgroundHTMLParser.cpp', 2975 'html/parser/BackgroundHTMLParser.cpp',
2975 'html/parser/BackgroundHTMLParser.h', 2976 'html/parser/BackgroundHTMLParser.h',
2976 'html/parser/CSSPreloadScanner.cpp', 2977 'html/parser/CSSPreloadScanner.cpp',
2977 'html/parser/CSSPreloadScanner.h', 2978 'html/parser/CSSPreloadScanner.h',
2978 'html/parser/CompactHTMLToken.cpp', 2979 'html/parser/CompactHTMLToken.cpp',
2979 'html/parser/CompactHTMLToken.h', 2980 'html/parser/CompactHTMLToken.h',
2980 'html/parser/HTMLConstructionSite.cpp', 2981 'html/parser/HTMLConstructionSite.cpp',
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
3853 'html/HTMLInputElementTest.cpp', 3854 'html/HTMLInputElementTest.cpp',
3854 'html/HTMLLinkElementSizesAttributeTest.cpp', 3855 'html/HTMLLinkElementSizesAttributeTest.cpp',
3855 'html/HTMLSelectElementTest.cpp', 3856 'html/HTMLSelectElementTest.cpp',
3856 'html/HTMLTableRowElementTest.cpp', 3857 'html/HTMLTableRowElementTest.cpp',
3857 'html/HTMLTextFormControlElementTest.cpp', 3858 'html/HTMLTextFormControlElementTest.cpp',
3858 'html/LinkRelAttributeTest.cpp', 3859 'html/LinkRelAttributeTest.cpp',
3859 'html/TimeRangesTest.cpp', 3860 'html/TimeRangesTest.cpp',
3860 'html/canvas/CanvasFontCacheTest.cpp', 3861 'html/canvas/CanvasFontCacheTest.cpp',
3861 'html/forms/FileInputTypeTest.cpp', 3862 'html/forms/FileInputTypeTest.cpp',
3862 'html/forms/StepRangeTest.cpp', 3863 'html/forms/StepRangeTest.cpp',
3864 'html/parser/AtomicHTMLTokenTest.cpp',
3865 'html/parser/CompactHTMLTokenTest.cpp',
3863 'html/parser/HTMLEntityParserTest.cpp', 3866 'html/parser/HTMLEntityParserTest.cpp',
3864 'html/parser/HTMLParserThreadTest.cpp', 3867 'html/parser/HTMLParserThreadTest.cpp',
3865 'html/parser/HTMLPreloadScannerTest.cpp', 3868 'html/parser/HTMLPreloadScannerTest.cpp',
3866 'html/parser/HTMLResourcePreloaderTest.cpp', 3869 'html/parser/HTMLResourcePreloaderTest.cpp',
3867 'html/parser/HTMLSrcsetParserTest.cpp', 3870 'html/parser/HTMLSrcsetParserTest.cpp',
3868 'html/shadow/MediaControlsTest.cpp', 3871 'html/shadow/MediaControlsTest.cpp',
3869 'html/track/vtt/BufferedLineReaderTest.cpp', 3872 'html/track/vtt/BufferedLineReaderTest.cpp',
3870 'html/track/vtt/VTTScannerTest.cpp', 3873 'html/track/vtt/VTTScannerTest.cpp',
3871 'input/EventHandlerTest.cpp', 3874 'input/EventHandlerTest.cpp',
3872 'layout/ImageQualityControllerTest.cpp', 3875 'layout/ImageQualityControllerTest.cpp',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 'style/OutlineValueTest.cpp', 3911 'style/OutlineValueTest.cpp',
3909 'style/SVGComputedStyleTest.cpp', 3912 'style/SVGComputedStyleTest.cpp',
3910 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3913 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3911 'testing/PrivateScriptTestTest.cpp', 3914 'testing/PrivateScriptTestTest.cpp',
3912 'timing/MemoryInfoTest.cpp', 3915 'timing/MemoryInfoTest.cpp',
3913 'workers/WorkerThreadTest.cpp', 3916 'workers/WorkerThreadTest.cpp',
3914 'xml/parser/SharedBufferReaderTest.cpp', 3917 'xml/parser/SharedBufferReaderTest.cpp',
3915 ], 3918 ],
3916 } 3919 }
3917 } 3920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698