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

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

Issue 1957163002: Rename KeywordValue to CSSKeywordValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/CSSKeywordValue.idl',
meade_UTC10 2016/05/09 04:55:02 I think CS should still go after Ca?
42 'css/cssom/CalcLength.idl', 43 'css/cssom/CalcLength.idl',
43 'css/cssom/KeywordValue.idl',
44 'css/cssom/LengthValue.idl', 44 'css/cssom/LengthValue.idl',
45 'css/cssom/Matrix.idl', 45 'css/cssom/Matrix.idl',
46 'css/cssom/NumberValue.idl', 46 'css/cssom/NumberValue.idl',
47 'css/cssom/Perspective.idl', 47 'css/cssom/Perspective.idl',
48 'css/cssom/PositionValue.idl', 48 'css/cssom/PositionValue.idl',
49 'css/cssom/Rotation.idl', 49 'css/cssom/Rotation.idl',
50 'css/cssom/Scale.idl', 50 'css/cssom/Scale.idl',
51 'css/cssom/SimpleLength.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',
(...skipping 1263 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/CSSKeywordValue.cpp',
1328 'css/cssom/CSSKeywordValue.h',
1327 'css/cssom/CSSOMKeywords.h', 1329 'css/cssom/CSSOMKeywords.h',
1328 'css/cssom/CSSOMTypes.h', 1330 'css/cssom/CSSOMTypes.h',
1329 'css/cssom/ImmutableStylePropertyMap.h', 1331 'css/cssom/ImmutableStylePropertyMap.h',
1330 'css/cssom/InlineStylePropertyMap.cpp', 1332 'css/cssom/InlineStylePropertyMap.cpp',
1331 'css/cssom/InlineStylePropertyMap.h', 1333 'css/cssom/InlineStylePropertyMap.h',
1332 'css/cssom/StyleCalcLength.cpp', 1334 'css/cssom/StyleCalcLength.cpp',
1333 'css/cssom/StyleCalcLength.h', 1335 'css/cssom/StyleCalcLength.h',
1334 'css/cssom/KeywordValue.cpp',
1335 'css/cssom/KeywordValue.h',
1336 'css/cssom/LengthValue.cpp', 1336 'css/cssom/LengthValue.cpp',
1337 'css/cssom/LengthValue.h', 1337 'css/cssom/LengthValue.h',
1338 'css/cssom/MatrixTransformComponent.cpp', 1338 'css/cssom/MatrixTransformComponent.cpp',
1339 'css/cssom/MatrixTransformComponent.h', 1339 'css/cssom/MatrixTransformComponent.h',
1340 'css/cssom/MutableStylePropertyMap.h', 1340 'css/cssom/MutableStylePropertyMap.h',
1341 'css/cssom/NumberValue.h', 1341 'css/cssom/NumberValue.h',
1342 'css/cssom/PerspectiveTransformComponent.cpp', 1342 'css/cssom/PerspectiveTransformComponent.cpp',
1343 'css/cssom/PerspectiveTransformComponent.h', 1343 'css/cssom/PerspectiveTransformComponent.h',
1344 'css/cssom/PositionValue.h', 1344 'css/cssom/PositionValue.h',
1345 'css/cssom/PositionValue.cpp', 1345 'css/cssom/PositionValue.cpp',
(...skipping 2773 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