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

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

Issue 2202453002: Remove the CSS Properties API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More removals 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.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 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 'css/parser/CSSSupportsParser.cpp', 1418 'css/parser/CSSSupportsParser.cpp',
1419 'css/parser/CSSSupportsParser.h', 1419 'css/parser/CSSSupportsParser.h',
1420 'css/parser/CSSTokenizer.cpp', 1420 'css/parser/CSSTokenizer.cpp',
1421 'css/parser/CSSTokenizerInputStream.cpp', 1421 'css/parser/CSSTokenizerInputStream.cpp',
1422 'css/parser/CSSVariableParser.cpp', 1422 'css/parser/CSSVariableParser.cpp',
1423 'css/parser/CSSVariableParser.h', 1423 'css/parser/CSSVariableParser.h',
1424 'css/parser/MediaQueryBlockWatcher.cpp', 1424 'css/parser/MediaQueryBlockWatcher.cpp',
1425 'css/parser/MediaQueryParser.cpp', 1425 'css/parser/MediaQueryParser.cpp',
1426 'css/parser/SizesAttributeParser.cpp', 1426 'css/parser/SizesAttributeParser.cpp',
1427 'css/parser/SizesCalcParser.cpp', 1427 'css/parser/SizesCalcParser.cpp',
1428 'css/properties/CSSPropertyDescriptor.h',
1429 'css/properties/CSSPropertyDescriptor.cpp',
1430 'css/properties/CSSPropertyFunctions.h',
1431 'css/resolver/AnimatedStyleBuilder.cpp', 1428 'css/resolver/AnimatedStyleBuilder.cpp',
1432 'css/resolver/AnimatedStyleBuilder.h', 1429 'css/resolver/AnimatedStyleBuilder.h',
1433 'css/resolver/CSSToStyleMap.cpp', 1430 'css/resolver/CSSToStyleMap.cpp',
1434 'css/resolver/CSSToStyleMap.h', 1431 'css/resolver/CSSToStyleMap.h',
1435 'css/resolver/CSSVariableResolver.cpp', 1432 'css/resolver/CSSVariableResolver.cpp',
1436 'css/resolver/CSSVariableResolver.h', 1433 'css/resolver/CSSVariableResolver.h',
1437 'css/resolver/ElementResolveContext.cpp', 1434 'css/resolver/ElementResolveContext.cpp',
1438 'css/resolver/ElementResolveContext.h', 1435 'css/resolver/ElementResolveContext.h',
1439 'css/resolver/ElementStyleResources.cpp', 1436 'css/resolver/ElementStyleResources.cpp',
1440 'css/resolver/ElementStyleResources.h', 1437 'css/resolver/ElementStyleResources.h',
(...skipping 2799 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 'testing/PrivateScriptTestTest.cpp', 4237 'testing/PrivateScriptTestTest.cpp',
4241 'timing/MemoryInfoTest.cpp', 4238 'timing/MemoryInfoTest.cpp',
4242 'timing/PerformanceBaseTest.cpp', 4239 'timing/PerformanceBaseTest.cpp',
4243 'timing/PerformanceObserverTest.cpp', 4240 'timing/PerformanceObserverTest.cpp',
4244 'workers/WorkerThreadTest.cpp', 4241 'workers/WorkerThreadTest.cpp',
4245 'workers/WorkerThreadTestHelper.h', 4242 'workers/WorkerThreadTestHelper.h',
4246 'xml/parser/SharedBufferReaderTest.cpp', 4243 'xml/parser/SharedBufferReaderTest.cpp',
4247 ], 4244 ],
4248 } 4245 }
4249 } 4246 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698