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

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

Issue 2007823002: Fix whitespace handling in parseSimpleTransformList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only transform tests for now. Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.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 '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 3928 matching lines...) Expand 10 before | Expand all | Expand 10 after
3939 'css/DragUpdateTest.cpp', 3939 'css/DragUpdateTest.cpp',
3940 'css/MediaQueryEvaluatorTest.cpp', 3940 'css/MediaQueryEvaluatorTest.cpp',
3941 'css/MediaQueryListTest.cpp', 3941 'css/MediaQueryListTest.cpp',
3942 'css/MediaQueryMatcherTest.cpp', 3942 'css/MediaQueryMatcherTest.cpp',
3943 'css/MediaQuerySetTest.cpp', 3943 'css/MediaQuerySetTest.cpp',
3944 'css/MediaValuesTest.cpp', 3944 'css/MediaValuesTest.cpp',
3945 'css/RuleFeatureSetTest.cpp', 3945 'css/RuleFeatureSetTest.cpp',
3946 'css/RuleSetTest.cpp', 3946 'css/RuleSetTest.cpp',
3947 'css/StyleSheetContentsTest.cpp', 3947 'css/StyleSheetContentsTest.cpp',
3948 'css/invalidation/InvalidationSetTest.cpp', 3948 'css/invalidation/InvalidationSetTest.cpp',
3949 'css/parser/CSSParserFastPathsTest.cpp',
3949 'css/parser/CSSParserTokenTest.cpp', 3950 'css/parser/CSSParserTokenTest.cpp',
3950 'css/parser/CSSPropertyParserTest.cpp', 3951 'css/parser/CSSPropertyParserTest.cpp',
3951 'css/parser/CSSSelectorParserTest.cpp', 3952 'css/parser/CSSSelectorParserTest.cpp',
3952 'css/parser/CSSTokenizerTest.cpp', 3953 'css/parser/CSSTokenizerTest.cpp',
3953 'css/parser/MediaConditionTest.cpp', 3954 'css/parser/MediaConditionTest.cpp',
3954 'css/parser/SizesAttributeParserTest.cpp', 3955 'css/parser/SizesAttributeParserTest.cpp',
3955 'css/parser/SizesCalcParserTest.cpp', 3956 'css/parser/SizesCalcParserTest.cpp',
3956 'css/resolver/FontBuilderTest.cpp', 3957 'css/resolver/FontBuilderTest.cpp',
3957 'css/resolver/MatchResultTest.cpp', 3958 'css/resolver/MatchResultTest.cpp',
3958 'dom/ActiveDOMObjectTest.cpp', 3959 'dom/ActiveDOMObjectTest.cpp',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
4128 'testing/PrivateScriptTestTest.cpp', 4129 'testing/PrivateScriptTestTest.cpp',
4129 'timing/MemoryInfoTest.cpp', 4130 'timing/MemoryInfoTest.cpp',
4130 'timing/PerformanceBaseTest.cpp', 4131 'timing/PerformanceBaseTest.cpp',
4131 'timing/PerformanceObserverTest.cpp', 4132 'timing/PerformanceObserverTest.cpp',
4132 'workers/WorkerThreadTest.cpp', 4133 'workers/WorkerThreadTest.cpp',
4133 'workers/WorkerThreadTestHelper.h', 4134 'workers/WorkerThreadTestHelper.h',
4134 'xml/parser/SharedBufferReaderTest.cpp', 4135 'xml/parser/SharedBufferReaderTest.cpp',
4135 ], 4136 ],
4136 } 4137 }
4137 } 4138 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698