| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 'layout/ng/ng_block_layout_algorithm.h', | 548 'layout/ng/ng_block_layout_algorithm.h', |
| 549 'layout/ng/ng_box.cc', | 549 'layout/ng/ng_box.cc', |
| 550 'layout/ng/ng_box.h', | 550 'layout/ng/ng_box.h', |
| 551 'layout/ng/ng_box_iterator.cc', | 551 'layout/ng/ng_box_iterator.cc', |
| 552 'layout/ng/ng_box_iterator.h', | 552 'layout/ng/ng_box_iterator.h', |
| 553 'layout/ng/ng_constraint_space.cc', | 553 'layout/ng/ng_constraint_space.cc', |
| 554 'layout/ng/ng_constraint_space.h', | 554 'layout/ng/ng_constraint_space.h', |
| 555 'layout/ng/ng_derived_constraint_space.h', | 555 'layout/ng/ng_derived_constraint_space.h', |
| 556 'layout/ng/ng_fragment_base.cc', | 556 'layout/ng/ng_fragment_base.cc', |
| 557 'layout/ng/ng_fragment_base.h', | 557 'layout/ng/ng_fragment_base.h', |
| 558 'layout/ng/ng_fragment_builder.cc', |
| 559 'layout/ng/ng_fragment_builder.h', |
| 558 'layout/ng/ng_fragment.cc', | 560 'layout/ng/ng_fragment.cc', |
| 559 'layout/ng/ng_fragment.h', | 561 'layout/ng/ng_fragment.h', |
| 560 'layout/ng/ng_layout_input_text.h', | 562 'layout/ng/ng_layout_input_text.h', |
| 561 'layout/ng/ng_length_utils.cc', | 563 'layout/ng/ng_length_utils.cc', |
| 562 'layout/ng/ng_length_utils.h', | 564 'layout/ng/ng_length_utils.h', |
| 563 'layout/ng/ng_margin_strut.h', | 565 'layout/ng/ng_margin_strut.h', |
| 564 'layout/ng/ng_text_fragment.cc', | 566 'layout/ng/ng_text_fragment.cc', |
| 565 'layout/ng/ng_text_fragment.h', | 567 'layout/ng/ng_text_fragment.h', |
| 566 'layout/ng/ng_units.h', | 568 'layout/ng/ng_units.h', |
| 567 'layout/BidiRun.h', | 569 'layout/BidiRun.h', |
| (...skipping 3726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4294 'timing/MemoryInfoTest.cpp', | 4296 'timing/MemoryInfoTest.cpp', |
| 4295 'timing/PerformanceBaseTest.cpp', | 4297 'timing/PerformanceBaseTest.cpp', |
| 4296 'timing/PerformanceObserverTest.cpp', | 4298 'timing/PerformanceObserverTest.cpp', |
| 4297 'workers/DedicatedWorkerTest.cpp', | 4299 'workers/DedicatedWorkerTest.cpp', |
| 4298 'workers/WorkerThreadTest.cpp', | 4300 'workers/WorkerThreadTest.cpp', |
| 4299 'workers/WorkerThreadTestHelper.h', | 4301 'workers/WorkerThreadTestHelper.h', |
| 4300 'xml/parser/SharedBufferReaderTest.cpp', | 4302 'xml/parser/SharedBufferReaderTest.cpp', |
| 4301 ], | 4303 ], |
| 4302 } | 4304 } |
| 4303 } | 4305 } |
| OLD | NEW |