| 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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1263 'css/resolver/StyleResolverState.cpp', | 1263 'css/resolver/StyleResolverState.cpp', |
| 1264 'css/resolver/StyleResolverState.h', | 1264 'css/resolver/StyleResolverState.h', |
| 1265 'css/resolver/StyleResolverStats.cpp', | 1265 'css/resolver/StyleResolverStats.cpp', |
| 1266 'css/resolver/StyleResolverStats.h', | 1266 'css/resolver/StyleResolverStats.h', |
| 1267 'css/resolver/StyleResourceLoader.cpp', | 1267 'css/resolver/StyleResourceLoader.cpp', |
| 1268 'css/resolver/StyleResourceLoader.h', | 1268 'css/resolver/StyleResourceLoader.h', |
| 1269 'css/resolver/TransformBuilder.cpp', | 1269 'css/resolver/TransformBuilder.cpp', |
| 1270 'css/resolver/TransformBuilder.h', | 1270 'css/resolver/TransformBuilder.h', |
| 1271 'css/resolver/ViewportStyleResolver.cpp', | 1271 'css/resolver/ViewportStyleResolver.cpp', |
| 1272 'css/resolver/ViewportStyleResolver.h', | 1272 'css/resolver/ViewportStyleResolver.h', |
| 1273 'editing/Caret.cpp', | 1273 'editing/CaretBase.cpp', |
| 1274 'editing/Caret.h', | 1274 'editing/CaretBase.h', |
| 1275 'editing/CompositionUnderline.h', | 1275 'editing/CompositionUnderline.h', |
| 1276 'editing/CompositionUnderlineRangeFilter.cpp', | 1276 'editing/CompositionUnderlineRangeFilter.cpp', |
| 1277 'editing/CompositionUnderlineRangeFilter.h', | 1277 'editing/CompositionUnderlineRangeFilter.h', |
| 1278 'editing/DOMSelection.cpp', | 1278 'editing/DOMSelection.cpp', |
| 1279 'editing/DOMSelection.h', | 1279 'editing/DOMSelection.h', |
| 1280 'editing/DragCaretController.cpp', | 1280 'editing/DragCaretController.cpp', |
| 1281 'editing/DragCaretController.h', | 1281 'editing/DragCaretController.h', |
| 1282 'editing/EditingBehavior.cpp', | 1282 'editing/EditingBehavior.cpp', |
| 1283 'editing/EditingBehavior.h', | 1283 'editing/EditingBehavior.h', |
| 1284 'editing/EditingStrategy.cpp', | 1284 'editing/EditingStrategy.cpp', |
| (...skipping 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3847 'style/OutlineValueTest.cpp', | 3847 'style/OutlineValueTest.cpp', |
| 3848 'style/SVGComputedStyleTest.cpp', | 3848 'style/SVGComputedStyleTest.cpp', |
| 3849 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3849 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3850 'testing/PrivateScriptTestTest.cpp', | 3850 'testing/PrivateScriptTestTest.cpp', |
| 3851 'timing/MemoryInfoTest.cpp', | 3851 'timing/MemoryInfoTest.cpp', |
| 3852 'workers/WorkerThreadTest.cpp', | 3852 'workers/WorkerThreadTest.cpp', |
| 3853 'xml/parser/SharedBufferReaderTest.cpp', | 3853 'xml/parser/SharedBufferReaderTest.cpp', |
| 3854 ], | 3854 ], |
| 3855 } | 3855 } |
| 3856 } | 3856 } |
| OLD | NEW |