| 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 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1328 'css/resolver/StyleResolverParentScope.cpp', | 1328 'css/resolver/StyleResolverParentScope.cpp', |
| 1329 'css/resolver/StyleResolverParentScope.h', | 1329 'css/resolver/StyleResolverParentScope.h', |
| 1330 'css/resolver/StyleResolverState.cpp', | 1330 'css/resolver/StyleResolverState.cpp', |
| 1331 'css/resolver/StyleResolverState.h', | 1331 'css/resolver/StyleResolverState.h', |
| 1332 'css/resolver/StyleResolverStats.cpp', | 1332 'css/resolver/StyleResolverStats.cpp', |
| 1333 'css/resolver/StyleResolverStats.h', | 1333 'css/resolver/StyleResolverStats.h', |
| 1334 'css/resolver/TransformBuilder.cpp', | 1334 'css/resolver/TransformBuilder.cpp', |
| 1335 'css/resolver/TransformBuilder.h', | 1335 'css/resolver/TransformBuilder.h', |
| 1336 'css/resolver/ViewportStyleResolver.cpp', | 1336 'css/resolver/ViewportStyleResolver.cpp', |
| 1337 'css/resolver/ViewportStyleResolver.h', | 1337 'css/resolver/ViewportStyleResolver.h', |
| 1338 'css/serializer/CSSDeserializeStream.cpp', |
| 1339 'css/serializer/CSSDeserializeStream.h', |
| 1340 'css/serializer/CSSSerializeStream.cpp', |
| 1341 'css/serializer/CSSSerializeStream.h', |
| 1338 'editing/CaretBase.cpp', | 1342 'editing/CaretBase.cpp', |
| 1339 'editing/CaretBase.h', | 1343 'editing/CaretBase.h', |
| 1340 'editing/CompositionUnderline.h', | 1344 'editing/CompositionUnderline.h', |
| 1341 'editing/DOMSelection.cpp', | 1345 'editing/DOMSelection.cpp', |
| 1342 'editing/DOMSelection.h', | 1346 'editing/DOMSelection.h', |
| 1343 'editing/DragCaretController.cpp', | 1347 'editing/DragCaretController.cpp', |
| 1344 'editing/DragCaretController.h', | 1348 'editing/DragCaretController.h', |
| 1345 'editing/EditingBehavior.cpp', | 1349 'editing/EditingBehavior.cpp', |
| 1346 'editing/EditingBehavior.h', | 1350 'editing/EditingBehavior.h', |
| 1347 'editing/EditingStrategy.cpp', | 1351 'editing/EditingStrategy.cpp', |
| (...skipping 2627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3975 'style/SVGComputedStyleTest.cpp', | 3979 'style/SVGComputedStyleTest.cpp', |
| 3976 'svg/SVGPathParserTest.cpp', | 3980 'svg/SVGPathParserTest.cpp', |
| 3977 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3981 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3978 'testing/PrivateScriptTestTest.cpp', | 3982 'testing/PrivateScriptTestTest.cpp', |
| 3979 'timing/MemoryInfoTest.cpp', | 3983 'timing/MemoryInfoTest.cpp', |
| 3980 'workers/WorkerThreadTest.cpp', | 3984 'workers/WorkerThreadTest.cpp', |
| 3981 'xml/parser/SharedBufferReaderTest.cpp', | 3985 'xml/parser/SharedBufferReaderTest.cpp', |
| 3982 ], | 3986 ], |
| 3983 } | 3987 } |
| 3984 } | 3988 } |
| OLD | NEW |