| 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 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1426 'css/resolver/StyleResolver.h', | 1426 'css/resolver/StyleResolver.h', |
| 1427 'css/resolver/StyleResolverState.cpp', | 1427 'css/resolver/StyleResolverState.cpp', |
| 1428 'css/resolver/StyleResolverState.h', | 1428 'css/resolver/StyleResolverState.h', |
| 1429 'css/resolver/StyleResolverStats.cpp', | 1429 'css/resolver/StyleResolverStats.cpp', |
| 1430 'css/resolver/StyleResolverStats.h', | 1430 'css/resolver/StyleResolverStats.h', |
| 1431 'css/resolver/StyleSharingDepthScope.h', | 1431 'css/resolver/StyleSharingDepthScope.h', |
| 1432 'css/resolver/TransformBuilder.cpp', | 1432 'css/resolver/TransformBuilder.cpp', |
| 1433 'css/resolver/TransformBuilder.h', | 1433 'css/resolver/TransformBuilder.h', |
| 1434 'css/resolver/ViewportStyleResolver.cpp', | 1434 'css/resolver/ViewportStyleResolver.cpp', |
| 1435 'css/resolver/ViewportStyleResolver.h', | 1435 'css/resolver/ViewportStyleResolver.h', |
| 1436 'editing/BackspaceStateMachine.cpp', |
| 1437 'editing/BackspaceStateMachine.h', |
| 1436 'editing/CaretBase.cpp', | 1438 'editing/CaretBase.cpp', |
| 1437 'editing/CaretBase.h', | 1439 'editing/CaretBase.h', |
| 1438 'editing/CompositionUnderline.h', | 1440 'editing/CompositionUnderline.h', |
| 1439 'editing/DOMSelection.cpp', | 1441 'editing/DOMSelection.cpp', |
| 1440 'editing/DOMSelection.h', | 1442 'editing/DOMSelection.h', |
| 1441 'editing/DragCaretController.cpp', | 1443 'editing/DragCaretController.cpp', |
| 1442 'editing/DragCaretController.h', | 1444 'editing/DragCaretController.h', |
| 1443 'editing/EditingBehavior.cpp', | 1445 'editing/EditingBehavior.cpp', |
| 1444 'editing/EditingBehavior.h', | 1446 'editing/EditingBehavior.h', |
| 1445 'editing/EditingStrategy.cpp', | 1447 'editing/EditingStrategy.cpp', |
| (...skipping 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4076 'svg/SVGPathParserTest.cpp', | 4078 'svg/SVGPathParserTest.cpp', |
| 4077 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4079 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4078 'testing/PrivateScriptTestTest.cpp', | 4080 'testing/PrivateScriptTestTest.cpp', |
| 4079 'timing/MemoryInfoTest.cpp', | 4081 'timing/MemoryInfoTest.cpp', |
| 4080 'workers/WorkerThreadTest.cpp', | 4082 'workers/WorkerThreadTest.cpp', |
| 4081 'workers/WorkerThreadTestHelper.h', | 4083 'workers/WorkerThreadTestHelper.h', |
| 4082 'xml/parser/SharedBufferReaderTest.cpp', | 4084 'xml/parser/SharedBufferReaderTest.cpp', |
| 4083 ], | 4085 ], |
| 4084 } | 4086 } |
| 4085 } | 4087 } |
| OLD | NEW |