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 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1809 'inspector/ScriptCallFrame.cpp', | 1809 'inspector/ScriptCallFrame.cpp', |
1810 'inspector/ScriptCallFrame.h', | 1810 'inspector/ScriptCallFrame.h', |
1811 'inspector/ScriptCallStack.cpp', | 1811 'inspector/ScriptCallStack.cpp', |
1812 'inspector/ScriptCallStack.h', | 1812 'inspector/ScriptCallStack.h', |
1813 'inspector/ThreadDebugger.cpp', | 1813 'inspector/ThreadDebugger.cpp', |
1814 'inspector/ThreadDebugger.h', | 1814 'inspector/ThreadDebugger.h', |
1815 'inspector/v8/EventListenerInfo.h', | 1815 'inspector/v8/EventListenerInfo.h', |
1816 'inspector/v8/InspectorWrapper.cpp', | 1816 'inspector/v8/InspectorWrapper.cpp', |
1817 'inspector/v8/InspectorWrapper.h', | 1817 'inspector/v8/InspectorWrapper.h', |
1818 'inspector/v8/IgnoreExceptionsScope.h', | 1818 'inspector/v8/IgnoreExceptionsScope.h', |
| 1819 'inspector/v8/IgnoreExceptionsScope.cpp', |
1819 'inspector/v8/JavaScriptCallFrame.cpp', | 1820 'inspector/v8/JavaScriptCallFrame.cpp', |
1820 'inspector/v8/JavaScriptCallFrame.h', | 1821 'inspector/v8/JavaScriptCallFrame.h', |
1821 'inspector/v8/ScriptBreakpoint.h', | 1822 'inspector/v8/ScriptBreakpoint.h', |
1822 'inspector/v8/SourceMap.cpp', | 1823 'inspector/v8/SourceMap.cpp', |
1823 'inspector/v8/SourceMap.h', | 1824 'inspector/v8/SourceMap.h', |
1824 'inspector/v8/V8AsyncCallTracker.cpp', | 1825 'inspector/v8/V8AsyncCallTracker.cpp', |
1825 'inspector/v8/V8AsyncCallTracker.h', | 1826 'inspector/v8/V8AsyncCallTracker.h', |
1826 'inspector/v8/V8DebuggerAgent.h', | 1827 'inspector/v8/V8DebuggerAgent.h', |
1827 'inspector/v8/V8DebuggerAgentImpl.cpp', | 1828 'inspector/v8/V8DebuggerAgentImpl.cpp', |
1828 'inspector/v8/V8DebuggerAgentImpl.h', | 1829 'inspector/v8/V8DebuggerAgentImpl.h', |
(...skipping 2197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4026 'style/SVGComputedStyleTest.cpp', | 4027 'style/SVGComputedStyleTest.cpp', |
4027 'svg/SVGPathParserTest.cpp', | 4028 'svg/SVGPathParserTest.cpp', |
4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4029 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4029 'testing/PrivateScriptTestTest.cpp', | 4030 'testing/PrivateScriptTestTest.cpp', |
4030 'timing/MemoryInfoTest.cpp', | 4031 'timing/MemoryInfoTest.cpp', |
4031 'workers/WorkerThreadTest.cpp', | 4032 'workers/WorkerThreadTest.cpp', |
4032 'xml/parser/SharedBufferReaderTest.cpp', | 4033 'xml/parser/SharedBufferReaderTest.cpp', |
4033 ], | 4034 ], |
4034 } | 4035 } |
4035 } | 4036 } |
OLD | NEW |