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

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

Issue 2165833006: Merge CSSSVGDocumentValue with CSSURIValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixup FilterInterpolationFunctions 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 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 'css/CSSPropertyEquality.cpp', 1205 'css/CSSPropertyEquality.cpp',
1206 'css/CSSPropertyEquality.h', 1206 'css/CSSPropertyEquality.h',
1207 'css/CSSPropertySourceData.cpp', 1207 'css/CSSPropertySourceData.cpp',
1208 'css/CSSQuadValue.cpp', 1208 'css/CSSQuadValue.cpp',
1209 'css/CSSQuadValue.h', 1209 'css/CSSQuadValue.h',
1210 'css/CSSReflectValue.cpp', 1210 'css/CSSReflectValue.cpp',
1211 'css/CSSRule.cpp', 1211 'css/CSSRule.cpp',
1212 'css/CSSRule.h', 1212 'css/CSSRule.h',
1213 'css/CSSRuleList.cpp', 1213 'css/CSSRuleList.cpp',
1214 'css/CSSRuleList.h', 1214 'css/CSSRuleList.h',
1215 'css/CSSSVGDocumentValue.cpp',
1216 'css/CSSSVGDocumentValue.h',
1217 'css/CSSSegmentedFontFace.cpp', 1215 'css/CSSSegmentedFontFace.cpp',
1218 'css/CSSSegmentedFontFace.h', 1216 'css/CSSSegmentedFontFace.h',
1219 'css/CSSSelector.cpp', 1217 'css/CSSSelector.cpp',
1220 'css/CSSSelectorList.cpp', 1218 'css/CSSSelectorList.cpp',
1221 'css/CSSSelectorList.h', 1219 'css/CSSSelectorList.h',
1222 'css/CSSShadowValue.cpp', 1220 'css/CSSShadowValue.cpp',
1223 'css/CSSShadowValue.h', 1221 'css/CSSShadowValue.h',
1224 'css/CSSStringValue.cpp', 1222 'css/CSSStringValue.cpp',
1225 'css/CSSStringValue.h', 1223 'css/CSSStringValue.h',
1226 'css/CSSStyleDeclaration.cpp', 1224 'css/CSSStyleDeclaration.cpp',
(...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after
4223 'testing/PrivateScriptTestTest.cpp', 4221 'testing/PrivateScriptTestTest.cpp',
4224 'timing/MemoryInfoTest.cpp', 4222 'timing/MemoryInfoTest.cpp',
4225 'timing/PerformanceBaseTest.cpp', 4223 'timing/PerformanceBaseTest.cpp',
4226 'timing/PerformanceObserverTest.cpp', 4224 'timing/PerformanceObserverTest.cpp',
4227 'workers/WorkerThreadTest.cpp', 4225 'workers/WorkerThreadTest.cpp',
4228 'workers/WorkerThreadTestHelper.h', 4226 'workers/WorkerThreadTestHelper.h',
4229 'xml/parser/SharedBufferReaderTest.cpp', 4227 'xml/parser/SharedBufferReaderTest.cpp',
4230 ], 4228 ],
4231 } 4229 }
4232 } 4230 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698