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 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1761 'inspector/v8/V8Debugger.h', | 1761 'inspector/v8/V8Debugger.h', |
1762 'inspector/v8/V8DebuggerClient.h', | 1762 'inspector/v8/V8DebuggerClient.h', |
1763 'inspector/v8/V8DebuggerImpl.cpp', | 1763 'inspector/v8/V8DebuggerImpl.cpp', |
1764 'inspector/v8/V8DebuggerImpl.h', | 1764 'inspector/v8/V8DebuggerImpl.h', |
1765 'inspector/v8/V8DebuggerListener.cpp', | 1765 'inspector/v8/V8DebuggerListener.cpp', |
1766 'inspector/v8/V8DebuggerListener.h', | 1766 'inspector/v8/V8DebuggerListener.h', |
1767 'inspector/v8/V8InjectedScriptHost.cpp', | 1767 'inspector/v8/V8InjectedScriptHost.cpp', |
1768 'inspector/v8/V8InjectedScriptHost.h', | 1768 'inspector/v8/V8InjectedScriptHost.h', |
1769 'inspector/v8/V8JavaScriptCallFrame.cpp', | 1769 'inspector/v8/V8JavaScriptCallFrame.cpp', |
1770 'inspector/v8/V8JavaScriptCallFrame.h', | 1770 'inspector/v8/V8JavaScriptCallFrame.h', |
| 1771 'inspector/v8/V8ProfilerAgent.h', |
| 1772 'inspector/v8/V8ProfilerAgentImpl.cpp', |
| 1773 'inspector/v8/V8ProfilerAgentImpl.h', |
1771 'inspector/v8/V8RuntimeAgent.h', | 1774 'inspector/v8/V8RuntimeAgent.h', |
1772 'inspector/v8/V8RuntimeAgentImpl.cpp', | 1775 'inspector/v8/V8RuntimeAgentImpl.cpp', |
1773 'inspector/v8/V8RuntimeAgentImpl.h', | 1776 'inspector/v8/V8RuntimeAgentImpl.h', |
1774 'inspector/WorkerConsoleAgent.cpp', | 1777 'inspector/WorkerConsoleAgent.cpp', |
1775 'inspector/WorkerConsoleAgent.h', | 1778 'inspector/WorkerConsoleAgent.h', |
1776 'inspector/WorkerDebuggerAgent.cpp', | 1779 'inspector/WorkerDebuggerAgent.cpp', |
1777 'inspector/WorkerDebuggerAgent.h', | 1780 'inspector/WorkerDebuggerAgent.h', |
1778 'inspector/WorkerInspectorController.cpp', | 1781 'inspector/WorkerInspectorController.cpp', |
1779 'inspector/WorkerInspectorController.h', | 1782 'inspector/WorkerInspectorController.h', |
1780 'inspector/WorkerRuntimeAgent.cpp', | 1783 'inspector/WorkerRuntimeAgent.cpp', |
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3906 'style/OutlineValueTest.cpp', | 3909 'style/OutlineValueTest.cpp', |
3907 'style/SVGComputedStyleTest.cpp', | 3910 'style/SVGComputedStyleTest.cpp', |
3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3911 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3909 'testing/PrivateScriptTestTest.cpp', | 3912 'testing/PrivateScriptTestTest.cpp', |
3910 'timing/MemoryInfoTest.cpp', | 3913 'timing/MemoryInfoTest.cpp', |
3911 'workers/WorkerThreadTest.cpp', | 3914 'workers/WorkerThreadTest.cpp', |
3912 'xml/parser/SharedBufferReaderTest.cpp', | 3915 'xml/parser/SharedBufferReaderTest.cpp', |
3913 ], | 3916 ], |
3914 } | 3917 } |
3915 } | 3918 } |
OLD | NEW |