| 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 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1686 'inspector/InspectorTimelineAgent.h', | 1686 'inspector/InspectorTimelineAgent.h', |
| 1687 'inspector/InspectorTraceEvents.cpp', | 1687 'inspector/InspectorTraceEvents.cpp', |
| 1688 'inspector/InspectorTraceEvents.h', | 1688 'inspector/InspectorTraceEvents.h', |
| 1689 'inspector/InspectorTracingAgent.cpp', | 1689 'inspector/InspectorTracingAgent.cpp', |
| 1690 'inspector/InspectorTracingAgent.h', | 1690 'inspector/InspectorTracingAgent.h', |
| 1691 'inspector/InspectorWorkerAgent.cpp', | 1691 'inspector/InspectorWorkerAgent.cpp', |
| 1692 'inspector/InspectorWorkerAgent.h', | 1692 'inspector/InspectorWorkerAgent.h', |
| 1693 'inspector/InstrumentingAgents.h', | 1693 'inspector/InstrumentingAgents.h', |
| 1694 'inspector/JSONParser.cpp', | 1694 'inspector/JSONParser.cpp', |
| 1695 'inspector/JSONParser.h', | 1695 'inspector/JSONParser.h', |
| 1696 'inspector/LayoutEditor.cpp', |
| 1697 'inspector/LayoutEditor.h', |
| 1696 'inspector/JavaScriptCallFrame.cpp', | 1698 'inspector/JavaScriptCallFrame.cpp', |
| 1697 'inspector/JavaScriptCallFrame.h', | 1699 'inspector/JavaScriptCallFrame.h', |
| 1698 'inspector/NetworkResourcesData.cpp', | 1700 'inspector/NetworkResourcesData.cpp', |
| 1699 'inspector/NetworkResourcesData.h', | 1701 'inspector/NetworkResourcesData.h', |
| 1700 'inspector/PageConsoleAgent.cpp', | 1702 'inspector/PageConsoleAgent.cpp', |
| 1701 'inspector/PageConsoleAgent.h', | 1703 'inspector/PageConsoleAgent.h', |
| 1702 'inspector/PageDebuggerAgent.cpp', | 1704 'inspector/PageDebuggerAgent.cpp', |
| 1703 'inspector/PageDebuggerAgent.h', | 1705 'inspector/PageDebuggerAgent.h', |
| 1704 'inspector/PageRuntimeAgent.cpp', | 1706 'inspector/PageRuntimeAgent.cpp', |
| 1705 'inspector/PageRuntimeAgent.h', | 1707 'inspector/PageRuntimeAgent.h', |
| (...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3952 'style/OutlineValueTest.cpp', | 3954 'style/OutlineValueTest.cpp', |
| 3953 'style/SVGComputedStyleTest.cpp', | 3955 'style/SVGComputedStyleTest.cpp', |
| 3954 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3955 'testing/PrivateScriptTestTest.cpp', | 3957 'testing/PrivateScriptTestTest.cpp', |
| 3956 'timing/MemoryInfoTest.cpp', | 3958 'timing/MemoryInfoTest.cpp', |
| 3957 'workers/WorkerThreadTest.cpp', | 3959 'workers/WorkerThreadTest.cpp', |
| 3958 'xml/parser/SharedBufferReaderTest.cpp', | 3960 'xml/parser/SharedBufferReaderTest.cpp', |
| 3959 ], | 3961 ], |
| 3960 } | 3962 } |
| 3961 } | 3963 } |
| OLD | NEW |