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

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

Issue 1376573004: Split out Color from CSSPrimitiveValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_property
Patch Set: Rebase and review feedback Created 5 years, 2 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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 'css/BinaryDataFontFaceSource.h', 1023 'css/BinaryDataFontFaceSource.h',
1024 'css/CSSBasicShapeValues.cpp', 1024 'css/CSSBasicShapeValues.cpp',
1025 'css/CSSBorderImage.cpp', 1025 'css/CSSBorderImage.cpp',
1026 'css/CSSBorderImage.h', 1026 'css/CSSBorderImage.h',
1027 'css/CSSBorderImageSliceValue.cpp', 1027 'css/CSSBorderImageSliceValue.cpp',
1028 'css/CSSBorderImageSliceValue.h', 1028 'css/CSSBorderImageSliceValue.h',
1029 'css/CSSCalculationValue.cpp', 1029 'css/CSSCalculationValue.cpp',
1030 'css/CSSCalculationValue.h', 1030 'css/CSSCalculationValue.h',
1031 'css/CSSCanvasValue.cpp', 1031 'css/CSSCanvasValue.cpp',
1032 'css/CSSCanvasValue.h', 1032 'css/CSSCanvasValue.h',
1033 'css/CSSColorValue.h',
1033 'css/CSSComputedStyleDeclaration.cpp', 1034 'css/CSSComputedStyleDeclaration.cpp',
1034 'css/CSSContentDistributionValue.cpp', 1035 'css/CSSContentDistributionValue.cpp',
1035 'css/CSSContentDistributionValue.h', 1036 'css/CSSContentDistributionValue.h',
1036 'css/CSSCounterValue.cpp', 1037 'css/CSSCounterValue.cpp',
1037 'css/CSSCounterValue.h', 1038 'css/CSSCounterValue.h',
1038 'css/CSSCrossfadeValue.cpp', 1039 'css/CSSCrossfadeValue.cpp',
1039 'css/CSSCrossfadeValue.h', 1040 'css/CSSCrossfadeValue.h',
1040 'css/CSSCursorImageValue.cpp', 1041 'css/CSSCursorImageValue.cpp',
1041 'css/CSSCustomFontData.h', 1042 'css/CSSCustomFontData.h',
1042 'css/CSSCustomIdentValue.cpp', 1043 'css/CSSCustomIdentValue.cpp',
(...skipping 2863 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 'style/OutlineValueTest.cpp', 3907 'style/OutlineValueTest.cpp',
3907 'style/SVGComputedStyleTest.cpp', 3908 'style/SVGComputedStyleTest.cpp',
3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3909 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3909 'testing/PrivateScriptTestTest.cpp', 3910 'testing/PrivateScriptTestTest.cpp',
3910 'timing/MemoryInfoTest.cpp', 3911 'timing/MemoryInfoTest.cpp',
3911 'workers/WorkerThreadTest.cpp', 3912 'workers/WorkerThreadTest.cpp',
3912 'xml/parser/SharedBufferReaderTest.cpp', 3913 'xml/parser/SharedBufferReaderTest.cpp',
3913 ], 3914 ],
3914 } 3915 }
3915 } 3916 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698