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

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

Issue 1938343002: Generate a series of nested switch statements to parse CSSPrimitiveValue units. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extra imports 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 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 'css/CSSNamespaceRule.h', 1185 'css/CSSNamespaceRule.h',
1186 'css/CSSPaintImageGenerator.cpp', 1186 'css/CSSPaintImageGenerator.cpp',
1187 'css/CSSPaintImageGenerator.h', 1187 'css/CSSPaintImageGenerator.h',
1188 'css/CSSPaintValue.cpp', 1188 'css/CSSPaintValue.cpp',
1189 'css/CSSPaintValue.h', 1189 'css/CSSPaintValue.h',
1190 'css/CSSPageRule.cpp', 1190 'css/CSSPageRule.cpp',
1191 'css/CSSPageRule.h', 1191 'css/CSSPageRule.h',
1192 'css/CSSPathValue.cpp', 1192 'css/CSSPathValue.cpp',
1193 'css/CSSPathValue.h', 1193 'css/CSSPathValue.h',
1194 'css/CSSPrimitiveValue.cpp', 1194 'css/CSSPrimitiveValue.cpp',
1195 'css/CSSPrimitiveValue.h',
1195 'css/CSSPrimitiveValueMappings.h', 1196 'css/CSSPrimitiveValueMappings.h',
1197 'css/CSSPrimitiveValueUnitTrie.h',
1196 'css/CSSProperty.cpp', 1198 'css/CSSProperty.cpp',
1197 'css/CSSPropertySourceData.cpp', 1199 'css/CSSPropertySourceData.cpp',
1198 'css/CSSQuadValue.cpp', 1200 'css/CSSQuadValue.cpp',
1199 'css/CSSQuadValue.h', 1201 'css/CSSQuadValue.h',
1200 'css/CSSReflectValue.cpp', 1202 'css/CSSReflectValue.cpp',
1201 'css/CSSRule.cpp', 1203 'css/CSSRule.cpp',
1202 'css/CSSRule.h', 1204 'css/CSSRule.h',
1203 'css/CSSRuleList.cpp', 1205 'css/CSSRuleList.cpp',
1204 'css/CSSRuleList.h', 1206 'css/CSSRuleList.h',
1205 'css/CSSSVGDocumentValue.cpp', 1207 'css/CSSSVGDocumentValue.cpp',
(...skipping 2914 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4122 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4121 'testing/PrivateScriptTestTest.cpp', 4123 'testing/PrivateScriptTestTest.cpp',
4122 'timing/MemoryInfoTest.cpp', 4124 'timing/MemoryInfoTest.cpp',
4123 'timing/PerformanceBaseTest.cpp', 4125 'timing/PerformanceBaseTest.cpp',
4124 'workers/WorkerThreadTest.cpp', 4126 'workers/WorkerThreadTest.cpp',
4125 'workers/WorkerThreadTestHelper.h', 4127 'workers/WorkerThreadTestHelper.h',
4126 'xml/parser/SharedBufferReaderTest.cpp', 4128 'xml/parser/SharedBufferReaderTest.cpp',
4127 ], 4129 ],
4128 } 4130 }
4129 } 4131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698