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

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

Issue 1589733004: CSS Typed OM: add TransformComponents Rotation and Skew (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cssValueAndCssString
Patch Set: Remove TransformComponent call in child constructor Created 4 years, 10 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 26 matching lines...) Expand all
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/CalcLength.idl', 42 'css/cssom/CalcLength.idl',
43 'css/cssom/KeywordValue.idl', 43 'css/cssom/KeywordValue.idl',
44 'css/cssom/LengthValue.idl', 44 'css/cssom/LengthValue.idl',
45 'css/cssom/MatrixTransformComponent.idl', 45 'css/cssom/MatrixTransformComponent.idl',
46 'css/cssom/NumberValue.idl', 46 'css/cssom/NumberValue.idl',
47 'css/cssom/RotationTransformComponent.idl',
47 'css/cssom/ScaleTransformComponent.idl', 48 'css/cssom/ScaleTransformComponent.idl',
48 'css/cssom/SimpleLength.idl', 49 'css/cssom/SimpleLength.idl',
50 'css/cssom/SkewTransformComponent.idl',
49 'css/cssom/StylePropertyMap.idl', 51 'css/cssom/StylePropertyMap.idl',
50 'css/cssom/StyleValue.idl', 52 'css/cssom/StyleValue.idl',
51 'css/cssom/TransformComponent.idl', 53 'css/cssom/TransformComponent.idl',
52 'css/cssom/TransformValue.idl', 54 'css/cssom/TransformValue.idl',
53 'dom/ArrayBuffer.idl', 55 'dom/ArrayBuffer.idl',
54 'dom/ArrayBufferView.idl', 56 'dom/ArrayBufferView.idl',
55 'dom/Attr.idl', 57 'dom/Attr.idl',
56 'dom/CDATASection.idl', 58 'dom/CDATASection.idl',
57 'dom/CharacterData.idl', 59 'dom/CharacterData.idl',
58 'dom/ClientRect.idl', 60 'dom/ClientRect.idl',
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 'css/cssom/StyleCalcLength.cpp', 1260 'css/cssom/StyleCalcLength.cpp',
1259 'css/cssom/StyleCalcLength.h', 1261 'css/cssom/StyleCalcLength.h',
1260 'css/cssom/KeywordValue.cpp', 1262 'css/cssom/KeywordValue.cpp',
1261 'css/cssom/KeywordValue.h', 1263 'css/cssom/KeywordValue.h',
1262 'css/cssom/LengthValue.cpp', 1264 'css/cssom/LengthValue.cpp',
1263 'css/cssom/LengthValue.h', 1265 'css/cssom/LengthValue.h',
1264 'css/cssom/MatrixTransformComponent.cpp', 1266 'css/cssom/MatrixTransformComponent.cpp',
1265 'css/cssom/MatrixTransformComponent.h', 1267 'css/cssom/MatrixTransformComponent.h',
1266 'css/cssom/MutableStylePropertyMap.h', 1268 'css/cssom/MutableStylePropertyMap.h',
1267 'css/cssom/NumberValue.h', 1269 'css/cssom/NumberValue.h',
1270 'css/cssom/RotationTransformComponent.cpp',
1271 'css/cssom/RotationTransformComponent.h',
1268 'css/cssom/ScaleTransformComponent.cpp', 1272 'css/cssom/ScaleTransformComponent.cpp',
1269 'css/cssom/ScaleTransformComponent.h', 1273 'css/cssom/ScaleTransformComponent.h',
1270 'css/cssom/SimpleLength.cpp', 1274 'css/cssom/SimpleLength.cpp',
1271 'css/cssom/SimpleLength.h', 1275 'css/cssom/SimpleLength.h',
1276 'css/cssom/SkewTransformComponent.cpp',
1277 'css/cssom/SkewTransformComponent.h',
1272 'css/cssom/StylePropertyMap.cpp', 1278 'css/cssom/StylePropertyMap.cpp',
1273 'css/cssom/StylePropertyMap.h', 1279 'css/cssom/StylePropertyMap.h',
1274 'css/cssom/StyleValue.cpp', 1280 'css/cssom/StyleValue.cpp',
1275 'css/cssom/StyleValue.h', 1281 'css/cssom/StyleValue.h',
1276 'css/cssom/TransformComponent.h', 1282 'css/cssom/TransformComponent.h',
1277 'css/cssom/TransformValue.cpp', 1283 'css/cssom/TransformValue.cpp',
1278 'css/cssom/TransformValue.h', 1284 'css/cssom/TransformValue.h',
1279 'css/invalidation/InvalidationSet.cpp', 1285 'css/invalidation/InvalidationSet.cpp',
1280 'css/invalidation/InvalidationSet.h', 1286 'css/invalidation/InvalidationSet.h',
1281 'css/invalidation/PendingInvalidations.h', 1287 'css/invalidation/PendingInvalidations.h',
(...skipping 2750 matching lines...) Expand 10 before | Expand all | Expand 10 after
4032 'style/SVGComputedStyleTest.cpp', 4038 'style/SVGComputedStyleTest.cpp',
4033 'svg/SVGPathParserTest.cpp', 4039 'svg/SVGPathParserTest.cpp',
4034 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4035 'testing/PrivateScriptTestTest.cpp', 4041 'testing/PrivateScriptTestTest.cpp',
4036 'timing/MemoryInfoTest.cpp', 4042 'timing/MemoryInfoTest.cpp',
4037 'workers/WorkerThreadTest.cpp', 4043 'workers/WorkerThreadTest.cpp',
4038 'xml/parser/SharedBufferReaderTest.cpp', 4044 'xml/parser/SharedBufferReaderTest.cpp',
4039 ], 4045 ],
4040 } 4046 }
4041 } 4047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698