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

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

Issue 2054633002: [Typed OM] Implement FilteredComputedStylePropertyMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CORE_EXPORT FilteredCSPMap Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 'css/cssom/CSSSkew.cpp', 1359 'css/cssom/CSSSkew.cpp',
1360 'css/cssom/CSSSkew.h', 1360 'css/cssom/CSSSkew.h',
1361 'css/cssom/CSSStyleValue.cpp', 1361 'css/cssom/CSSStyleValue.cpp',
1362 'css/cssom/CSSStyleValue.h', 1362 'css/cssom/CSSStyleValue.h',
1363 'css/cssom/CSSUnsupportedStyleValue.cpp', 1363 'css/cssom/CSSUnsupportedStyleValue.cpp',
1364 'css/cssom/CSSUnsupportedStyleValue.h', 1364 'css/cssom/CSSUnsupportedStyleValue.h',
1365 'css/cssom/CSSTranslation.cpp', 1365 'css/cssom/CSSTranslation.cpp',
1366 'css/cssom/CSSTranslation.h', 1366 'css/cssom/CSSTranslation.h',
1367 'css/cssom/ComputedStylePropertyMap.cpp', 1367 'css/cssom/ComputedStylePropertyMap.cpp',
1368 'css/cssom/ComputedStylePropertyMap.h', 1368 'css/cssom/ComputedStylePropertyMap.h',
1369 'css/cssom/FilteredComputedStylePropertyMap.cpp',
1370 'css/cssom/FilteredComputedStylePropertyMap.h',
1369 'css/cssom/ImmutableStylePropertyMap.h', 1371 'css/cssom/ImmutableStylePropertyMap.h',
1370 'css/cssom/InlineStylePropertyMap.cpp', 1372 'css/cssom/InlineStylePropertyMap.cpp',
1371 'css/cssom/InlineStylePropertyMap.h', 1373 'css/cssom/InlineStylePropertyMap.h',
1372 'css/cssom/MutableStylePropertyMap.h', 1374 'css/cssom/MutableStylePropertyMap.h',
1373 'css/cssom/StylePropertyMap.cpp', 1375 'css/cssom/StylePropertyMap.cpp',
1374 'css/cssom/StylePropertyMap.h', 1376 'css/cssom/StylePropertyMap.h',
1375 'css/cssom/StyleValueFactory.cpp', 1377 'css/cssom/StyleValueFactory.cpp',
1376 'css/cssom/StyleValueFactory.h', 1378 'css/cssom/StyleValueFactory.h',
1377 'css/cssom/TransformComponent.h', 1379 'css/cssom/TransformComponent.h',
1378 'css/cssom/TransformValue.cpp', 1380 'css/cssom/TransformValue.cpp',
(...skipping 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after
3976 'css/CSSValueTestHelper.h', 3978 'css/CSSValueTestHelper.h',
3977 'css/DragUpdateTest.cpp', 3979 'css/DragUpdateTest.cpp',
3978 'css/MediaQueryEvaluatorTest.cpp', 3980 'css/MediaQueryEvaluatorTest.cpp',
3979 'css/MediaQueryListTest.cpp', 3981 'css/MediaQueryListTest.cpp',
3980 'css/MediaQueryMatcherTest.cpp', 3982 'css/MediaQueryMatcherTest.cpp',
3981 'css/MediaQuerySetTest.cpp', 3983 'css/MediaQuerySetTest.cpp',
3982 'css/MediaValuesTest.cpp', 3984 'css/MediaValuesTest.cpp',
3983 'css/RuleFeatureSetTest.cpp', 3985 'css/RuleFeatureSetTest.cpp',
3984 'css/RuleSetTest.cpp', 3986 'css/RuleSetTest.cpp',
3985 'css/StyleSheetContentsTest.cpp', 3987 'css/StyleSheetContentsTest.cpp',
3988 'css/cssom/FilteredComputedStylePropertyMapTest.cpp',
3986 'css/invalidation/InvalidationSetTest.cpp', 3989 'css/invalidation/InvalidationSetTest.cpp',
3987 'css/parser/CSSParserFastPathsTest.cpp', 3990 'css/parser/CSSParserFastPathsTest.cpp',
3988 'css/parser/CSSParserTokenTest.cpp', 3991 'css/parser/CSSParserTokenTest.cpp',
3989 'css/parser/CSSPropertyParserTest.cpp', 3992 'css/parser/CSSPropertyParserTest.cpp',
3990 'css/parser/CSSSelectorParserTest.cpp', 3993 'css/parser/CSSSelectorParserTest.cpp',
3991 'css/parser/CSSTokenizerTest.cpp', 3994 'css/parser/CSSTokenizerTest.cpp',
3992 'css/parser/MediaConditionTest.cpp', 3995 'css/parser/MediaConditionTest.cpp',
3993 'css/parser/SizesAttributeParserTest.cpp', 3996 'css/parser/SizesAttributeParserTest.cpp',
3994 'css/parser/SizesCalcParserTest.cpp', 3997 'css/parser/SizesCalcParserTest.cpp',
3995 'css/resolver/FontBuilderTest.cpp', 3998 'css/resolver/FontBuilderTest.cpp',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
4175 'testing/PrivateScriptTestTest.cpp', 4178 'testing/PrivateScriptTestTest.cpp',
4176 'timing/MemoryInfoTest.cpp', 4179 'timing/MemoryInfoTest.cpp',
4177 'timing/PerformanceBaseTest.cpp', 4180 'timing/PerformanceBaseTest.cpp',
4178 'timing/PerformanceObserverTest.cpp', 4181 'timing/PerformanceObserverTest.cpp',
4179 'workers/WorkerThreadTest.cpp', 4182 'workers/WorkerThreadTest.cpp',
4180 'workers/WorkerThreadTestHelper.h', 4183 'workers/WorkerThreadTestHelper.h',
4181 'xml/parser/SharedBufferReaderTest.cpp', 4184 'xml/parser/SharedBufferReaderTest.cpp',
4182 ], 4185 ],
4183 } 4186 }
4184 } 4187 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698