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

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

Issue 1834843002: [WIP] Plumbing for paint Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \o/\o/ Created 4 years, 8 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 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 'css/CSSKeyframesRule.cpp', 1166 'css/CSSKeyframesRule.cpp',
1167 'css/CSSKeyframesRule.h', 1167 'css/CSSKeyframesRule.h',
1168 'css/CSSMarkup.cpp', 1168 'css/CSSMarkup.cpp',
1169 'css/CSSMarkup.h', 1169 'css/CSSMarkup.h',
1170 'css/CSSMatrix.cpp', 1170 'css/CSSMatrix.cpp',
1171 'css/CSSMatrix.h', 1171 'css/CSSMatrix.h',
1172 'css/CSSMediaRule.cpp', 1172 'css/CSSMediaRule.cpp',
1173 'css/CSSMediaRule.h', 1173 'css/CSSMediaRule.h',
1174 'css/CSSNamespaceRule.cpp', 1174 'css/CSSNamespaceRule.cpp',
1175 'css/CSSNamespaceRule.h', 1175 'css/CSSNamespaceRule.h',
1176 'css/CSSPaintImageGenerator.cpp',
1177 'css/CSSPaintImageGenerator.h',
1176 'css/CSSPaintValue.cpp', 1178 'css/CSSPaintValue.cpp',
1177 'css/CSSPaintValue.h', 1179 'css/CSSPaintValue.h',
1178 'css/CSSPageRule.cpp', 1180 'css/CSSPageRule.cpp',
1179 'css/CSSPageRule.h', 1181 'css/CSSPageRule.h',
1180 'css/CSSPathValue.cpp', 1182 'css/CSSPathValue.cpp',
1181 'css/CSSPathValue.h', 1183 'css/CSSPathValue.h',
1182 'css/CSSPrimitiveValue.cpp', 1184 'css/CSSPrimitiveValue.cpp',
1183 'css/CSSPrimitiveValueMappings.h', 1185 'css/CSSPrimitiveValueMappings.h',
1184 'css/CSSProperty.cpp', 1186 'css/CSSProperty.cpp',
1185 'css/CSSPropertySourceData.cpp', 1187 'css/CSSPropertySourceData.cpp',
(...skipping 2895 matching lines...) Expand 10 before | Expand all | Expand 10 after
4081 'svg/SVGPathParserTest.cpp', 4083 'svg/SVGPathParserTest.cpp',
4082 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4084 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4083 'testing/PrivateScriptTestTest.cpp', 4085 'testing/PrivateScriptTestTest.cpp',
4084 'timing/MemoryInfoTest.cpp', 4086 'timing/MemoryInfoTest.cpp',
4085 'workers/WorkerThreadTest.cpp', 4087 'workers/WorkerThreadTest.cpp',
4086 'workers/WorkerThreadTestHelper.h', 4088 'workers/WorkerThreadTestHelper.h',
4087 'xml/parser/SharedBufferReaderTest.cpp', 4089 'xml/parser/SharedBufferReaderTest.cpp',
4088 ], 4090 ],
4089 } 4091 }
4090 } 4092 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/modules.gni ('k') | third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698