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

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

Issue 2208283002: [Typed-OM] Add CSSURLImageValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSProperties_Image
Patch Set: Add unit test with CSSImageValue 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'css/cssom/CSSResourceValue.idl', 51 'css/cssom/CSSResourceValue.idl',
52 'css/cssom/CSSRotation.idl', 52 'css/cssom/CSSRotation.idl',
53 'css/cssom/CSSScale.idl', 53 'css/cssom/CSSScale.idl',
54 'css/cssom/CSSSimpleLength.idl', 54 'css/cssom/CSSSimpleLength.idl',
55 'css/cssom/CSSSkew.idl', 55 'css/cssom/CSSSkew.idl',
56 'css/cssom/CSSStyleValue.idl', 56 'css/cssom/CSSStyleValue.idl',
57 'css/cssom/CSSTokenStreamValue.idl', 57 'css/cssom/CSSTokenStreamValue.idl',
58 'css/cssom/CSSTransformComponent.idl', 58 'css/cssom/CSSTransformComponent.idl',
59 'css/cssom/CSSTransformValue.idl', 59 'css/cssom/CSSTransformValue.idl',
60 'css/cssom/CSSTranslation.idl', 60 'css/cssom/CSSTranslation.idl',
61 'css/cssom/CSSURLImageValue.idl',
61 'css/cssom/CSSVariableReferenceValue.idl', 62 'css/cssom/CSSVariableReferenceValue.idl',
62 'css/cssom/StylePropertyMap.idl', 63 'css/cssom/StylePropertyMap.idl',
63 'dom/ArrayBuffer.idl', 64 'dom/ArrayBuffer.idl',
64 'dom/ArrayBufferView.idl', 65 'dom/ArrayBufferView.idl',
65 'dom/Attr.idl', 66 'dom/Attr.idl',
66 'dom/CDATASection.idl', 67 'dom/CDATASection.idl',
67 'dom/CharacterData.idl', 68 'dom/CharacterData.idl',
68 'dom/ClientRect.idl', 69 'dom/ClientRect.idl',
69 'dom/ClientRectList.idl', 70 'dom/ClientRectList.idl',
70 'dom/Comment.idl', 71 'dom/Comment.idl',
(...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 'css/cssom/CSSStyleValue.h', 1378 'css/cssom/CSSStyleValue.h',
1378 'css/cssom/CSSStyleVariableReferenceValue.h', 1379 'css/cssom/CSSStyleVariableReferenceValue.h',
1379 'css/cssom/CSSTokenStreamValue.cpp', 1380 'css/cssom/CSSTokenStreamValue.cpp',
1380 'css/cssom/CSSTokenStreamValue.h', 1381 'css/cssom/CSSTokenStreamValue.h',
1381 'css/cssom/CSSTransformComponent.cpp', 1382 'css/cssom/CSSTransformComponent.cpp',
1382 'css/cssom/CSSTransformComponent.h', 1383 'css/cssom/CSSTransformComponent.h',
1383 'css/cssom/CSSTransformValue.cpp', 1384 'css/cssom/CSSTransformValue.cpp',
1384 'css/cssom/CSSTransformValue.h', 1385 'css/cssom/CSSTransformValue.h',
1385 'css/cssom/CSSTranslation.cpp', 1386 'css/cssom/CSSTranslation.cpp',
1386 'css/cssom/CSSTranslation.h', 1387 'css/cssom/CSSTranslation.h',
1388 'css/cssom/CSSURLImageValue.h',
1387 'css/cssom/CSSUnsupportedStyleValue.cpp', 1389 'css/cssom/CSSUnsupportedStyleValue.cpp',
1388 'css/cssom/CSSUnsupportedStyleValue.h', 1390 'css/cssom/CSSUnsupportedStyleValue.h',
1389 'css/cssom/ComputedStylePropertyMap.cpp', 1391 'css/cssom/ComputedStylePropertyMap.cpp',
1390 'css/cssom/ComputedStylePropertyMap.h', 1392 'css/cssom/ComputedStylePropertyMap.h',
1391 'css/cssom/FilteredComputedStylePropertyMap.cpp', 1393 'css/cssom/FilteredComputedStylePropertyMap.cpp',
1392 'css/cssom/FilteredComputedStylePropertyMap.h', 1394 'css/cssom/FilteredComputedStylePropertyMap.h',
1393 'css/cssom/ImmutableStylePropertyMap.h', 1395 'css/cssom/ImmutableStylePropertyMap.h',
1394 'css/cssom/InlineStylePropertyMap.cpp', 1396 'css/cssom/InlineStylePropertyMap.cpp',
1395 'css/cssom/InlineStylePropertyMap.h', 1397 'css/cssom/InlineStylePropertyMap.h',
1396 'css/cssom/MutableStylePropertyMap.h', 1398 'css/cssom/MutableStylePropertyMap.h',
(...skipping 2638 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 'css/MediaQueryListTest.cpp', 4037 'css/MediaQueryListTest.cpp',
4036 'css/MediaQueryMatcherTest.cpp', 4038 'css/MediaQueryMatcherTest.cpp',
4037 'css/MediaQuerySetTest.cpp', 4039 'css/MediaQuerySetTest.cpp',
4038 'css/MediaValuesTest.cpp', 4040 'css/MediaValuesTest.cpp',
4039 'css/RuleFeatureSetTest.cpp', 4041 'css/RuleFeatureSetTest.cpp',
4040 'css/RuleSetTest.cpp', 4042 'css/RuleSetTest.cpp',
4041 'css/StyleSheetContentsTest.cpp', 4043 'css/StyleSheetContentsTest.cpp',
4042 'css/cssom/CSSResourceValueTest.cpp', 4044 'css/cssom/CSSResourceValueTest.cpp',
4043 'css/cssom/CSSStyleImageValueTest.cpp', 4045 'css/cssom/CSSStyleImageValueTest.cpp',
4044 'css/cssom/CSSTokenStreamValueTest.cpp', 4046 'css/cssom/CSSTokenStreamValueTest.cpp',
4047 'css/cssom/CSSURLImageValueTest.cpp',
4045 'css/cssom/CSSVariableReferenceValueTest.cpp', 4048 'css/cssom/CSSVariableReferenceValueTest.cpp',
4046 'css/cssom/FilteredComputedStylePropertyMapTest.cpp', 4049 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4047 'css/invalidation/InvalidationSetTest.cpp', 4050 'css/invalidation/InvalidationSetTest.cpp',
4048 'css/parser/CSSParserFastPathsTest.cpp', 4051 'css/parser/CSSParserFastPathsTest.cpp',
4049 'css/parser/CSSParserTokenTest.cpp', 4052 'css/parser/CSSParserTokenTest.cpp',
4050 'css/parser/CSSPropertyParserTest.cpp', 4053 'css/parser/CSSPropertyParserTest.cpp',
4051 'css/parser/CSSSelectorParserTest.cpp', 4054 'css/parser/CSSSelectorParserTest.cpp',
4052 'css/parser/CSSTokenizerTest.cpp', 4055 'css/parser/CSSTokenizerTest.cpp',
4053 'css/parser/MediaConditionTest.cpp', 4056 'css/parser/MediaConditionTest.cpp',
4054 'css/parser/SizesAttributeParserTest.cpp', 4057 'css/parser/SizesAttributeParserTest.cpp',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
4254 'testing/PrivateScriptTestTest.cpp', 4257 'testing/PrivateScriptTestTest.cpp',
4255 'timing/MemoryInfoTest.cpp', 4258 'timing/MemoryInfoTest.cpp',
4256 'timing/PerformanceBaseTest.cpp', 4259 'timing/PerformanceBaseTest.cpp',
4257 'timing/PerformanceObserverTest.cpp', 4260 'timing/PerformanceObserverTest.cpp',
4258 'workers/WorkerThreadTest.cpp', 4261 'workers/WorkerThreadTest.cpp',
4259 'workers/WorkerThreadTestHelper.h', 4262 'workers/WorkerThreadTestHelper.h',
4260 'xml/parser/SharedBufferReaderTest.cpp', 4263 'xml/parser/SharedBufferReaderTest.cpp',
4261 ], 4264 ],
4262 } 4265 }
4263 } 4266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698