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

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: 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 'css/cssom/CSSStyleValue.h', 1391 'css/cssom/CSSStyleValue.h',
1391 'css/cssom/CSSStyleVariableReferenceValue.h', 1392 'css/cssom/CSSStyleVariableReferenceValue.h',
1392 'css/cssom/CSSTokenStreamValue.cpp', 1393 'css/cssom/CSSTokenStreamValue.cpp',
1393 'css/cssom/CSSTokenStreamValue.h', 1394 'css/cssom/CSSTokenStreamValue.h',
1394 'css/cssom/CSSTransformComponent.cpp', 1395 'css/cssom/CSSTransformComponent.cpp',
1395 'css/cssom/CSSTransformComponent.h', 1396 'css/cssom/CSSTransformComponent.h',
1396 'css/cssom/CSSTransformValue.cpp', 1397 'css/cssom/CSSTransformValue.cpp',
1397 'css/cssom/CSSTransformValue.h', 1398 'css/cssom/CSSTransformValue.h',
1398 'css/cssom/CSSTranslation.cpp', 1399 'css/cssom/CSSTranslation.cpp',
1399 'css/cssom/CSSTranslation.h', 1400 'css/cssom/CSSTranslation.h',
1401 'css/cssom/CSSURLImageValue.h',
1400 'css/cssom/CSSUnsupportedStyleValue.cpp', 1402 'css/cssom/CSSUnsupportedStyleValue.cpp',
1401 'css/cssom/CSSUnsupportedStyleValue.h', 1403 'css/cssom/CSSUnsupportedStyleValue.h',
1402 'css/cssom/ComputedStylePropertyMap.cpp', 1404 'css/cssom/ComputedStylePropertyMap.cpp',
1403 'css/cssom/ComputedStylePropertyMap.h', 1405 'css/cssom/ComputedStylePropertyMap.h',
1404 'css/cssom/FilteredComputedStylePropertyMap.cpp', 1406 'css/cssom/FilteredComputedStylePropertyMap.cpp',
1405 'css/cssom/FilteredComputedStylePropertyMap.h', 1407 'css/cssom/FilteredComputedStylePropertyMap.h',
1406 'css/cssom/ImmutableStylePropertyMap.h', 1408 'css/cssom/ImmutableStylePropertyMap.h',
1407 'css/cssom/InlineStylePropertyMap.cpp', 1409 'css/cssom/InlineStylePropertyMap.cpp',
1408 'css/cssom/InlineStylePropertyMap.h', 1410 'css/cssom/InlineStylePropertyMap.h',
1409 'css/cssom/MutableStylePropertyMap.h', 1411 'css/cssom/MutableStylePropertyMap.h',
(...skipping 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 'css/MediaQueryListTest.cpp', 4060 'css/MediaQueryListTest.cpp',
4059 'css/MediaQueryMatcherTest.cpp', 4061 'css/MediaQueryMatcherTest.cpp',
4060 'css/MediaQuerySetTest.cpp', 4062 'css/MediaQuerySetTest.cpp',
4061 'css/MediaValuesTest.cpp', 4063 'css/MediaValuesTest.cpp',
4062 'css/RuleFeatureSetTest.cpp', 4064 'css/RuleFeatureSetTest.cpp',
4063 'css/RuleSetTest.cpp', 4065 'css/RuleSetTest.cpp',
4064 'css/StyleSheetContentsTest.cpp', 4066 'css/StyleSheetContentsTest.cpp',
4065 'css/cssom/CSSResourceValueTest.cpp', 4067 'css/cssom/CSSResourceValueTest.cpp',
4066 'css/cssom/CSSStyleImageValueTest.cpp', 4068 'css/cssom/CSSStyleImageValueTest.cpp',
4067 'css/cssom/CSSTokenStreamValueTest.cpp', 4069 'css/cssom/CSSTokenStreamValueTest.cpp',
4070 'css/cssom/CSSURLImageValueTest.cpp',
4068 'css/cssom/CSSVariableReferenceValueTest.cpp', 4071 'css/cssom/CSSVariableReferenceValueTest.cpp',
4069 'css/cssom/FilteredComputedStylePropertyMapTest.cpp', 4072 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
4070 'css/invalidation/InvalidationSetTest.cpp', 4073 'css/invalidation/InvalidationSetTest.cpp',
4071 'css/parser/CSSParserFastPathsTest.cpp', 4074 'css/parser/CSSParserFastPathsTest.cpp',
4072 'css/parser/CSSParserTokenTest.cpp', 4075 'css/parser/CSSParserTokenTest.cpp',
4073 'css/parser/CSSPropertyParserTest.cpp', 4076 'css/parser/CSSPropertyParserTest.cpp',
4074 'css/parser/CSSSelectorParserTest.cpp', 4077 'css/parser/CSSSelectorParserTest.cpp',
4075 'css/parser/CSSTokenizerTest.cpp', 4078 'css/parser/CSSTokenizerTest.cpp',
4076 'css/parser/MediaConditionTest.cpp', 4079 'css/parser/MediaConditionTest.cpp',
4077 'css/parser/SizesAttributeParserTest.cpp', 4080 'css/parser/SizesAttributeParserTest.cpp',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
4282 'timing/MemoryInfoTest.cpp', 4285 'timing/MemoryInfoTest.cpp',
4283 'timing/PerformanceBaseTest.cpp', 4286 'timing/PerformanceBaseTest.cpp',
4284 'timing/PerformanceObserverTest.cpp', 4287 'timing/PerformanceObserverTest.cpp',
4285 'workers/DedicatedWorkerTest.cpp', 4288 'workers/DedicatedWorkerTest.cpp',
4286 'workers/WorkerThreadTest.cpp', 4289 'workers/WorkerThreadTest.cpp',
4287 'workers/WorkerThreadTestHelper.h', 4290 'workers/WorkerThreadTestHelper.h',
4288 'xml/parser/SharedBufferReaderTest.cpp', 4291 'xml/parser/SharedBufferReaderTest.cpp',
4289 ], 4292 ],
4290 } 4293 }
4291 } 4294 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698