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

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

Issue 1305943004: Fix missing comma in core.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'css/FontFaceSet.cpp', 1129 'css/FontFaceSet.cpp',
1130 'css/FontFaceSet.h', 1130 'css/FontFaceSet.h',
1131 'css/FontFaceSetForEachCallback.h', 1131 'css/FontFaceSetForEachCallback.h',
1132 'css/FontFaceSetLoadEvent.cpp', 1132 'css/FontFaceSetLoadEvent.cpp',
1133 'css/FontFaceSetLoadEvent.h', 1133 'css/FontFaceSetLoadEvent.h',
1134 'css/FontLoader.cpp', 1134 'css/FontLoader.cpp',
1135 'css/FontLoader.h', 1135 'css/FontLoader.h',
1136 'css/FontSize.cpp', 1136 'css/FontSize.cpp',
1137 'css/FontSize.h', 1137 'css/FontSize.h',
1138 'css/FontStyleMatcher.cpp', 1138 'css/FontStyleMatcher.cpp',
1139 'css/FontStyleMatcher.h' 1139 'css/FontStyleMatcher.h',
1140 'css/HashTools.h', 1140 'css/HashTools.h',
1141 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp', 1141 'css/KeyframeStyleRuleCSSStyleDeclaration.cpp',
1142 'css/KeyframeStyleRuleCSSStyleDeclaration.h', 1142 'css/KeyframeStyleRuleCSSStyleDeclaration.h',
1143 'css/ComputedStyleCSSValueMapping.h', 1143 'css/ComputedStyleCSSValueMapping.h',
1144 'css/ComputedStyleCSSValueMapping.cpp', 1144 'css/ComputedStyleCSSValueMapping.cpp',
1145 'css/LocalFontFaceSource.cpp', 1145 'css/LocalFontFaceSource.cpp',
1146 'css/LocalFontFaceSource.h', 1146 'css/LocalFontFaceSource.h',
1147 'css/MediaList.cpp', 1147 'css/MediaList.cpp',
1148 'css/MediaList.h', 1148 'css/MediaList.h',
1149 'css/MediaQuery.cpp', 1149 'css/MediaQuery.cpp',
(...skipping 2706 matching lines...) Expand 10 before | Expand all | Expand 10 after
3856 'style/OutlineValueTest.cpp', 3856 'style/OutlineValueTest.cpp',
3857 'style/SVGComputedStyleTest.cpp', 3857 'style/SVGComputedStyleTest.cpp',
3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3859 'testing/PrivateScriptTestTest.cpp', 3859 'testing/PrivateScriptTestTest.cpp',
3860 'timing/MemoryInfoTest.cpp', 3860 'timing/MemoryInfoTest.cpp',
3861 'workers/WorkerThreadTest.cpp', 3861 'workers/WorkerThreadTest.cpp',
3862 'xml/parser/SharedBufferReaderTest.cpp', 3862 'xml/parser/SharedBufferReaderTest.cpp',
3863 ], 3863 ],
3864 } 3864 }
3865 } 3865 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698