| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |