| 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/LayoutNGBlockFlow.cpp', | 544 'layout/ng/LayoutNGBlockFlow.cpp', |
| 545 'layout/ng/LayoutNGBlockFlow.h', | 545 'layout/ng/LayoutNGBlockFlow.h', |
| 546 'layout/ng/NGBlockLayoutAlgorithm.cpp', |
| 547 'layout/ng/NGBlockLayoutAlgorithm.h', |
| 546 'layout/ng/NGConstraintSpace.cpp', | 548 'layout/ng/NGConstraintSpace.cpp', |
| 547 'layout/ng/NGConstraintSpace.h', | 549 'layout/ng/NGConstraintSpace.h', |
| 548 'layout/ng/NGFragment.cpp', | 550 'layout/ng/NGFragment.cpp', |
| 549 'layout/ng/NGFragment.h', | 551 'layout/ng/NGFragment.h', |
| 550 'layout/BidiRun.h', | 552 'layout/BidiRun.h', |
| 551 'layout/BidiRunForLine.cpp', | 553 'layout/BidiRunForLine.cpp', |
| 552 'layout/BidiRunForLine.h', | 554 'layout/BidiRunForLine.h', |
| 553 'layout/ClipRect.cpp', | 555 'layout/ClipRect.cpp', |
| 554 'layout/ClipRect.h', | 556 'layout/ClipRect.h', |
| 555 'layout/ClipRects.h', | 557 'layout/ClipRects.h', |
| (...skipping 3689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4245 'testing/PrivateScriptTestTest.cpp', | 4247 'testing/PrivateScriptTestTest.cpp', |
| 4246 'timing/MemoryInfoTest.cpp', | 4248 'timing/MemoryInfoTest.cpp', |
| 4247 'timing/PerformanceBaseTest.cpp', | 4249 'timing/PerformanceBaseTest.cpp', |
| 4248 'timing/PerformanceObserverTest.cpp', | 4250 'timing/PerformanceObserverTest.cpp', |
| 4249 'workers/WorkerThreadTest.cpp', | 4251 'workers/WorkerThreadTest.cpp', |
| 4250 'workers/WorkerThreadTestHelper.h', | 4252 'workers/WorkerThreadTestHelper.h', |
| 4251 'xml/parser/SharedBufferReaderTest.cpp', | 4253 'xml/parser/SharedBufferReaderTest.cpp', |
| 4252 ], | 4254 ], |
| 4253 } | 4255 } |
| 4254 } | 4256 } |
| OLD | NEW |