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

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 unrelated files 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'css/cssom/CSSPositionValue.idl', 49 'css/cssom/CSSPositionValue.idl',
50 'css/cssom/CSSRotation.idl', 50 'css/cssom/CSSRotation.idl',
51 'css/cssom/CSSScale.idl', 51 'css/cssom/CSSScale.idl',
52 'css/cssom/CSSSimpleLength.idl', 52 'css/cssom/CSSSimpleLength.idl',
53 'css/cssom/CSSSkew.idl', 53 'css/cssom/CSSSkew.idl',
54 'css/cssom/CSSStyleValue.idl', 54 'css/cssom/CSSStyleValue.idl',
55 'css/cssom/CSSTokenStreamValue.idl', 55 'css/cssom/CSSTokenStreamValue.idl',
56 'css/cssom/CSSTransformComponent.idl', 56 'css/cssom/CSSTransformComponent.idl',
57 'css/cssom/CSSTransformValue.idl', 57 'css/cssom/CSSTransformValue.idl',
58 'css/cssom/CSSTranslation.idl', 58 'css/cssom/CSSTranslation.idl',
59 'css/cssom/CSSVariableReferenceValue.idl',
59 'css/cssom/StylePropertyMap.idl', 60 'css/cssom/StylePropertyMap.idl',
60 'dom/ArrayBuffer.idl', 61 'dom/ArrayBuffer.idl',
61 'dom/ArrayBufferView.idl', 62 'dom/ArrayBufferView.idl',
62 'dom/Attr.idl', 63 'dom/Attr.idl',
63 'dom/CDATASection.idl', 64 'dom/CDATASection.idl',
64 'dom/CharacterData.idl', 65 'dom/CharacterData.idl',
65 'dom/ClientRect.idl', 66 'dom/ClientRect.idl',
66 'dom/ClientRectList.idl', 67 'dom/ClientRectList.idl',
67 'dom/Comment.idl', 68 'dom/Comment.idl',
68 'dom/CompositorProxy.idl', 69 'dom/CompositorProxy.idl',
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 'css/cssom/CSSTokenStreamValue.cpp', 1366 'css/cssom/CSSTokenStreamValue.cpp',
1366 'css/cssom/CSSTokenStreamValue.h', 1367 'css/cssom/CSSTokenStreamValue.h',
1367 'css/cssom/CSSTransformComponent.cpp', 1368 'css/cssom/CSSTransformComponent.cpp',
1368 'css/cssom/CSSTransformComponent.h', 1369 'css/cssom/CSSTransformComponent.h',
1369 'css/cssom/CSSTransformValue.cpp', 1370 'css/cssom/CSSTransformValue.cpp',
1370 'css/cssom/CSSTransformValue.h', 1371 'css/cssom/CSSTransformValue.h',
1371 'css/cssom/CSSTranslation.cpp', 1372 'css/cssom/CSSTranslation.cpp',
1372 'css/cssom/CSSTranslation.h', 1373 'css/cssom/CSSTranslation.h',
1373 'css/cssom/CSSUnsupportedStyleValue.cpp', 1374 'css/cssom/CSSUnsupportedStyleValue.cpp',
1374 'css/cssom/CSSUnsupportedStyleValue.h', 1375 'css/cssom/CSSUnsupportedStyleValue.h',
1376 'css/cssom/CSSStyleVariableReferenceValue.h',
1375 'css/cssom/ComputedStylePropertyMap.cpp', 1377 'css/cssom/ComputedStylePropertyMap.cpp',
1376 'css/cssom/ComputedStylePropertyMap.h', 1378 'css/cssom/ComputedStylePropertyMap.h',
1377 'css/cssom/FilteredComputedStylePropertyMap.cpp', 1379 'css/cssom/FilteredComputedStylePropertyMap.cpp',
1378 'css/cssom/FilteredComputedStylePropertyMap.h', 1380 'css/cssom/FilteredComputedStylePropertyMap.h',
1379 'css/cssom/ImmutableStylePropertyMap.h', 1381 'css/cssom/ImmutableStylePropertyMap.h',
1380 'css/cssom/InlineStylePropertyMap.cpp', 1382 'css/cssom/InlineStylePropertyMap.cpp',
1381 'css/cssom/InlineStylePropertyMap.h', 1383 'css/cssom/InlineStylePropertyMap.h',
1382 'css/cssom/MutableStylePropertyMap.h', 1384 'css/cssom/MutableStylePropertyMap.h',
1383 'css/cssom/StylePropertyMap.cpp', 1385 'css/cssom/StylePropertyMap.cpp',
1384 'css/cssom/StylePropertyMap.h', 1386 'css/cssom/StylePropertyMap.h',
(...skipping 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after
3993 'css/CSSValueTestHelper.h', 3995 'css/CSSValueTestHelper.h',
3994 'css/DragUpdateTest.cpp', 3996 'css/DragUpdateTest.cpp',
3995 'css/MediaQueryEvaluatorTest.cpp', 3997 'css/MediaQueryEvaluatorTest.cpp',
3996 'css/MediaQueryListTest.cpp', 3998 'css/MediaQueryListTest.cpp',
3997 'css/MediaQueryMatcherTest.cpp', 3999 'css/MediaQueryMatcherTest.cpp',
3998 'css/MediaQuerySetTest.cpp', 4000 'css/MediaQuerySetTest.cpp',
3999 'css/MediaValuesTest.cpp', 4001 'css/MediaValuesTest.cpp',
4000 'css/RuleFeatureSetTest.cpp', 4002 'css/RuleFeatureSetTest.cpp',
4001 'css/RuleSetTest.cpp', 4003 'css/RuleSetTest.cpp',
4002 'css/StyleSheetContentsTest.cpp', 4004 'css/StyleSheetContentsTest.cpp',
4005 'css/cssom/CSSTokenStreamValueTest.cpp',
4003 'css/cssom/FilteredComputedStylePropertyMapTest.cpp', 4006 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4004 'css/invalidation/InvalidationSetTest.cpp', 4007 'css/invalidation/InvalidationSetTest.cpp',
4005 'css/parser/CSSParserFastPathsTest.cpp', 4008 'css/parser/CSSParserFastPathsTest.cpp',
4006 'css/parser/CSSParserTokenTest.cpp', 4009 'css/parser/CSSParserTokenTest.cpp',
4007 'css/parser/CSSPropertyParserTest.cpp', 4010 'css/parser/CSSPropertyParserTest.cpp',
4008 'css/parser/CSSSelectorParserTest.cpp', 4011 'css/parser/CSSSelectorParserTest.cpp',
4009 'css/parser/CSSTokenizerTest.cpp', 4012 'css/parser/CSSTokenizerTest.cpp',
4010 'css/parser/MediaConditionTest.cpp', 4013 'css/parser/MediaConditionTest.cpp',
4011 'css/parser/SizesAttributeParserTest.cpp', 4014 'css/parser/SizesAttributeParserTest.cpp',
4012 'css/parser/SizesCalcParserTest.cpp', 4015 'css/parser/SizesCalcParserTest.cpp',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 'testing/PrivateScriptTestTest.cpp', 4210 'testing/PrivateScriptTestTest.cpp',
4208 'timing/MemoryInfoTest.cpp', 4211 'timing/MemoryInfoTest.cpp',
4209 'timing/PerformanceBaseTest.cpp', 4212 'timing/PerformanceBaseTest.cpp',
4210 'timing/PerformanceObserverTest.cpp', 4213 'timing/PerformanceObserverTest.cpp',
4211 'workers/WorkerThreadTest.cpp', 4214 'workers/WorkerThreadTest.cpp',
4212 'workers/WorkerThreadTestHelper.h', 4215 'workers/WorkerThreadTestHelper.h',
4213 'xml/parser/SharedBufferReaderTest.cpp', 4216 'xml/parser/SharedBufferReaderTest.cpp',
4214 ], 4217 ],
4215 } 4218 }
4216 } 4219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698