| 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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1671 'inspector/InspectorResourceAgent.h', | 1671 'inspector/InspectorResourceAgent.h', |
| 1672 'inspector/InspectorResourceContentLoader.cpp', | 1672 'inspector/InspectorResourceContentLoader.cpp', |
| 1673 'inspector/InspectorResourceContentLoader.h', | 1673 'inspector/InspectorResourceContentLoader.h', |
| 1674 'inspector/InspectorRuntimeAgent.cpp', | 1674 'inspector/InspectorRuntimeAgent.cpp', |
| 1675 'inspector/InspectorRuntimeAgent.h', | 1675 'inspector/InspectorRuntimeAgent.h', |
| 1676 'inspector/InspectorState.cpp', | 1676 'inspector/InspectorState.cpp', |
| 1677 'inspector/InspectorState.h', | 1677 'inspector/InspectorState.h', |
| 1678 'inspector/InspectorStateClient.h', | 1678 'inspector/InspectorStateClient.h', |
| 1679 'inspector/InspectorStyleSheet.cpp', | 1679 'inspector/InspectorStyleSheet.cpp', |
| 1680 'inspector/InspectorStyleSheet.h', | 1680 'inspector/InspectorStyleSheet.h', |
| 1681 'inspector/InspectorStyleTextEditor.cpp', | |
| 1682 'inspector/InspectorStyleTextEditor.h', | |
| 1683 'inspector/InspectorTaskRunner.cpp', | 1681 'inspector/InspectorTaskRunner.cpp', |
| 1684 'inspector/InspectorTaskRunner.h', | 1682 'inspector/InspectorTaskRunner.h', |
| 1685 'inspector/InspectorTimelineAgent.cpp', | 1683 'inspector/InspectorTimelineAgent.cpp', |
| 1686 'inspector/InspectorTimelineAgent.h', | 1684 'inspector/InspectorTimelineAgent.h', |
| 1687 'inspector/InspectorTraceEvents.cpp', | 1685 'inspector/InspectorTraceEvents.cpp', |
| 1688 'inspector/InspectorTraceEvents.h', | 1686 'inspector/InspectorTraceEvents.h', |
| 1689 'inspector/InspectorTracingAgent.cpp', | 1687 'inspector/InspectorTracingAgent.cpp', |
| 1690 'inspector/InspectorTracingAgent.h', | 1688 'inspector/InspectorTracingAgent.h', |
| 1691 'inspector/InspectorWorkerAgent.cpp', | 1689 'inspector/InspectorWorkerAgent.cpp', |
| 1692 'inspector/InspectorWorkerAgent.h', | 1690 'inspector/InspectorWorkerAgent.h', |
| (...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3954 'style/OutlineValueTest.cpp', | 3952 'style/OutlineValueTest.cpp', |
| 3955 'style/SVGComputedStyleTest.cpp', | 3953 'style/SVGComputedStyleTest.cpp', |
| 3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3957 'testing/PrivateScriptTestTest.cpp', | 3955 'testing/PrivateScriptTestTest.cpp', |
| 3958 'timing/MemoryInfoTest.cpp', | 3956 'timing/MemoryInfoTest.cpp', |
| 3959 'workers/WorkerThreadTest.cpp', | 3957 'workers/WorkerThreadTest.cpp', |
| 3960 'xml/parser/SharedBufferReaderTest.cpp', | 3958 'xml/parser/SharedBufferReaderTest.cpp', |
| 3961 ], | 3959 ], |
| 3962 } | 3960 } |
| 3963 } | 3961 } |
| OLD | NEW |