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

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

Issue 1270723002: Improve CSS Style matching spec compliance (Closed) Base URL: git@github.com:drott/blink-crosswalk.git@reimplementMatching
Patch Set: Fix TestExpectations Created 5 years, 4 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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'css/FontFaceCache.h', 1126 'css/FontFaceCache.h',
1127 'css/FontFaceSet.cpp', 1127 'css/FontFaceSet.cpp',
1128 'css/FontFaceSet.h', 1128 'css/FontFaceSet.h',
1129 'css/FontFaceSetForEachCallback.h', 1129 'css/FontFaceSetForEachCallback.h',
1130 'css/FontFaceSetLoadEvent.cpp', 1130 'css/FontFaceSetLoadEvent.cpp',
1131 'css/FontFaceSetLoadEvent.h', 1131 'css/FontFaceSetLoadEvent.h',
1132 'css/FontLoader.cpp', 1132 'css/FontLoader.cpp',
1133 'css/FontLoader.h', 1133 'css/FontLoader.h',
1134 'css/FontSize.cpp', 1134 'css/FontSize.cpp',
1135 'css/FontSize.h', 1135 'css/FontSize.h',
1136 'css/FontStyleMatcher.cpp',
1137 'css/FontStyleMatcher.h'
brucedawson 2015/08/24 17:23:32 There is a missing comma at the end of this line.
1136 'css/HashTools.h', 1138 'css/HashTools.h',
1137 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', 1139 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
1138 'css/KeyframeStyleRuleCSSStyleDeclaration.h', 1140 'css/KeyframeStyleRuleCSSStyleDeclaration.h',
1139 'css/ComputedStyleCSSValueMapping.h', 1141 'css/ComputedStyleCSSValueMapping.h',
1140 'css/ComputedStyleCSSValueMapping.cpp', 1142 'css/ComputedStyleCSSValueMapping.cpp',
1141 'css/LocalFontFaceSource.cpp', 1143 'css/LocalFontFaceSource.cpp',
1142 'css/LocalFontFaceSource.h', 1144 'css/LocalFontFaceSource.h',
1143 'css/MediaList.cpp', 1145 'css/MediaList.cpp',
1144 'css/MediaList.h', 1146 'css/MediaList.h',
1145 'css/MediaQuery.cpp', 1147 'css/MediaQuery.cpp',
(...skipping 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'style/OutlineValueTest.cpp', 3850 'style/OutlineValueTest.cpp',
3849 'style/SVGComputedStyleTest.cpp', 3851 'style/SVGComputedStyleTest.cpp',
3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3852 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3851 'testing/PrivateScriptTestTest.cpp', 3853 'testing/PrivateScriptTestTest.cpp',
3852 'timing/MemoryInfoTest.cpp', 3854 'timing/MemoryInfoTest.cpp',
3853 'workers/WorkerThreadTest.cpp', 3855 'workers/WorkerThreadTest.cpp',
3854 'xml/parser/SharedBufferReaderTest.cpp', 3856 'xml/parser/SharedBufferReaderTest.cpp',
3855 ], 3857 ],
3856 } 3858 }
3857 } 3859 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-face-multiple-faces-expected.html ('k') | Source/core/css/CSSFontFaceSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698