| 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 'layout/api/LineLayoutSVGTextPath.h', | 539 'layout/api/LineLayoutSVGTextPath.h', |
| 540 'layout/api/LineLayoutText.h', | 540 'layout/api/LineLayoutText.h', |
| 541 'layout/api/LineLayoutTextCombine.h', | 541 'layout/api/LineLayoutTextCombine.h', |
| 542 'layout/api/SelectionState.h', | 542 'layout/api/SelectionState.h', |
| 543 'layout/ng/layout_ng_block_flow.cc', | 543 'layout/ng/layout_ng_block_flow.cc', |
| 544 'layout/ng/layout_ng_block_flow.h', | 544 'layout/ng/layout_ng_block_flow.h', |
| 545 'layout/ng/ng_block_layout_algorithm.cc', | 545 'layout/ng/ng_block_layout_algorithm.cc', |
| 546 'layout/ng/ng_block_layout_algorithm.h', | 546 'layout/ng/ng_block_layout_algorithm.h', |
| 547 'layout/ng/ng_box.cc', | 547 'layout/ng/ng_box.cc', |
| 548 'layout/ng/ng_box.h', | 548 'layout/ng/ng_box.h', |
| 549 'layout/ng/ng_box_iterator.cc', |
| 550 'layout/ng/ng_box_iterator.h', |
| 549 'layout/ng/ng_constraint_space.cc', | 551 'layout/ng/ng_constraint_space.cc', |
| 550 'layout/ng/ng_constraint_space.h', | 552 'layout/ng/ng_constraint_space.h', |
| 551 'layout/ng/ng_fragment.cc', | 553 'layout/ng/ng_fragment.cc', |
| 552 'layout/ng/ng_fragment.h', | 554 'layout/ng/ng_fragment.h', |
| 553 'layout/ng/ng_margin_strut.h', | 555 'layout/ng/ng_margin_strut.h', |
| 554 'layout/ng/ng_text.cc', | 556 'layout/ng/ng_text.cc', |
| 555 'layout/ng/ng_text.h', | 557 'layout/ng/ng_text.h', |
| 556 'layout/ng/ng_units.h', | 558 'layout/ng/ng_units.h', |
| 557 'layout/BidiRun.h', | 559 'layout/BidiRun.h', |
| 558 'layout/BidiRunForLine.cpp', | 560 'layout/BidiRunForLine.cpp', |
| (...skipping 3688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4247 'testing/PrivateScriptTestTest.cpp', | 4249 'testing/PrivateScriptTestTest.cpp', |
| 4248 'timing/MemoryInfoTest.cpp', | 4250 'timing/MemoryInfoTest.cpp', |
| 4249 'timing/PerformanceBaseTest.cpp', | 4251 'timing/PerformanceBaseTest.cpp', |
| 4250 'timing/PerformanceObserverTest.cpp', | 4252 'timing/PerformanceObserverTest.cpp', |
| 4251 'workers/WorkerThreadTest.cpp', | 4253 'workers/WorkerThreadTest.cpp', |
| 4252 'workers/WorkerThreadTestHelper.h', | 4254 'workers/WorkerThreadTestHelper.h', |
| 4253 'xml/parser/SharedBufferReaderTest.cpp', | 4255 'xml/parser/SharedBufferReaderTest.cpp', |
| 4254 ], | 4256 ], |
| 4255 } | 4257 } |
| 4256 } | 4258 } |
| OLD | NEW |