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

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

Issue 1949343002: [Obsolete] Typed CSSOM: Prefix LengthValue, CalcLength and SimpleLength with "CSS" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename layout test files Created 4 years, 7 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 21 matching lines...) Expand all
32 'css/FontFace.idl', 32 'css/FontFace.idl',
33 'css/FontFaceSet.idl', 33 'css/FontFaceSet.idl',
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/CalcLength.idl', 42 'css/cssom/CSSCalcLength.idl',
43 'css/cssom/CSSLengthValue.idl',
44 'css/cssom/CSSSimpleLength.idl',
43 'css/cssom/KeywordValue.idl', 45 'css/cssom/KeywordValue.idl',
44 'css/cssom/LengthValue.idl',
45 'css/cssom/Matrix.idl', 46 'css/cssom/Matrix.idl',
46 'css/cssom/NumberValue.idl', 47 'css/cssom/NumberValue.idl',
47 'css/cssom/Perspective.idl', 48 'css/cssom/Perspective.idl',
48 'css/cssom/PositionValue.idl', 49 'css/cssom/PositionValue.idl',
49 'css/cssom/Rotation.idl', 50 'css/cssom/Rotation.idl',
50 'css/cssom/Scale.idl', 51 'css/cssom/Scale.idl',
51 'css/cssom/SimpleLength.idl',
52 'css/cssom/Skew.idl', 52 'css/cssom/Skew.idl',
53 'css/cssom/StylePropertyMap.idl', 53 'css/cssom/StylePropertyMap.idl',
54 'css/cssom/StyleValue.idl', 54 'css/cssom/StyleValue.idl',
55 'css/cssom/TransformComponent.idl', 55 'css/cssom/TransformComponent.idl',
56 'css/cssom/TransformValue.idl', 56 'css/cssom/TransformValue.idl',
57 'css/cssom/Translation.idl', 57 'css/cssom/Translation.idl',
58 'dom/ArrayBuffer.idl', 58 'dom/ArrayBuffer.idl',
59 'dom/ArrayBufferView.idl', 59 'dom/ArrayBufferView.idl',
60 'dom/Attr.idl', 60 'dom/Attr.idl',
61 'dom/CDATASection.idl', 61 'dom/CDATASection.idl',
(...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 'css/StyleRuleImport.h', 1317 'css/StyleRuleImport.h',
1318 'css/StyleRuleKeyframe.cpp', 1318 'css/StyleRuleKeyframe.cpp',
1319 'css/StyleRuleKeyframe.h', 1319 'css/StyleRuleKeyframe.h',
1320 'css/StyleRuleNamespace.h', 1320 'css/StyleRuleNamespace.h',
1321 'css/StyleSheet.cpp', 1321 'css/StyleSheet.cpp',
1322 'css/StyleSheet.h', 1322 'css/StyleSheet.h',
1323 'css/StyleSheetContents.cpp', 1323 'css/StyleSheetContents.cpp',
1324 'css/StyleSheetContents.h', 1324 'css/StyleSheetContents.h',
1325 'css/StyleSheetList.cpp', 1325 'css/StyleSheetList.cpp',
1326 'css/StyleSheetList.h', 1326 'css/StyleSheetList.h',
1327 'css/cssom/CSSLengthValue.cpp',
1328 'css/cssom/CSSLengthValue.h',
1327 'css/cssom/CSSOMKeywords.h', 1329 'css/cssom/CSSOMKeywords.h',
1328 'css/cssom/CSSOMTypes.h', 1330 'css/cssom/CSSOMTypes.h',
1331 'css/cssom/CSSSimpleLength.cpp',
1332 'css/cssom/CSSSimpleLength.h',
1333 'css/cssom/CSSStyleCalcLength.cpp',
1334 'css/cssom/CSSStyleCalcLength.h',
1329 'css/cssom/ImmutableStylePropertyMap.h', 1335 'css/cssom/ImmutableStylePropertyMap.h',
1330 'css/cssom/InlineStylePropertyMap.cpp', 1336 'css/cssom/InlineStylePropertyMap.cpp',
1331 'css/cssom/InlineStylePropertyMap.h', 1337 'css/cssom/InlineStylePropertyMap.h',
1332 'css/cssom/StyleCalcLength.cpp',
1333 'css/cssom/StyleCalcLength.h',
1334 'css/cssom/KeywordValue.cpp', 1338 'css/cssom/KeywordValue.cpp',
1335 'css/cssom/KeywordValue.h', 1339 'css/cssom/KeywordValue.h',
1336 'css/cssom/LengthValue.cpp',
1337 'css/cssom/LengthValue.h',
1338 'css/cssom/MatrixTransformComponent.cpp', 1340 'css/cssom/MatrixTransformComponent.cpp',
1339 'css/cssom/MatrixTransformComponent.h', 1341 'css/cssom/MatrixTransformComponent.h',
1340 'css/cssom/MutableStylePropertyMap.h', 1342 'css/cssom/MutableStylePropertyMap.h',
1341 'css/cssom/NumberValue.h', 1343 'css/cssom/NumberValue.h',
1342 'css/cssom/PerspectiveTransformComponent.cpp', 1344 'css/cssom/PerspectiveTransformComponent.cpp',
1343 'css/cssom/PerspectiveTransformComponent.h', 1345 'css/cssom/PerspectiveTransformComponent.h',
1346 'css/cssom/PositionValue.cpp',
1344 'css/cssom/PositionValue.h', 1347 'css/cssom/PositionValue.h',
1345 'css/cssom/PositionValue.cpp',
1346 'css/cssom/RotationTransformComponent.cpp', 1348 'css/cssom/RotationTransformComponent.cpp',
1347 'css/cssom/RotationTransformComponent.h', 1349 'css/cssom/RotationTransformComponent.h',
1348 'css/cssom/ScaleTransformComponent.cpp', 1350 'css/cssom/ScaleTransformComponent.cpp',
1349 'css/cssom/ScaleTransformComponent.h', 1351 'css/cssom/ScaleTransformComponent.h',
1350 'css/cssom/SimpleLength.cpp',
1351 'css/cssom/SimpleLength.h',
1352 'css/cssom/SkewTransformComponent.cpp', 1352 'css/cssom/SkewTransformComponent.cpp',
1353 'css/cssom/SkewTransformComponent.h', 1353 'css/cssom/SkewTransformComponent.h',
1354 'css/cssom/StylePropertyMap.cpp', 1354 'css/cssom/StylePropertyMap.cpp',
1355 'css/cssom/StylePropertyMap.h', 1355 'css/cssom/StylePropertyMap.h',
1356 'css/cssom/StyleValue.cpp', 1356 'css/cssom/StyleValue.cpp',
1357 'css/cssom/StyleValue.h', 1357 'css/cssom/StyleValue.h',
1358 'css/cssom/StyleValueFactory.cpp', 1358 'css/cssom/StyleValueFactory.cpp',
1359 'css/cssom/StyleValueFactory.h', 1359 'css/cssom/StyleValueFactory.h',
1360 'css/cssom/TransformComponent.h', 1360 'css/cssom/TransformComponent.h',
1361 'css/cssom/TransformValue.cpp', 1361 'css/cssom/TransformValue.cpp',
(...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
4119 'svg/SVGPathParserTest.cpp', 4119 'svg/SVGPathParserTest.cpp',
4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4121 'testing/PrivateScriptTestTest.cpp', 4121 'testing/PrivateScriptTestTest.cpp',
4122 'timing/MemoryInfoTest.cpp', 4122 'timing/MemoryInfoTest.cpp',
4123 'workers/WorkerThreadTest.cpp', 4123 'workers/WorkerThreadTest.cpp',
4124 'workers/WorkerThreadTestHelper.h', 4124 'workers/WorkerThreadTestHelper.h',
4125 'xml/parser/SharedBufferReaderTest.cpp', 4125 'xml/parser/SharedBufferReaderTest.cpp',
4126 ], 4126 ],
4127 } 4127 }
4128 } 4128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698