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

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

Issue 2089593002: Add expansion of shorthands with custom properties to longhands using a pending substition value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix serialization and temporary property value caching. Add some additional tests. Created 4 years, 5 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 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'css/CSSNamespaceRule.cpp', 1190 'css/CSSNamespaceRule.cpp',
1191 'css/CSSNamespaceRule.h', 1191 'css/CSSNamespaceRule.h',
1192 'css/CSSPaintImageGenerator.cpp', 1192 'css/CSSPaintImageGenerator.cpp',
1193 'css/CSSPaintImageGenerator.h', 1193 'css/CSSPaintImageGenerator.h',
1194 'css/CSSPaintValue.cpp', 1194 'css/CSSPaintValue.cpp',
1195 'css/CSSPaintValue.h', 1195 'css/CSSPaintValue.h',
1196 'css/CSSPageRule.cpp', 1196 'css/CSSPageRule.cpp',
1197 'css/CSSPageRule.h', 1197 'css/CSSPageRule.h',
1198 'css/CSSPathValue.cpp', 1198 'css/CSSPathValue.cpp',
1199 'css/CSSPathValue.h', 1199 'css/CSSPathValue.h',
1200 'css/CSSPendingSubstitutionValue.cpp',
1201 'css/CSSPendingSubstitutionValue.h',
1200 'css/CSSPrimitiveValue.cpp', 1202 'css/CSSPrimitiveValue.cpp',
1201 'css/CSSPrimitiveValue.h', 1203 'css/CSSPrimitiveValue.h',
1202 'css/CSSPrimitiveValueMappings.h', 1204 'css/CSSPrimitiveValueMappings.h',
1203 'css/CSSProperty.cpp', 1205 'css/CSSProperty.cpp',
1204 'css/CSSPropertyEquality.cpp', 1206 'css/CSSPropertyEquality.cpp',
1205 'css/CSSPropertyEquality.h', 1207 'css/CSSPropertyEquality.h',
1206 'css/CSSPropertySourceData.cpp', 1208 'css/CSSPropertySourceData.cpp',
1207 'css/CSSQuadValue.cpp', 1209 'css/CSSQuadValue.cpp',
1208 'css/CSSQuadValue.h', 1210 'css/CSSQuadValue.h',
1209 'css/CSSReflectValue.cpp', 1211 'css/CSSReflectValue.cpp',
(...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after
4188 'testing/PrivateScriptTestTest.cpp', 4190 'testing/PrivateScriptTestTest.cpp',
4189 'timing/MemoryInfoTest.cpp', 4191 'timing/MemoryInfoTest.cpp',
4190 'timing/PerformanceBaseTest.cpp', 4192 'timing/PerformanceBaseTest.cpp',
4191 'timing/PerformanceObserverTest.cpp', 4193 'timing/PerformanceObserverTest.cpp',
4192 'workers/WorkerThreadTest.cpp', 4194 'workers/WorkerThreadTest.cpp',
4193 'workers/WorkerThreadTestHelper.h', 4195 'workers/WorkerThreadTestHelper.h',
4194 'xml/parser/SharedBufferReaderTest.cpp', 4196 'xml/parser/SharedBufferReaderTest.cpp',
4195 ], 4197 ],
4196 } 4198 }
4197 } 4199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698