| 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 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1787 'inspector/v8/ScriptBreakpoint.h', | 1787 'inspector/v8/ScriptBreakpoint.h', |
| 1788 'inspector/v8/V8AsyncCallTracker.cpp', | 1788 'inspector/v8/V8AsyncCallTracker.cpp', |
| 1789 'inspector/v8/V8AsyncCallTracker.h', | 1789 'inspector/v8/V8AsyncCallTracker.h', |
| 1790 'inspector/v8/V8DebuggerAgent.h', | 1790 'inspector/v8/V8DebuggerAgent.h', |
| 1791 'inspector/v8/V8DebuggerAgentImpl.cpp', | 1791 'inspector/v8/V8DebuggerAgentImpl.cpp', |
| 1792 'inspector/v8/V8DebuggerAgentImpl.h', | 1792 'inspector/v8/V8DebuggerAgentImpl.h', |
| 1793 'inspector/v8/V8Debugger.h', | 1793 'inspector/v8/V8Debugger.h', |
| 1794 'inspector/v8/V8DebuggerClient.h', | 1794 'inspector/v8/V8DebuggerClient.h', |
| 1795 'inspector/v8/V8DebuggerImpl.cpp', | 1795 'inspector/v8/V8DebuggerImpl.cpp', |
| 1796 'inspector/v8/V8DebuggerImpl.h', | 1796 'inspector/v8/V8DebuggerImpl.h', |
| 1797 'inspector/v8/V8DebuggerListener.cpp', | 1797 'inspector/v8/V8DebuggerScript.cpp', |
| 1798 'inspector/v8/V8DebuggerListener.h', | 1798 'inspector/v8/V8DebuggerScript.h', |
| 1799 'inspector/v8/V8InjectedScriptHost.cpp', | 1799 'inspector/v8/V8InjectedScriptHost.cpp', |
| 1800 'inspector/v8/V8InjectedScriptHost.h', | 1800 'inspector/v8/V8InjectedScriptHost.h', |
| 1801 'inspector/v8/V8JavaScriptCallFrame.cpp', | 1801 'inspector/v8/V8JavaScriptCallFrame.cpp', |
| 1802 'inspector/v8/V8JavaScriptCallFrame.h', | 1802 'inspector/v8/V8JavaScriptCallFrame.h', |
| 1803 'inspector/v8/V8ProfilerAgent.h', | 1803 'inspector/v8/V8ProfilerAgent.h', |
| 1804 'inspector/v8/V8ProfilerAgentImpl.cpp', | 1804 'inspector/v8/V8ProfilerAgentImpl.cpp', |
| 1805 'inspector/v8/V8ProfilerAgentImpl.h', | 1805 'inspector/v8/V8ProfilerAgentImpl.h', |
| 1806 'inspector/v8/V8RuntimeAgent.h', | 1806 'inspector/v8/V8RuntimeAgent.h', |
| 1807 'inspector/v8/V8RuntimeAgentImpl.cpp', | 1807 'inspector/v8/V8RuntimeAgentImpl.cpp', |
| 1808 'inspector/v8/V8RuntimeAgentImpl.h', | 1808 'inspector/v8/V8RuntimeAgentImpl.h', |
| (...skipping 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3949 'style/SVGComputedStyleTest.cpp', | 3949 'style/SVGComputedStyleTest.cpp', |
| 3950 'svg/SVGPathParserTest.cpp', | 3950 'svg/SVGPathParserTest.cpp', |
| 3951 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3951 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3952 'testing/PrivateScriptTestTest.cpp', | 3952 'testing/PrivateScriptTestTest.cpp', |
| 3953 'timing/MemoryInfoTest.cpp', | 3953 'timing/MemoryInfoTest.cpp', |
| 3954 'workers/WorkerThreadTest.cpp', | 3954 'workers/WorkerThreadTest.cpp', |
| 3955 'xml/parser/SharedBufferReaderTest.cpp', | 3955 'xml/parser/SharedBufferReaderTest.cpp', |
| 3956 ], | 3956 ], |
| 3957 } | 3957 } |
| 3958 } | 3958 } |
| OLD | NEW |