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 2122193003: [Typed-OM] Add CSSTokenStreamValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test for CSSTokenStreamValue 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'css/cssom/CSSLengthValue.idl', 45 'css/cssom/CSSLengthValue.idl',
46 'css/cssom/CSSMatrixTransformComponent.idl', 46 'css/cssom/CSSMatrixTransformComponent.idl',
47 'css/cssom/CSSNumberValue.idl', 47 'css/cssom/CSSNumberValue.idl',
48 'css/cssom/CSSPerspective.idl', 48 'css/cssom/CSSPerspective.idl',
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/CSSTransformComponent.idl', 56 'css/cssom/CSSTransformComponent.idl',
56 'css/cssom/CSSTransformValue.idl', 57 'css/cssom/CSSTransformValue.idl',
57 'css/cssom/CSSTranslation.idl', 58 'css/cssom/CSSTranslation.idl',
58 'css/cssom/CSSVariableReferenceValue.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',
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 'css/cssom/CSSRotation.h', 1354 'css/cssom/CSSRotation.h',
1354 'css/cssom/CSSScale.cpp', 1355 'css/cssom/CSSScale.cpp',
1355 'css/cssom/CSSScale.h', 1356 'css/cssom/CSSScale.h',
1356 'css/cssom/CSSSimpleLength.cpp', 1357 'css/cssom/CSSSimpleLength.cpp',
1357 'css/cssom/CSSSimpleLength.h', 1358 'css/cssom/CSSSimpleLength.h',
1358 'css/cssom/CSSSkew.cpp', 1359 'css/cssom/CSSSkew.cpp',
1359 'css/cssom/CSSSkew.h', 1360 'css/cssom/CSSSkew.h',
1360 'css/cssom/CSSStyleValue.cpp', 1361 'css/cssom/CSSStyleValue.cpp',
1361 'css/cssom/CSSStyleValue.h', 1362 'css/cssom/CSSStyleValue.h',
1362 'css/cssom/CSSStyleVariableReferenceValue.h', 1363 'css/cssom/CSSStyleVariableReferenceValue.h',
1364 'css/cssom/CSSTokenStreamValue.cpp',
1365 'css/cssom/CSSTokenStreamValue.h',
1363 'css/cssom/CSSTransformComponent.cpp', 1366 'css/cssom/CSSTransformComponent.cpp',
1364 'css/cssom/CSSTransformComponent.h', 1367 'css/cssom/CSSTransformComponent.h',
1365 'css/cssom/CSSTransformValue.cpp', 1368 'css/cssom/CSSTransformValue.cpp',
1366 'css/cssom/CSSTransformValue.h', 1369 'css/cssom/CSSTransformValue.h',
1367 'css/cssom/CSSTranslation.cpp', 1370 'css/cssom/CSSTranslation.cpp',
1368 'css/cssom/CSSTranslation.h', 1371 'css/cssom/CSSTranslation.h',
1369 'css/cssom/CSSUnsupportedStyleValue.cpp', 1372 'css/cssom/CSSUnsupportedStyleValue.cpp',
1370 'css/cssom/CSSUnsupportedStyleValue.h', 1373 'css/cssom/CSSUnsupportedStyleValue.h',
1371 'css/cssom/ComputedStylePropertyMap.cpp', 1374 'css/cssom/ComputedStylePropertyMap.cpp',
1372 'css/cssom/ComputedStylePropertyMap.h', 1375 'css/cssom/ComputedStylePropertyMap.h',
(...skipping 2629 matching lines...) Expand 10 before | Expand all | Expand 10 after
4002 'css/CSSValueTestHelper.h', 4005 'css/CSSValueTestHelper.h',
4003 'css/DragUpdateTest.cpp', 4006 'css/DragUpdateTest.cpp',
4004 'css/MediaQueryEvaluatorTest.cpp', 4007 'css/MediaQueryEvaluatorTest.cpp',
4005 'css/MediaQueryListTest.cpp', 4008 'css/MediaQueryListTest.cpp',
4006 'css/MediaQueryMatcherTest.cpp', 4009 'css/MediaQueryMatcherTest.cpp',
4007 'css/MediaQuerySetTest.cpp', 4010 'css/MediaQuerySetTest.cpp',
4008 'css/MediaValuesTest.cpp', 4011 'css/MediaValuesTest.cpp',
4009 'css/RuleFeatureSetTest.cpp', 4012 'css/RuleFeatureSetTest.cpp',
4010 'css/RuleSetTest.cpp', 4013 'css/RuleSetTest.cpp',
4011 'css/StyleSheetContentsTest.cpp', 4014 'css/StyleSheetContentsTest.cpp',
4015 'css/cssom/CSSTokenStreamValueTest.cpp',
4012 'css/cssom/FilteredComputedStylePropertyMapTest.cpp', 4016 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4013 'css/invalidation/InvalidationSetTest.cpp', 4017 'css/invalidation/InvalidationSetTest.cpp',
4014 'css/parser/CSSParserFastPathsTest.cpp', 4018 'css/parser/CSSParserFastPathsTest.cpp',
4015 'css/parser/CSSParserTokenTest.cpp', 4019 'css/parser/CSSParserTokenTest.cpp',
4016 'css/parser/CSSPropertyParserTest.cpp', 4020 'css/parser/CSSPropertyParserTest.cpp',
4017 'css/parser/CSSSelectorParserTest.cpp', 4021 'css/parser/CSSSelectorParserTest.cpp',
4018 'css/parser/CSSTokenizerTest.cpp', 4022 'css/parser/CSSTokenizerTest.cpp',
4019 'css/parser/MediaConditionTest.cpp', 4023 'css/parser/MediaConditionTest.cpp',
4020 'css/parser/SizesAttributeParserTest.cpp', 4024 'css/parser/SizesAttributeParserTest.cpp',
4021 'css/parser/SizesCalcParserTest.cpp', 4025 'css/parser/SizesCalcParserTest.cpp',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
4219 'testing/PrivateScriptTestTest.cpp', 4223 'testing/PrivateScriptTestTest.cpp',
4220 'timing/MemoryInfoTest.cpp', 4224 'timing/MemoryInfoTest.cpp',
4221 'timing/PerformanceBaseTest.cpp', 4225 'timing/PerformanceBaseTest.cpp',
4222 'timing/PerformanceObserverTest.cpp', 4226 'timing/PerformanceObserverTest.cpp',
4223 'workers/WorkerThreadTest.cpp', 4227 'workers/WorkerThreadTest.cpp',
4224 'workers/WorkerThreadTestHelper.h', 4228 'workers/WorkerThreadTestHelper.h',
4225 'xml/parser/SharedBufferReaderTest.cpp', 4229 'xml/parser/SharedBufferReaderTest.cpp',
4226 ], 4230 ],
4227 } 4231 }
4228 } 4232 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698