| 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 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1762 'inspector/InspectorPageAgent.cpp', | 1762 'inspector/InspectorPageAgent.cpp', |
| 1763 'inspector/InspectorPageAgent.h', | 1763 'inspector/InspectorPageAgent.h', |
| 1764 'inspector/InspectorProfilerAgent.cpp', | 1764 'inspector/InspectorProfilerAgent.cpp', |
| 1765 'inspector/InspectorProfilerAgent.h', | 1765 'inspector/InspectorProfilerAgent.h', |
| 1766 'inspector/InspectorResourceAgent.cpp', | 1766 'inspector/InspectorResourceAgent.cpp', |
| 1767 'inspector/InspectorResourceAgent.h', | 1767 'inspector/InspectorResourceAgent.h', |
| 1768 'inspector/InspectorResourceContentLoader.cpp', | 1768 'inspector/InspectorResourceContentLoader.cpp', |
| 1769 'inspector/InspectorResourceContentLoader.h', | 1769 'inspector/InspectorResourceContentLoader.h', |
| 1770 'inspector/InspectorRuntimeAgent.cpp', | 1770 'inspector/InspectorRuntimeAgent.cpp', |
| 1771 'inspector/InspectorRuntimeAgent.h', | 1771 'inspector/InspectorRuntimeAgent.h', |
| 1772 'inspector/InspectorState.cpp', | |
| 1773 'inspector/InspectorState.h', | |
| 1774 'inspector/InspectorStateClient.h', | |
| 1775 'inspector/InspectorStyleSheet.cpp', | 1772 'inspector/InspectorStyleSheet.cpp', |
| 1776 'inspector/InspectorStyleSheet.h', | 1773 'inspector/InspectorStyleSheet.h', |
| 1777 'inspector/InspectorTaskRunner.cpp', | 1774 'inspector/InspectorTaskRunner.cpp', |
| 1778 'inspector/InspectorTaskRunner.h', | 1775 'inspector/InspectorTaskRunner.h', |
| 1779 'inspector/InspectorTimelineAgent.cpp', | 1776 'inspector/InspectorTimelineAgent.cpp', |
| 1780 'inspector/InspectorTimelineAgent.h', | 1777 'inspector/InspectorTimelineAgent.h', |
| 1781 'inspector/InspectorTraceEvents.cpp', | 1778 'inspector/InspectorTraceEvents.cpp', |
| 1782 'inspector/InspectorTraceEvents.h', | 1779 'inspector/InspectorTraceEvents.h', |
| 1783 'inspector/InspectorTracingAgent.cpp', | 1780 'inspector/InspectorTracingAgent.cpp', |
| 1784 'inspector/InspectorTracingAgent.h', | 1781 'inspector/InspectorTracingAgent.h', |
| (...skipping 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4035 'style/SVGComputedStyleTest.cpp', | 4032 'style/SVGComputedStyleTest.cpp', |
| 4036 'svg/SVGPathParserTest.cpp', | 4033 'svg/SVGPathParserTest.cpp', |
| 4037 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4034 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4038 'testing/PrivateScriptTestTest.cpp', | 4035 'testing/PrivateScriptTestTest.cpp', |
| 4039 'timing/MemoryInfoTest.cpp', | 4036 'timing/MemoryInfoTest.cpp', |
| 4040 'workers/WorkerThreadTest.cpp', | 4037 'workers/WorkerThreadTest.cpp', |
| 4041 'xml/parser/SharedBufferReaderTest.cpp', | 4038 'xml/parser/SharedBufferReaderTest.cpp', |
| 4042 ], | 4039 ], |
| 4043 } | 4040 } |
| 4044 } | 4041 } |
| OLD | NEW |