| 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 'layout/api/LineLayoutListMarker.h', | 534 'layout/api/LineLayoutListMarker.h', |
| 535 'layout/api/LineLayoutRubyBase.h', | 535 'layout/api/LineLayoutRubyBase.h', |
| 536 'layout/api/LineLayoutRubyRun.h', | 536 'layout/api/LineLayoutRubyRun.h', |
| 537 'layout/api/LineLayoutRubyText.h', | 537 'layout/api/LineLayoutRubyText.h', |
| 538 'layout/api/LineLayoutSVGInline.h', | 538 'layout/api/LineLayoutSVGInline.h', |
| 539 'layout/api/LineLayoutSVGInlineText.h', | 539 'layout/api/LineLayoutSVGInlineText.h', |
| 540 'layout/api/LineLayoutSVGTextPath.h', | 540 'layout/api/LineLayoutSVGTextPath.h', |
| 541 'layout/api/LineLayoutText.h', | 541 'layout/api/LineLayoutText.h', |
| 542 'layout/api/LineLayoutTextCombine.h', | 542 'layout/api/LineLayoutTextCombine.h', |
| 543 'layout/api/SelectionState.h', | 543 'layout/api/SelectionState.h', |
| 544 'layout/ng/NGConstraintSpace.cpp', |
| 545 'layout/ng/NGConstraintSpace.h', |
| 544 'layout/BidiRun.h', | 546 'layout/BidiRun.h', |
| 545 'layout/BidiRunForLine.cpp', | 547 'layout/BidiRunForLine.cpp', |
| 546 'layout/BidiRunForLine.h', | 548 'layout/BidiRunForLine.h', |
| 547 'layout/ClipRect.cpp', | 549 'layout/ClipRect.cpp', |
| 548 'layout/ClipRect.h', | 550 'layout/ClipRect.h', |
| 549 'layout/ClipRects.h', | 551 'layout/ClipRects.h', |
| 550 'layout/ClipRectsCache.h', | 552 'layout/ClipRectsCache.h', |
| 551 'layout/ColumnBalancer.cpp', | 553 'layout/ColumnBalancer.cpp', |
| 552 'layout/ColumnBalancer.h', | 554 'layout/ColumnBalancer.h', |
| 553 'layout/CounterNode.cpp', | 555 'layout/CounterNode.cpp', |
| (...skipping 3681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4235 'testing/PrivateScriptTestTest.cpp', | 4237 'testing/PrivateScriptTestTest.cpp', |
| 4236 'timing/MemoryInfoTest.cpp', | 4238 'timing/MemoryInfoTest.cpp', |
| 4237 'timing/PerformanceBaseTest.cpp', | 4239 'timing/PerformanceBaseTest.cpp', |
| 4238 'timing/PerformanceObserverTest.cpp', | 4240 'timing/PerformanceObserverTest.cpp', |
| 4239 'workers/WorkerThreadTest.cpp', | 4241 'workers/WorkerThreadTest.cpp', |
| 4240 'workers/WorkerThreadTestHelper.h', | 4242 'workers/WorkerThreadTestHelper.h', |
| 4241 'xml/parser/SharedBufferReaderTest.cpp', | 4243 'xml/parser/SharedBufferReaderTest.cpp', |
| 4242 ], | 4244 ], |
| 4243 } | 4245 } |
| 4244 } | 4246 } |
| OLD | NEW |