| 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 2466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2477 'dom/Element.h', | 2477 'dom/Element.h', |
| 2478 'dom/ElementData.cpp', | 2478 'dom/ElementData.cpp', |
| 2479 'dom/ElementData.h', | 2479 'dom/ElementData.h', |
| 2480 'dom/ElementDataCache.cpp', | 2480 'dom/ElementDataCache.cpp', |
| 2481 'dom/ElementDataCache.h', | 2481 'dom/ElementDataCache.h', |
| 2482 'dom/ElementFullscreen.cpp', | 2482 'dom/ElementFullscreen.cpp', |
| 2483 'dom/ElementFullscreen.h', | 2483 'dom/ElementFullscreen.h', |
| 2484 'dom/ElementRareData.cpp', | 2484 'dom/ElementRareData.cpp', |
| 2485 'dom/ElementRareData.h', | 2485 'dom/ElementRareData.h', |
| 2486 'dom/ElementTraversal.h', | 2486 'dom/ElementTraversal.h', |
| 2487 'dom/ElementVisibilityObserver.cpp', |
| 2488 'dom/ElementVisibilityObserver.h', |
| 2487 'dom/EmptyNodeList.cpp', | 2489 'dom/EmptyNodeList.cpp', |
| 2488 'dom/EmptyNodeList.h', | 2490 'dom/EmptyNodeList.h', |
| 2489 'dom/ExecutionContext.cpp', | 2491 'dom/ExecutionContext.cpp', |
| 2490 'dom/ExecutionContext.h', | 2492 'dom/ExecutionContext.h', |
| 2491 'dom/ExecutionContextTask.h', | 2493 'dom/ExecutionContextTask.h', |
| 2492 'dom/FirstLetterPseudoElement.cpp', | 2494 'dom/FirstLetterPseudoElement.cpp', |
| 2493 'dom/FirstLetterPseudoElement.h', | 2495 'dom/FirstLetterPseudoElement.h', |
| 2494 'dom/FlexibleArrayBufferView.h', | 2496 'dom/FlexibleArrayBufferView.h', |
| 2495 'dom/FrameRequestCallback.h', | 2497 'dom/FrameRequestCallback.h', |
| 2496 'dom/FrameRequestCallbackCollection.cpp', | 2498 'dom/FrameRequestCallbackCollection.cpp', |
| (...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4177 'testing/PrivateScriptTestTest.cpp', | 4179 'testing/PrivateScriptTestTest.cpp', |
| 4178 'timing/MemoryInfoTest.cpp', | 4180 'timing/MemoryInfoTest.cpp', |
| 4179 'timing/PerformanceBaseTest.cpp', | 4181 'timing/PerformanceBaseTest.cpp', |
| 4180 'timing/PerformanceObserverTest.cpp', | 4182 'timing/PerformanceObserverTest.cpp', |
| 4181 'workers/WorkerThreadTest.cpp', | 4183 'workers/WorkerThreadTest.cpp', |
| 4182 'workers/WorkerThreadTestHelper.h', | 4184 'workers/WorkerThreadTestHelper.h', |
| 4183 'xml/parser/SharedBufferReaderTest.cpp', | 4185 'xml/parser/SharedBufferReaderTest.cpp', |
| 4184 ], | 4186 ], |
| 4185 } | 4187 } |
| 4186 } | 4188 } |
| OLD | NEW |