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

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

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'css/CSSImportRule.cpp', 1055 'css/CSSImportRule.cpp',
1056 'css/CSSImportRule.h', 1056 'css/CSSImportRule.h',
1057 'css/CSSInheritedValue.cpp', 1057 'css/CSSInheritedValue.cpp',
1058 'css/CSSInheritedValue.h', 1058 'css/CSSInheritedValue.h',
1059 'css/CSSInitialValue.cpp', 1059 'css/CSSInitialValue.cpp',
1060 'css/CSSInitialValue.h', 1060 'css/CSSInitialValue.h',
1061 'css/CSSKeyframeRule.cpp', 1061 'css/CSSKeyframeRule.cpp',
1062 'css/CSSKeyframeRule.h', 1062 'css/CSSKeyframeRule.h',
1063 'css/CSSKeyframesRule.cpp', 1063 'css/CSSKeyframesRule.cpp',
1064 'css/CSSKeyframesRule.h', 1064 'css/CSSKeyframesRule.h',
1065 'css/CSSLineBoxContainValue.cpp',
1066 'css/CSSMarkup.cpp', 1065 'css/CSSMarkup.cpp',
1067 'css/CSSMarkup.h', 1066 'css/CSSMarkup.h',
1068 'css/CSSMatrix.cpp', 1067 'css/CSSMatrix.cpp',
1069 'css/CSSMatrix.h', 1068 'css/CSSMatrix.h',
1070 'css/CSSMediaRule.cpp', 1069 'css/CSSMediaRule.cpp',
1071 'css/CSSMediaRule.h', 1070 'css/CSSMediaRule.h',
1072 'css/CSSPageRule.cpp', 1071 'css/CSSPageRule.cpp',
1073 'css/CSSPageRule.h', 1072 'css/CSSPageRule.h',
1074 'css/CSSPathValue.cpp', 1073 'css/CSSPathValue.cpp',
1075 'css/CSSPathValue.h', 1074 'css/CSSPathValue.h',
(...skipping 2771 matching lines...) Expand 10 before | Expand all | Expand 10 after
3847 'style/OutlineValueTest.cpp', 3846 'style/OutlineValueTest.cpp',
3848 'style/SVGComputedStyleTest.cpp', 3847 'style/SVGComputedStyleTest.cpp',
3849 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3848 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3850 'testing/PrivateScriptTestTest.cpp', 3849 'testing/PrivateScriptTestTest.cpp',
3851 'timing/MemoryInfoTest.cpp', 3850 'timing/MemoryInfoTest.cpp',
3852 'workers/WorkerThreadTest.cpp', 3851 'workers/WorkerThreadTest.cpp',
3853 'xml/parser/SharedBufferReaderTest.cpp', 3852 'xml/parser/SharedBufferReaderTest.cpp',
3854 ], 3853 ],
3855 } 3854 }
3856 } 3855 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/css-properties-as-js-properties-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698