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

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

Issue 2199703002: [Typed-OM] Add CSSStyleImageValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSResourceValue
Patch Set: Return null if the image has invalid ratio 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 23 matching lines...) Expand all
34 'css/FontFaceSetLoadEvent.idl', 34 'css/FontFaceSetLoadEvent.idl',
35 'css/MediaList.idl', 35 'css/MediaList.idl',
36 'css/MediaQueryList.idl', 36 'css/MediaQueryList.idl',
37 'css/MediaQueryListEvent.idl', 37 'css/MediaQueryListEvent.idl',
38 'css/StyleMedia.idl', 38 'css/StyleMedia.idl',
39 'css/StyleSheet.idl', 39 'css/StyleSheet.idl',
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/CSSImageValue.idl',
44 'css/cssom/CSSKeywordValue.idl', 45 'css/cssom/CSSKeywordValue.idl',
45 'css/cssom/CSSLengthValue.idl', 46 'css/cssom/CSSLengthValue.idl',
46 'css/cssom/CSSMatrixTransformComponent.idl', 47 'css/cssom/CSSMatrixTransformComponent.idl',
47 'css/cssom/CSSNumberValue.idl', 48 'css/cssom/CSSNumberValue.idl',
48 'css/cssom/CSSPerspective.idl', 49 'css/cssom/CSSPerspective.idl',
49 'css/cssom/CSSPositionValue.idl', 50 'css/cssom/CSSPositionValue.idl',
50 'css/cssom/CSSResourceValue.idl', 51 'css/cssom/CSSResourceValue.idl',
51 'css/cssom/CSSRotation.idl', 52 'css/cssom/CSSRotation.idl',
52 'css/cssom/CSSScale.idl', 53 'css/cssom/CSSScale.idl',
53 'css/cssom/CSSSimpleLength.idl', 54 'css/cssom/CSSSimpleLength.idl',
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 'css/StyleSheet.cpp', 1334 'css/StyleSheet.cpp',
1334 'css/StyleSheet.h', 1335 'css/StyleSheet.h',
1335 'css/StyleSheetContents.cpp', 1336 'css/StyleSheetContents.cpp',
1336 'css/StyleSheetContents.h', 1337 'css/StyleSheetContents.h',
1337 'css/StyleSheetList.cpp', 1338 'css/StyleSheetList.cpp',
1338 'css/StyleSheetList.h', 1339 'css/StyleSheetList.h',
1339 'css/cssom/CSSAngleValue.cpp', 1340 'css/cssom/CSSAngleValue.cpp',
1340 'css/cssom/CSSAngleValue.h', 1341 'css/cssom/CSSAngleValue.h',
1341 'css/cssom/CSSCalcLength.cpp', 1342 'css/cssom/CSSCalcLength.cpp',
1342 'css/cssom/CSSCalcLength.h', 1343 'css/cssom/CSSCalcLength.h',
1344 'css/cssom/CSSImageValue.h',
1343 'css/cssom/CSSKeywordValue.cpp', 1345 'css/cssom/CSSKeywordValue.cpp',
1344 'css/cssom/CSSKeywordValue.h', 1346 'css/cssom/CSSKeywordValue.h',
1345 'css/cssom/CSSLengthValue.cpp', 1347 'css/cssom/CSSLengthValue.cpp',
1346 'css/cssom/CSSLengthValue.h', 1348 'css/cssom/CSSLengthValue.h',
1347 'css/cssom/CSSMatrixTransformComponent.cpp', 1349 'css/cssom/CSSMatrixTransformComponent.cpp',
1348 'css/cssom/CSSMatrixTransformComponent.h', 1350 'css/cssom/CSSMatrixTransformComponent.h',
1349 'css/cssom/CSSNumberValue.h', 1351 'css/cssom/CSSNumberValue.h',
1350 'css/cssom/CSSOMKeywords.h', 1352 'css/cssom/CSSOMKeywords.h',
1351 'css/cssom/CSSOMTypes.h', 1353 'css/cssom/CSSOMTypes.h',
1352 'css/cssom/CSSPerspective.cpp', 1354 'css/cssom/CSSPerspective.cpp',
(...skipping 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after
4023 'css/DragUpdateTest.cpp', 4025 'css/DragUpdateTest.cpp',
4024 'css/MediaQueryEvaluatorTest.cpp', 4026 'css/MediaQueryEvaluatorTest.cpp',
4025 'css/MediaQueryListTest.cpp', 4027 'css/MediaQueryListTest.cpp',
4026 'css/MediaQueryMatcherTest.cpp', 4028 'css/MediaQueryMatcherTest.cpp',
4027 'css/MediaQuerySetTest.cpp', 4029 'css/MediaQuerySetTest.cpp',
4028 'css/MediaValuesTest.cpp', 4030 'css/MediaValuesTest.cpp',
4029 'css/RuleFeatureSetTest.cpp', 4031 'css/RuleFeatureSetTest.cpp',
4030 'css/RuleSetTest.cpp', 4032 'css/RuleSetTest.cpp',
4031 'css/StyleSheetContentsTest.cpp', 4033 'css/StyleSheetContentsTest.cpp',
4032 'css/cssom/CSSResourceValueTest.cpp', 4034 'css/cssom/CSSResourceValueTest.cpp',
4035 'css/cssom/CSSStyleImageValueTest.cpp',
4033 'css/cssom/CSSTokenStreamValueTest.cpp', 4036 'css/cssom/CSSTokenStreamValueTest.cpp',
4034 'css/cssom/FilteredComputedStylePropertyMapTest.cpp', 4037 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4035 'css/invalidation/InvalidationSetTest.cpp', 4038 'css/invalidation/InvalidationSetTest.cpp',
4036 'css/parser/CSSParserFastPathsTest.cpp', 4039 'css/parser/CSSParserFastPathsTest.cpp',
4037 'css/parser/CSSParserTokenTest.cpp', 4040 'css/parser/CSSParserTokenTest.cpp',
4038 'css/parser/CSSPropertyParserTest.cpp', 4041 'css/parser/CSSPropertyParserTest.cpp',
4039 'css/parser/CSSSelectorParserTest.cpp', 4042 'css/parser/CSSSelectorParserTest.cpp',
4040 'css/parser/CSSTokenizerTest.cpp', 4043 'css/parser/CSSTokenizerTest.cpp',
4041 'css/parser/MediaConditionTest.cpp', 4044 'css/parser/MediaConditionTest.cpp',
4042 'css/parser/SizesAttributeParserTest.cpp', 4045 'css/parser/SizesAttributeParserTest.cpp',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
4241 'testing/PrivateScriptTestTest.cpp', 4244 'testing/PrivateScriptTestTest.cpp',
4242 'timing/MemoryInfoTest.cpp', 4245 'timing/MemoryInfoTest.cpp',
4243 'timing/PerformanceBaseTest.cpp', 4246 'timing/PerformanceBaseTest.cpp',
4244 'timing/PerformanceObserverTest.cpp', 4247 'timing/PerformanceObserverTest.cpp',
4245 'workers/WorkerThreadTest.cpp', 4248 'workers/WorkerThreadTest.cpp',
4246 'workers/WorkerThreadTestHelper.h', 4249 'workers/WorkerThreadTestHelper.h',
4247 'xml/parser/SharedBufferReaderTest.cpp', 4250 'xml/parser/SharedBufferReaderTest.cpp',
4248 ], 4251 ],
4249 } 4252 }
4250 } 4253 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698