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

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

Issue 1303153003: Change Counter to be a CSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase & removed dependent patchsets 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 | Source/core/css/CSSCalculationValue.cpp » ('j') | 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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 'css/CSSBorderImage.h', 1015 'css/CSSBorderImage.h',
1016 'css/CSSBorderImageSliceValue.cpp', 1016 'css/CSSBorderImageSliceValue.cpp',
1017 'css/CSSBorderImageSliceValue.h', 1017 'css/CSSBorderImageSliceValue.h',
1018 'css/CSSCalculationValue.cpp', 1018 'css/CSSCalculationValue.cpp',
1019 'css/CSSCalculationValue.h', 1019 'css/CSSCalculationValue.h',
1020 'css/CSSCanvasValue.cpp', 1020 'css/CSSCanvasValue.cpp',
1021 'css/CSSCanvasValue.h', 1021 'css/CSSCanvasValue.h',
1022 'css/CSSComputedStyleDeclaration.cpp', 1022 'css/CSSComputedStyleDeclaration.cpp',
1023 'css/CSSContentDistributionValue.cpp', 1023 'css/CSSContentDistributionValue.cpp',
1024 'css/CSSContentDistributionValue.h', 1024 'css/CSSContentDistributionValue.h',
1025 'css/CSSCounterValue.cpp',
1026 'css/CSSCounterValue.h',
1025 'css/CSSCrossfadeValue.cpp', 1027 'css/CSSCrossfadeValue.cpp',
1026 'css/CSSCrossfadeValue.h', 1028 'css/CSSCrossfadeValue.h',
1027 'css/CSSCursorImageValue.cpp', 1029 'css/CSSCursorImageValue.cpp',
1028 'css/CSSCustomFontData.h', 1030 'css/CSSCustomFontData.h',
1029 'css/CSSDefaultStyleSheets.cpp', 1031 'css/CSSDefaultStyleSheets.cpp',
1030 'css/CSSDefaultStyleSheets.h', 1032 'css/CSSDefaultStyleSheets.h',
1031 'css/CSSFontFace.cpp', 1033 'css/CSSFontFace.cpp',
1032 'css/CSSFontFace.h', 1034 'css/CSSFontFace.h',
1033 'css/CSSFontFaceRule.cpp', 1035 'css/CSSFontFaceRule.cpp',
1034 'css/CSSFontFaceRule.h', 1036 'css/CSSFontFaceRule.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'css/CSSUnicodeRangeValue.cpp', 1109 'css/CSSUnicodeRangeValue.cpp',
1108 'css/CSSUnicodeRangeValue.h', 1110 'css/CSSUnicodeRangeValue.h',
1109 'css/CSSUnsetValue.cpp', 1111 'css/CSSUnsetValue.cpp',
1110 'css/CSSUnsetValue.h', 1112 'css/CSSUnsetValue.h',
1111 'css/CSSValue.cpp', 1113 'css/CSSValue.cpp',
1112 'css/CSSValueList.cpp', 1114 'css/CSSValueList.cpp',
1113 'css/CSSValuePool.cpp', 1115 'css/CSSValuePool.cpp',
1114 'css/CSSValuePool.h', 1116 'css/CSSValuePool.h',
1115 'css/CSSViewportRule.cpp', 1117 'css/CSSViewportRule.cpp',
1116 'css/CSSViewportRule.h', 1118 'css/CSSViewportRule.h',
1117 'css/Counter.cpp',
1118 'css/Counter.h',
1119 'css/DOMWindowCSS.cpp', 1119 'css/DOMWindowCSS.cpp',
1120 'css/DOMWindowCSS.h', 1120 'css/DOMWindowCSS.h',
1121 'css/DocumentFontFaceSet.cpp', 1121 'css/DocumentFontFaceSet.cpp',
1122 'css/DocumentFontFaceSet.h', 1122 'css/DocumentFontFaceSet.h',
1123 'css/ElementRuleCollector.cpp', 1123 'css/ElementRuleCollector.cpp',
1124 'css/ElementRuleCollector.h', 1124 'css/ElementRuleCollector.h',
1125 'css/FontFace.cpp', 1125 'css/FontFace.cpp',
1126 'css/FontFace.h', 1126 'css/FontFace.h',
1127 'css/FontFaceCache.cpp', 1127 'css/FontFaceCache.cpp',
1128 'css/FontFaceCache.h', 1128 'css/FontFaceCache.h',
(...skipping 2728 matching lines...) Expand 10 before | Expand all | Expand 10 after
3857 'style/OutlineValueTest.cpp', 3857 'style/OutlineValueTest.cpp',
3858 'style/SVGComputedStyleTest.cpp', 3858 'style/SVGComputedStyleTest.cpp',
3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3860 'testing/PrivateScriptTestTest.cpp', 3860 'testing/PrivateScriptTestTest.cpp',
3861 'timing/MemoryInfoTest.cpp', 3861 'timing/MemoryInfoTest.cpp',
3862 'workers/WorkerThreadTest.cpp', 3862 'workers/WorkerThreadTest.cpp',
3863 'xml/parser/SharedBufferReaderTest.cpp', 3863 'xml/parser/SharedBufferReaderTest.cpp',
3864 ], 3864 ],
3865 } 3865 }
3866 } 3866 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSCalculationValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698