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

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

Issue 2140073002: [Typed-OM] Add compound type of CSSVariableReferenceValue and String with some tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSTokenStreamValue
Patch Set: Removed unused variables Created 4 years, 5 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 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 'css/cssom/CSSTokenStreamValue.cpp', 1362 'css/cssom/CSSTokenStreamValue.cpp',
1363 'css/cssom/CSSTokenStreamValue.h', 1363 'css/cssom/CSSTokenStreamValue.h',
1364 'css/cssom/CSSTransformComponent.cpp', 1364 'css/cssom/CSSTransformComponent.cpp',
1365 'css/cssom/CSSTransformComponent.h', 1365 'css/cssom/CSSTransformComponent.h',
1366 'css/cssom/CSSTransformValue.cpp', 1366 'css/cssom/CSSTransformValue.cpp',
1367 'css/cssom/CSSTransformValue.h', 1367 'css/cssom/CSSTransformValue.h',
1368 'css/cssom/CSSTranslation.cpp', 1368 'css/cssom/CSSTranslation.cpp',
1369 'css/cssom/CSSTranslation.h', 1369 'css/cssom/CSSTranslation.h',
1370 'css/cssom/CSSUnsupportedStyleValue.cpp', 1370 'css/cssom/CSSUnsupportedStyleValue.cpp',
1371 'css/cssom/CSSUnsupportedStyleValue.h', 1371 'css/cssom/CSSUnsupportedStyleValue.h',
1372 'css/cssom/CSSStyleVariableReferenceValue.h',
1372 'css/cssom/ComputedStylePropertyMap.cpp', 1373 'css/cssom/ComputedStylePropertyMap.cpp',
1373 'css/cssom/ComputedStylePropertyMap.h', 1374 'css/cssom/ComputedStylePropertyMap.h',
1374 'css/cssom/FilteredComputedStylePropertyMap.cpp', 1375 'css/cssom/FilteredComputedStylePropertyMap.cpp',
1375 'css/cssom/FilteredComputedStylePropertyMap.h', 1376 'css/cssom/FilteredComputedStylePropertyMap.h',
1376 'css/cssom/ImmutableStylePropertyMap.h', 1377 'css/cssom/ImmutableStylePropertyMap.h',
1377 'css/cssom/InlineStylePropertyMap.cpp', 1378 'css/cssom/InlineStylePropertyMap.cpp',
1378 'css/cssom/InlineStylePropertyMap.h', 1379 'css/cssom/InlineStylePropertyMap.h',
1379 'css/cssom/MutableStylePropertyMap.h', 1380 'css/cssom/MutableStylePropertyMap.h',
1380 'css/cssom/StylePropertyMap.cpp', 1381 'css/cssom/StylePropertyMap.cpp',
1381 'css/cssom/StylePropertyMap.h', 1382 'css/cssom/StylePropertyMap.h',
(...skipping 2610 matching lines...) Expand 10 before | Expand all | Expand 10 after
3992 'css/CSSValueTestHelper.h', 3993 'css/CSSValueTestHelper.h',
3993 'css/DragUpdateTest.cpp', 3994 'css/DragUpdateTest.cpp',
3994 'css/MediaQueryEvaluatorTest.cpp', 3995 'css/MediaQueryEvaluatorTest.cpp',
3995 'css/MediaQueryListTest.cpp', 3996 'css/MediaQueryListTest.cpp',
3996 'css/MediaQueryMatcherTest.cpp', 3997 'css/MediaQueryMatcherTest.cpp',
3997 'css/MediaQuerySetTest.cpp', 3998 'css/MediaQuerySetTest.cpp',
3998 'css/MediaValuesTest.cpp', 3999 'css/MediaValuesTest.cpp',
3999 'css/RuleFeatureSetTest.cpp', 4000 'css/RuleFeatureSetTest.cpp',
4000 'css/RuleSetTest.cpp', 4001 'css/RuleSetTest.cpp',
4001 'css/StyleSheetContentsTest.cpp', 4002 'css/StyleSheetContentsTest.cpp',
4003 'css/cssom/CSSTokenStreamValueTest.cpp',
4002 'css/cssom/FilteredComputedStylePropertyMapTest.cpp', 4004 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4003 'css/invalidation/InvalidationSetTest.cpp', 4005 'css/invalidation/InvalidationSetTest.cpp',
4004 'css/parser/CSSParserFastPathsTest.cpp', 4006 'css/parser/CSSParserFastPathsTest.cpp',
4005 'css/parser/CSSParserTokenTest.cpp', 4007 'css/parser/CSSParserTokenTest.cpp',
4006 'css/parser/CSSPropertyParserTest.cpp', 4008 'css/parser/CSSPropertyParserTest.cpp',
4007 'css/parser/CSSSelectorParserTest.cpp', 4009 'css/parser/CSSSelectorParserTest.cpp',
4008 'css/parser/CSSTokenizerTest.cpp', 4010 'css/parser/CSSTokenizerTest.cpp',
4009 'css/parser/MediaConditionTest.cpp', 4011 'css/parser/MediaConditionTest.cpp',
4010 'css/parser/SizesAttributeParserTest.cpp', 4012 'css/parser/SizesAttributeParserTest.cpp',
4011 'css/parser/SizesCalcParserTest.cpp', 4013 'css/parser/SizesCalcParserTest.cpp',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
4208 'testing/PrivateScriptTestTest.cpp', 4210 'testing/PrivateScriptTestTest.cpp',
4209 'timing/MemoryInfoTest.cpp', 4211 'timing/MemoryInfoTest.cpp',
4210 'timing/PerformanceBaseTest.cpp', 4212 'timing/PerformanceBaseTest.cpp',
4211 'timing/PerformanceObserverTest.cpp', 4213 'timing/PerformanceObserverTest.cpp',
4212 'workers/WorkerThreadTest.cpp', 4214 'workers/WorkerThreadTest.cpp',
4213 'workers/WorkerThreadTestHelper.h', 4215 'workers/WorkerThreadTestHelper.h',
4214 'xml/parser/SharedBufferReaderTest.cpp', 4216 'xml/parser/SharedBufferReaderTest.cpp',
4215 ], 4217 ],
4216 } 4218 }
4217 } 4219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698