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

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

Issue 2199703002: [Typed-OM] Add CSSStyleImageValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSResourceValue
Patch Set: Rebase Created 4 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 23 matching lines...) Expand all
34 'css/FontFaceSetLoadEvent.idl', 34 'css/FontFaceSetLoadEvent.idl',
35 'css/MediaList.idl', 35 'css/MediaList.idl',
36 'css/MediaQueryList.idl', 36 'css/MediaQueryList.idl',
37 'css/MediaQueryListEvent.idl', 37 'css/MediaQueryListEvent.idl',
38 'css/StyleMedia.idl', 38 'css/StyleMedia.idl',
39 'css/StyleSheet.idl', 39 'css/StyleSheet.idl',
40 'css/StyleSheetList.idl', 40 'css/StyleSheetList.idl',
41 'css/WebKitCSSMatrix.idl', 41 'css/WebKitCSSMatrix.idl',
42 'css/cssom/CSSAngleValue.idl', 42 'css/cssom/CSSAngleValue.idl',
43 'css/cssom/CSSCalcLength.idl', 43 'css/cssom/CSSCalcLength.idl',
44 'css/cssom/CSSImageValue.idl',
44 'css/cssom/CSSKeywordValue.idl', 45 'css/cssom/CSSKeywordValue.idl',
45 'css/cssom/CSSLengthValue.idl', 46 'css/cssom/CSSLengthValue.idl',
46 'css/cssom/CSSMatrixTransformComponent.idl', 47 'css/cssom/CSSMatrixTransformComponent.idl',
47 'css/cssom/CSSNumberValue.idl', 48 'css/cssom/CSSNumberValue.idl',
48 'css/cssom/CSSPerspective.idl', 49 'css/cssom/CSSPerspective.idl',
49 'css/cssom/CSSPositionValue.idl', 50 'css/cssom/CSSPositionValue.idl',
50 'css/cssom/CSSResourceValue.idl', 51 'css/cssom/CSSResourceValue.idl',
51 'css/cssom/CSSRotation.idl', 52 'css/cssom/CSSRotation.idl',
52 'css/cssom/CSSScale.idl', 53 'css/cssom/CSSScale.idl',
53 'css/cssom/CSSSimpleLength.idl', 54 'css/cssom/CSSSimpleLength.idl',
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 'css/cssom/CSSPositionValue.h', 1362 'css/cssom/CSSPositionValue.h',
1362 'css/cssom/CSSResourceValue.h', 1363 'css/cssom/CSSResourceValue.h',
1363 'css/cssom/CSSRotation.cpp', 1364 'css/cssom/CSSRotation.cpp',
1364 'css/cssom/CSSRotation.h', 1365 'css/cssom/CSSRotation.h',
1365 'css/cssom/CSSScale.cpp', 1366 'css/cssom/CSSScale.cpp',
1366 'css/cssom/CSSScale.h', 1367 'css/cssom/CSSScale.h',
1367 'css/cssom/CSSSimpleLength.cpp', 1368 'css/cssom/CSSSimpleLength.cpp',
1368 'css/cssom/CSSSimpleLength.h', 1369 'css/cssom/CSSSimpleLength.h',
1369 'css/cssom/CSSSkew.cpp', 1370 'css/cssom/CSSSkew.cpp',
1370 'css/cssom/CSSSkew.h', 1371 'css/cssom/CSSSkew.h',
1372 'css/cssom/CSSStyleImageValue.cpp',
1373 'css/cssom/CSSStyleImageValue.h',
1371 'css/cssom/CSSStyleValue.cpp', 1374 'css/cssom/CSSStyleValue.cpp',
1372 'css/cssom/CSSStyleValue.h', 1375 'css/cssom/CSSStyleValue.h',
1373 'css/cssom/CSSStyleVariableReferenceValue.h', 1376 'css/cssom/CSSStyleVariableReferenceValue.h',
1374 'css/cssom/CSSTokenStreamValue.cpp', 1377 'css/cssom/CSSTokenStreamValue.cpp',
1375 'css/cssom/CSSTokenStreamValue.h', 1378 'css/cssom/CSSTokenStreamValue.h',
1376 'css/cssom/CSSTransformComponent.cpp', 1379 'css/cssom/CSSTransformComponent.cpp',
1377 'css/cssom/CSSTransformComponent.h', 1380 'css/cssom/CSSTransformComponent.h',
1378 'css/cssom/CSSTransformValue.cpp', 1381 'css/cssom/CSSTransformValue.cpp',
1379 'css/cssom/CSSTransformValue.h', 1382 'css/cssom/CSSTransformValue.h',
1380 'css/cssom/CSSTranslation.cpp', 1383 'css/cssom/CSSTranslation.cpp',
(...skipping 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after
4028 'css/DragUpdateTest.cpp', 4031 'css/DragUpdateTest.cpp',
4029 'css/MediaQueryEvaluatorTest.cpp', 4032 'css/MediaQueryEvaluatorTest.cpp',
4030 'css/MediaQueryListTest.cpp', 4033 'css/MediaQueryListTest.cpp',
4031 'css/MediaQueryMatcherTest.cpp', 4034 'css/MediaQueryMatcherTest.cpp',
4032 'css/MediaQuerySetTest.cpp', 4035 'css/MediaQuerySetTest.cpp',
4033 'css/MediaValuesTest.cpp', 4036 'css/MediaValuesTest.cpp',
4034 'css/RuleFeatureSetTest.cpp', 4037 'css/RuleFeatureSetTest.cpp',
4035 'css/RuleSetTest.cpp', 4038 'css/RuleSetTest.cpp',
4036 'css/StyleSheetContentsTest.cpp', 4039 'css/StyleSheetContentsTest.cpp',
4037 'css/cssom/CSSResourceValueTest.cpp', 4040 'css/cssom/CSSResourceValueTest.cpp',
4041 'css/cssom/CSSStyleImageValueTest.cpp',
4038 'css/cssom/CSSTokenStreamValueTest.cpp', 4042 'css/cssom/CSSTokenStreamValueTest.cpp',
4039 'css/cssom/CSSVariableReferenceValueTest.cpp', 4043 'css/cssom/CSSVariableReferenceValueTest.cpp',
4040 'css/cssom/FilteredComputedStylePropertyMapTest.cpp', 4044 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4041 'css/invalidation/InvalidationSetTest.cpp', 4045 'css/invalidation/InvalidationSetTest.cpp',
4042 'css/parser/CSSParserFastPathsTest.cpp', 4046 'css/parser/CSSParserFastPathsTest.cpp',
4043 'css/parser/CSSParserTokenTest.cpp', 4047 'css/parser/CSSParserTokenTest.cpp',
4044 'css/parser/CSSPropertyParserTest.cpp', 4048 'css/parser/CSSPropertyParserTest.cpp',
4045 'css/parser/CSSSelectorParserTest.cpp', 4049 'css/parser/CSSSelectorParserTest.cpp',
4046 'css/parser/CSSTokenizerTest.cpp', 4050 'css/parser/CSSTokenizerTest.cpp',
4047 'css/parser/MediaConditionTest.cpp', 4051 'css/parser/MediaConditionTest.cpp',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
4248 'testing/PrivateScriptTestTest.cpp', 4252 'testing/PrivateScriptTestTest.cpp',
4249 'timing/MemoryInfoTest.cpp', 4253 'timing/MemoryInfoTest.cpp',
4250 'timing/PerformanceBaseTest.cpp', 4254 'timing/PerformanceBaseTest.cpp',
4251 'timing/PerformanceObserverTest.cpp', 4255 'timing/PerformanceObserverTest.cpp',
4252 'workers/WorkerThreadTest.cpp', 4256 'workers/WorkerThreadTest.cpp',
4253 'workers/WorkerThreadTestHelper.h', 4257 'workers/WorkerThreadTestHelper.h',
4254 'xml/parser/SharedBufferReaderTest.cpp', 4258 'xml/parser/SharedBufferReaderTest.cpp',
4255 ], 4259 ],
4256 } 4260 }
4257 } 4261 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698