| 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 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1660 'inspector/InspectorResourceContentLoader.h', | 1660 'inspector/InspectorResourceContentLoader.h', |
| 1661 'inspector/InspectorRuntimeAgent.cpp', | 1661 'inspector/InspectorRuntimeAgent.cpp', |
| 1662 'inspector/InspectorRuntimeAgent.h', | 1662 'inspector/InspectorRuntimeAgent.h', |
| 1663 'inspector/InspectorState.cpp', | 1663 'inspector/InspectorState.cpp', |
| 1664 'inspector/InspectorState.h', | 1664 'inspector/InspectorState.h', |
| 1665 'inspector/InspectorStateClient.h', | 1665 'inspector/InspectorStateClient.h', |
| 1666 'inspector/InspectorStyleSheet.cpp', | 1666 'inspector/InspectorStyleSheet.cpp', |
| 1667 'inspector/InspectorStyleSheet.h', | 1667 'inspector/InspectorStyleSheet.h', |
| 1668 'inspector/InspectorStyleTextEditor.cpp', | 1668 'inspector/InspectorStyleTextEditor.cpp', |
| 1669 'inspector/InspectorStyleTextEditor.h', | 1669 'inspector/InspectorStyleTextEditor.h', |
| 1670 'inspector/InspectorTaskRunner.cpp', |
| 1671 'inspector/InspectorTaskRunner.h', |
| 1670 'inspector/InspectorTimelineAgent.cpp', | 1672 'inspector/InspectorTimelineAgent.cpp', |
| 1671 'inspector/InspectorTimelineAgent.h', | 1673 'inspector/InspectorTimelineAgent.h', |
| 1672 'inspector/InspectorTraceEvents.cpp', | 1674 'inspector/InspectorTraceEvents.cpp', |
| 1673 'inspector/InspectorTraceEvents.h', | 1675 'inspector/InspectorTraceEvents.h', |
| 1674 'inspector/InspectorTracingAgent.cpp', | 1676 'inspector/InspectorTracingAgent.cpp', |
| 1675 'inspector/InspectorTracingAgent.h', | 1677 'inspector/InspectorTracingAgent.h', |
| 1676 'inspector/InspectorWorkerAgent.cpp', | 1678 'inspector/InspectorWorkerAgent.cpp', |
| 1677 'inspector/InspectorWorkerAgent.h', | 1679 'inspector/InspectorWorkerAgent.h', |
| 1678 'inspector/InstrumentingAgents.h', | 1680 'inspector/InstrumentingAgents.h', |
| 1679 'inspector/JSONParser.cpp', | 1681 'inspector/JSONParser.cpp', |
| (...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3921 'style/ComputedStyleTest.cpp', | 3923 'style/ComputedStyleTest.cpp', |
| 3922 'style/OutlineValueTest.cpp', | 3924 'style/OutlineValueTest.cpp', |
| 3923 'style/SVGComputedStyleTest.cpp', | 3925 'style/SVGComputedStyleTest.cpp', |
| 3924 'testing/PrivateScriptTestTest.cpp', | 3926 'testing/PrivateScriptTestTest.cpp', |
| 3925 'timing/MemoryInfoTest.cpp', | 3927 'timing/MemoryInfoTest.cpp', |
| 3926 'workers/WorkerThreadTest.cpp', | 3928 'workers/WorkerThreadTest.cpp', |
| 3927 'xml/parser/SharedBufferReaderTest.cpp', | 3929 'xml/parser/SharedBufferReaderTest.cpp', |
| 3928 ], | 3930 ], |
| 3929 } | 3931 } |
| 3930 } | 3932 } |
| OLD | NEW |