| 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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 'layout/BidiRunForLine.h', | 550 'layout/BidiRunForLine.h', |
| 551 'layout/ClipRect.cpp', | 551 'layout/ClipRect.cpp', |
| 552 'layout/ClipRect.h', | 552 'layout/ClipRect.h', |
| 553 'layout/ClipRects.h', | 553 'layout/ClipRects.h', |
| 554 'layout/ClipRectsCache.h', | 554 'layout/ClipRectsCache.h', |
| 555 'layout/CounterNode.cpp', | 555 'layout/CounterNode.cpp', |
| 556 'layout/CounterNode.h', | 556 'layout/CounterNode.h', |
| 557 'layout/FloatingObjects.cpp', | 557 'layout/FloatingObjects.cpp', |
| 558 'layout/FloatingObjects.h', | 558 'layout/FloatingObjects.h', |
| 559 'layout/GeneratedChildren.h', | 559 'layout/GeneratedChildren.h', |
| 560 'layout/HitTestCache.cpp', | |
| 561 'layout/HitTestCache.h', | |
| 562 'layout/HitTestLocation.cpp', | 560 'layout/HitTestLocation.cpp', |
| 563 'layout/HitTestLocation.h', | 561 'layout/HitTestLocation.h', |
| 564 'layout/HitTestResult.cpp', | 562 'layout/HitTestResult.cpp', |
| 565 'layout/HitTestingTransformState.cpp', | 563 'layout/HitTestingTransformState.cpp', |
| 566 'layout/HitTestingTransformState.h', | 564 'layout/HitTestingTransformState.h', |
| 567 'layout/ImageQualityController.cpp', | 565 'layout/ImageQualityController.cpp', |
| 568 'layout/ImageQualityController.h', | 566 'layout/ImageQualityController.h', |
| 569 'layout/LayoutState.cpp', | 567 'layout/LayoutState.cpp', |
| 570 'layout/OrderIterator.cpp', | 568 'layout/OrderIterator.cpp', |
| 571 'layout/OrderIterator.h', | 569 'layout/OrderIterator.h', |
| (...skipping 3366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3938 'style/OutlineValueTest.cpp', | 3936 'style/OutlineValueTest.cpp', |
| 3939 'style/SVGComputedStyleTest.cpp', | 3937 'style/SVGComputedStyleTest.cpp', |
| 3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3941 'testing/PrivateScriptTestTest.cpp', | 3939 'testing/PrivateScriptTestTest.cpp', |
| 3942 'timing/MemoryInfoTest.cpp', | 3940 'timing/MemoryInfoTest.cpp', |
| 3943 'workers/WorkerThreadTest.cpp', | 3941 'workers/WorkerThreadTest.cpp', |
| 3944 'xml/parser/SharedBufferReaderTest.cpp', | 3942 'xml/parser/SharedBufferReaderTest.cpp', |
| 3945 ], | 3943 ], |
| 3946 } | 3944 } |
| 3947 } | 3945 } |
| OLD | NEW |