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

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

Issue 224733011: A sizes attribute parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 8 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 '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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 'css/invalidation/StyleInvalidator.h', 893 'css/invalidation/StyleInvalidator.h',
894 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', 894 'css/invalidation/StyleSheetInvalidationAnalysis.cpp',
895 'css/invalidation/StyleSheetInvalidationAnalysis.h', 895 'css/invalidation/StyleSheetInvalidationAnalysis.h',
896 'css/parser/BisonCSSParser.h', 896 'css/parser/BisonCSSParser.h',
897 'css/parser/CSSPropertyParser.cpp', 897 'css/parser/CSSPropertyParser.cpp',
898 'css/parser/CSSPropertyParser.h', 898 'css/parser/CSSPropertyParser.h',
899 'css/parser/MediaQueryInputStream.cpp', 899 'css/parser/MediaQueryInputStream.cpp',
900 'css/parser/MediaQueryParser.cpp', 900 'css/parser/MediaQueryParser.cpp',
901 'css/parser/MediaQueryToken.cpp', 901 'css/parser/MediaQueryToken.cpp',
902 'css/parser/MediaQueryTokenizer.cpp', 902 'css/parser/MediaQueryTokenizer.cpp',
903 'css/parser/SizesAttributeParser.cpp',
903 'css/resolver/AnimatedStyleBuilder.cpp', 904 'css/resolver/AnimatedStyleBuilder.cpp',
904 'css/resolver/AnimatedStyleBuilder.h', 905 'css/resolver/AnimatedStyleBuilder.h',
905 'css/resolver/CSSToStyleMap.cpp', 906 'css/resolver/CSSToStyleMap.cpp',
906 'css/resolver/CSSToStyleMap.h', 907 'css/resolver/CSSToStyleMap.h',
907 'css/resolver/ElementResolveContext.cpp', 908 'css/resolver/ElementResolveContext.cpp',
908 'css/resolver/ElementResolveContext.h', 909 'css/resolver/ElementResolveContext.h',
909 'css/resolver/ElementStyleResources.cpp', 910 'css/resolver/ElementStyleResources.cpp',
910 'css/resolver/ElementStyleResources.h', 911 'css/resolver/ElementStyleResources.h',
911 'css/resolver/FilterOperationResolver.cpp', 912 'css/resolver/FilterOperationResolver.cpp',
912 'css/resolver/FilterOperationResolver.h', 913 'css/resolver/FilterOperationResolver.h',
(...skipping 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after
3331 'css/CSSTestHelper.cpp', 3332 'css/CSSTestHelper.cpp',
3332 'css/CSSTestHelper.h', 3333 'css/CSSTestHelper.h',
3333 'css/CSSValueTestHelper.h', 3334 'css/CSSValueTestHelper.h',
3334 'css/DragUpdateTest.cpp', 3335 'css/DragUpdateTest.cpp',
3335 'css/HoverUpdateTest.cpp', 3336 'css/HoverUpdateTest.cpp',
3336 'css/MediaQueryEvaluatorTest.cpp', 3337 'css/MediaQueryEvaluatorTest.cpp',
3337 'css/MediaQuerySetTest.cpp', 3338 'css/MediaQuerySetTest.cpp',
3338 'css/RuleSetTest.cpp', 3339 'css/RuleSetTest.cpp',
3339 'css/invalidation/DescendantInvalidationSetTest.cpp', 3340 'css/invalidation/DescendantInvalidationSetTest.cpp',
3340 'css/parser/BisonCSSParserTest.cpp', 3341 'css/parser/BisonCSSParserTest.cpp',
3342 'css/parser/MediaConditionTest.cpp',
3341 'css/parser/MediaQueryTokenizerTest.cpp', 3343 'css/parser/MediaQueryTokenizerTest.cpp',
3342 'css/parser/MediaConditionTest.cpp', 3344 'css/parser/SizesAttributeParserTest.cpp',
3343 'css/resolver/FontBuilderTest.cpp', 3345 'css/resolver/FontBuilderTest.cpp',
3344 'dom/ActiveDOMObjectTest.cpp', 3346 'dom/ActiveDOMObjectTest.cpp',
3345 'dom/DOMImplementationTest.cpp', 3347 'dom/DOMImplementationTest.cpp',
3346 'dom/DocumentMarkerControllerTest.cpp', 3348 'dom/DocumentMarkerControllerTest.cpp',
3347 'dom/DocumentTest.cpp', 3349 'dom/DocumentTest.cpp',
3348 'dom/MainThreadTaskRunnerTest.cpp', 3350 'dom/MainThreadTaskRunnerTest.cpp',
3349 'dom/RangeTest.cpp', 3351 'dom/RangeTest.cpp',
3350 'editing/TextIteratorTest.cpp', 3352 'editing/TextIteratorTest.cpp',
3351 'fetch/CachingCorrectnessTest.cpp', 3353 'fetch/CachingCorrectnessTest.cpp',
3352 'fetch/ImageResourceTest.cpp', 3354 'fetch/ImageResourceTest.cpp',
3353 'fetch/MemoryCacheTest.cpp', 3355 'fetch/MemoryCacheTest.cpp',
3354 'fetch/RawResourceTest.cpp', 3356 'fetch/RawResourceTest.cpp',
3355 'fetch/ResourceFetcherTest.cpp', 3357 'fetch/ResourceFetcherTest.cpp',
3356 'frame/ImageBitmapTest.cpp', 3358 'frame/ImageBitmapTest.cpp',
3357 'html/HTMLDimensionTest.cpp', 3359 'html/HTMLDimensionTest.cpp',
3358 'html/HTMLLinkElementSizesAttributeTest.cpp', 3360 'html/HTMLLinkElementSizesAttributeTest.cpp',
3359 'html/LinkRelAttributeTest.cpp', 3361 'html/LinkRelAttributeTest.cpp',
3360 'html/TimeRangesTest.cpp', 3362 'html/TimeRangesTest.cpp',
3361 'html/parser/HTMLParserThreadTest.cpp', 3363 'html/parser/HTMLParserThreadTest.cpp',
3362 'html/track/vtt/BufferedLineReaderTest.cpp', 3364 'html/track/vtt/BufferedLineReaderTest.cpp',
3363 'html/track/vtt/VTTScannerTest.cpp', 3365 'html/track/vtt/VTTScannerTest.cpp',
3364 'rendering/RenderOverflowTest.cpp', 3366 'rendering/RenderOverflowTest.cpp',
3365 'rendering/shapes/BoxShapeTest.cpp', 3367 'rendering/shapes/BoxShapeTest.cpp',
3366 'testing/UnitTestHelpers.cpp', 3368 'testing/UnitTestHelpers.cpp',
3367 'testing/UnitTestHelpers.h', 3369 'testing/UnitTestHelpers.h',
3368 'xml/parser/SharedBufferReaderTest.cpp', 3370 'xml/parser/SharedBufferReaderTest.cpp',
3369 ], 3371 ],
3370 } 3372 }
3371 } 3373 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698