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

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

Issue 1590193002: Partial implementation of inline StylePropertyMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@maps
Patch Set: 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 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 'css/StyleRuleNamespace.h', 1306 'css/StyleRuleNamespace.h',
1307 'css/StyleSheet.cpp', 1307 'css/StyleSheet.cpp',
1308 'css/StyleSheet.h', 1308 'css/StyleSheet.h',
1309 'css/StyleSheetContents.cpp', 1309 'css/StyleSheetContents.cpp',
1310 'css/StyleSheetContents.h', 1310 'css/StyleSheetContents.h',
1311 'css/StyleSheetList.cpp', 1311 'css/StyleSheetList.cpp',
1312 'css/StyleSheetList.h', 1312 'css/StyleSheetList.h',
1313 'css/cssom/CSSOMKeywords.h', 1313 'css/cssom/CSSOMKeywords.h',
1314 'css/cssom/CSSOMTypes.h', 1314 'css/cssom/CSSOMTypes.h',
1315 'css/cssom/ImmutableStylePropertyMap.h', 1315 'css/cssom/ImmutableStylePropertyMap.h',
1316 'css/cssom/InlineStylePropertyMap.cpp',
1317 'css/cssom/InlineStylePropertyMap.h',
1316 'css/cssom/StyleCalcLength.cpp', 1318 'css/cssom/StyleCalcLength.cpp',
1317 'css/cssom/StyleCalcLength.h', 1319 'css/cssom/StyleCalcLength.h',
1318 'css/cssom/KeywordValue.cpp', 1320 'css/cssom/KeywordValue.cpp',
1319 'css/cssom/KeywordValue.h', 1321 'css/cssom/KeywordValue.h',
1320 'css/cssom/LengthValue.cpp', 1322 'css/cssom/LengthValue.cpp',
1321 'css/cssom/LengthValue.h', 1323 'css/cssom/LengthValue.h',
1322 'css/cssom/MatrixTransformComponent.cpp', 1324 'css/cssom/MatrixTransformComponent.cpp',
1323 'css/cssom/MatrixTransformComponent.h', 1325 'css/cssom/MatrixTransformComponent.h',
1324 'css/cssom/MutableStylePropertyMap.h', 1326 'css/cssom/MutableStylePropertyMap.h',
1325 'css/cssom/NumberValue.h', 1327 'css/cssom/NumberValue.h',
(...skipping 2766 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4094 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4096 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4097 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4098 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4099 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4100 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4101 ],
4100 } 4102 }
4101 } 4103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698