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

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

Issue 2190543004: [Typed-OM] Add CSSResourceValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add default return value Created 4 years, 4 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 29 matching lines...) Expand all
40 'css/StyleSheetList.idl', 40 'css/StyleSheetList.idl',
41 'css/WebKitCSSMatrix.idl', 41 'css/WebKitCSSMatrix.idl',
42 'css/cssom/CSSAngleValue.idl', 42 'css/cssom/CSSAngleValue.idl',
43 'css/cssom/CSSCalcLength.idl', 43 'css/cssom/CSSCalcLength.idl',
44 'css/cssom/CSSKeywordValue.idl', 44 'css/cssom/CSSKeywordValue.idl',
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/CSSResourceValue.idl',
50 'css/cssom/CSSRotation.idl', 51 'css/cssom/CSSRotation.idl',
51 'css/cssom/CSSScale.idl', 52 'css/cssom/CSSScale.idl',
52 'css/cssom/CSSSimpleLength.idl', 53 'css/cssom/CSSSimpleLength.idl',
53 'css/cssom/CSSSkew.idl', 54 'css/cssom/CSSSkew.idl',
54 'css/cssom/CSSStyleValue.idl', 55 'css/cssom/CSSStyleValue.idl',
55 'css/cssom/CSSTokenStreamValue.idl', 56 'css/cssom/CSSTokenStreamValue.idl',
56 'css/cssom/CSSTransformComponent.idl', 57 'css/cssom/CSSTransformComponent.idl',
57 'css/cssom/CSSTransformValue.idl', 58 'css/cssom/CSSTransformValue.idl',
58 'css/cssom/CSSTranslation.idl', 59 'css/cssom/CSSTranslation.idl',
59 'css/cssom/CSSVariableReferenceValue.idl', 60 'css/cssom/CSSVariableReferenceValue.idl',
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 'css/cssom/CSSLengthValue.h', 1348 'css/cssom/CSSLengthValue.h',
1348 'css/cssom/CSSMatrixTransformComponent.cpp', 1349 'css/cssom/CSSMatrixTransformComponent.cpp',
1349 'css/cssom/CSSMatrixTransformComponent.h', 1350 'css/cssom/CSSMatrixTransformComponent.h',
1350 'css/cssom/CSSNumberValue.h', 1351 'css/cssom/CSSNumberValue.h',
1351 'css/cssom/CSSOMKeywords.h', 1352 'css/cssom/CSSOMKeywords.h',
1352 'css/cssom/CSSOMTypes.h', 1353 'css/cssom/CSSOMTypes.h',
1353 'css/cssom/CSSPerspective.cpp', 1354 'css/cssom/CSSPerspective.cpp',
1354 'css/cssom/CSSPerspective.h', 1355 'css/cssom/CSSPerspective.h',
1355 'css/cssom/CSSPositionValue.cpp', 1356 'css/cssom/CSSPositionValue.cpp',
1356 'css/cssom/CSSPositionValue.h', 1357 'css/cssom/CSSPositionValue.h',
1358 'css/cssom/CSSResourceValue.h',
1357 'css/cssom/CSSRotation.cpp', 1359 'css/cssom/CSSRotation.cpp',
1358 'css/cssom/CSSRotation.h', 1360 'css/cssom/CSSRotation.h',
1359 'css/cssom/CSSScale.cpp', 1361 'css/cssom/CSSScale.cpp',
1360 'css/cssom/CSSScale.h', 1362 'css/cssom/CSSScale.h',
1361 'css/cssom/CSSSimpleLength.cpp', 1363 'css/cssom/CSSSimpleLength.cpp',
1362 'css/cssom/CSSSimpleLength.h', 1364 'css/cssom/CSSSimpleLength.h',
1363 'css/cssom/CSSSkew.cpp', 1365 'css/cssom/CSSSkew.cpp',
1364 'css/cssom/CSSSkew.h', 1366 'css/cssom/CSSSkew.h',
1365 'css/cssom/CSSStyleValue.cpp', 1367 'css/cssom/CSSStyleValue.cpp',
1366 'css/cssom/CSSStyleValue.h', 1368 'css/cssom/CSSStyleValue.h',
(...skipping 2653 matching lines...) Expand 10 before | Expand all | Expand 10 after
4020 'css/CSSValueTestHelper.h', 4022 'css/CSSValueTestHelper.h',
4021 'css/DragUpdateTest.cpp', 4023 'css/DragUpdateTest.cpp',
4022 'css/MediaQueryEvaluatorTest.cpp', 4024 'css/MediaQueryEvaluatorTest.cpp',
4023 'css/MediaQueryListTest.cpp', 4025 'css/MediaQueryListTest.cpp',
4024 'css/MediaQueryMatcherTest.cpp', 4026 'css/MediaQueryMatcherTest.cpp',
4025 'css/MediaQuerySetTest.cpp', 4027 'css/MediaQuerySetTest.cpp',
4026 'css/MediaValuesTest.cpp', 4028 'css/MediaValuesTest.cpp',
4027 'css/RuleFeatureSetTest.cpp', 4029 'css/RuleFeatureSetTest.cpp',
4028 'css/RuleSetTest.cpp', 4030 'css/RuleSetTest.cpp',
4029 'css/StyleSheetContentsTest.cpp', 4031 'css/StyleSheetContentsTest.cpp',
4032 'css/cssom/CSSResourceValueTest.cpp',
4030 'css/cssom/CSSTokenStreamValueTest.cpp', 4033 'css/cssom/CSSTokenStreamValueTest.cpp',
4031 'css/cssom/CSSVariableReferenceValueTest.cpp', 4034 'css/cssom/CSSVariableReferenceValueTest.cpp',
4032 'css/cssom/FilteredComputedStylePropertyMapTest.cpp', 4035 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4033 'css/invalidation/InvalidationSetTest.cpp', 4036 'css/invalidation/InvalidationSetTest.cpp',
4034 'css/parser/CSSParserFastPathsTest.cpp', 4037 'css/parser/CSSParserFastPathsTest.cpp',
4035 'css/parser/CSSParserTokenTest.cpp', 4038 'css/parser/CSSParserTokenTest.cpp',
4036 'css/parser/CSSPropertyParserTest.cpp', 4039 'css/parser/CSSPropertyParserTest.cpp',
4037 'css/parser/CSSSelectorParserTest.cpp', 4040 'css/parser/CSSSelectorParserTest.cpp',
4038 'css/parser/CSSTokenizerTest.cpp', 4041 'css/parser/CSSTokenizerTest.cpp',
4039 'css/parser/MediaConditionTest.cpp', 4042 'css/parser/MediaConditionTest.cpp',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 'testing/PrivateScriptTestTest.cpp', 4243 'testing/PrivateScriptTestTest.cpp',
4241 'timing/MemoryInfoTest.cpp', 4244 'timing/MemoryInfoTest.cpp',
4242 'timing/PerformanceBaseTest.cpp', 4245 'timing/PerformanceBaseTest.cpp',
4243 'timing/PerformanceObserverTest.cpp', 4246 'timing/PerformanceObserverTest.cpp',
4244 'workers/WorkerThreadTest.cpp', 4247 'workers/WorkerThreadTest.cpp',
4245 'workers/WorkerThreadTestHelper.h', 4248 'workers/WorkerThreadTestHelper.h',
4246 'xml/parser/SharedBufferReaderTest.cpp', 4249 'xml/parser/SharedBufferReaderTest.cpp',
4247 ], 4250 ],
4248 } 4251 }
4249 } 4252 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698