Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1648523002: DevTools: move InjectedScript* to inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'inspector/ContentSearchUtils.cpp', 1716 'inspector/ContentSearchUtils.cpp',
1717 'inspector/ContentSearchUtils.h', 1717 'inspector/ContentSearchUtils.h',
1718 'inspector/DOMEditor.cpp', 1718 'inspector/DOMEditor.cpp',
1719 'inspector/DOMEditor.h', 1719 'inspector/DOMEditor.h',
1720 'inspector/DOMPatchSupport.cpp', 1720 'inspector/DOMPatchSupport.cpp',
1721 'inspector/DOMPatchSupport.h', 1721 'inspector/DOMPatchSupport.h',
1722 'inspector/DevToolsHost.cpp', 1722 'inspector/DevToolsHost.cpp',
1723 'inspector/DevToolsHost.h', 1723 'inspector/DevToolsHost.h',
1724 'inspector/IdentifiersFactory.cpp', 1724 'inspector/IdentifiersFactory.cpp',
1725 'inspector/IdentifiersFactory.h', 1725 'inspector/IdentifiersFactory.h',
1726 'inspector/InjectedScript.cpp',
1727 'inspector/InjectedScript.h',
1728 'inspector/InjectedScriptNative.cpp',
1729 'inspector/InjectedScriptNative.h',
1730 'inspector/InjectedScriptHost.cpp',
1731 'inspector/InjectedScriptHost.h',
1732 'inspector/InjectedScriptManager.cpp',
1733 'inspector/InjectedScriptManager.h',
1734 'inspector/InspectedFrames.cpp', 1726 'inspector/InspectedFrames.cpp',
1735 'inspector/InspectedFrames.h', 1727 'inspector/InspectedFrames.h',
1736 'inspector/InspectorAnimationAgent.cpp', 1728 'inspector/InspectorAnimationAgent.cpp',
1737 'inspector/InspectorAnimationAgent.h', 1729 'inspector/InspectorAnimationAgent.h',
1738 'inspector/InspectorApplicationCacheAgent.cpp', 1730 'inspector/InspectorApplicationCacheAgent.cpp',
1739 'inspector/InspectorApplicationCacheAgent.h', 1731 'inspector/InspectorApplicationCacheAgent.h',
1740 'inspector/InspectorBaseAgent.cpp', 1732 'inspector/InspectorBaseAgent.cpp',
1741 'inspector/InspectorCSSAgent.cpp', 1733 'inspector/InspectorCSSAgent.cpp',
1742 'inspector/InspectorCSSAgent.h', 1734 'inspector/InspectorCSSAgent.h',
1743 'inspector/InspectorConsoleAgent.cpp', 1735 'inspector/InspectorConsoleAgent.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1819 'inspector/ScriptCallFrame.h', 1811 'inspector/ScriptCallFrame.h',
1820 'inspector/ScriptCallStack.cpp', 1812 'inspector/ScriptCallStack.cpp',
1821 'inspector/ScriptCallStack.h', 1813 'inspector/ScriptCallStack.h',
1822 'inspector/ThreadDebugger.cpp', 1814 'inspector/ThreadDebugger.cpp',
1823 'inspector/ThreadDebugger.h', 1815 'inspector/ThreadDebugger.h',
1824 'inspector/v8/EventListenerInfo.h', 1816 'inspector/v8/EventListenerInfo.h',
1825 'inspector/v8/InspectorWrapper.cpp', 1817 'inspector/v8/InspectorWrapper.cpp',
1826 'inspector/v8/InspectorWrapper.h', 1818 'inspector/v8/InspectorWrapper.h',
1827 'inspector/v8/IgnoreExceptionsScope.h', 1819 'inspector/v8/IgnoreExceptionsScope.h',
1828 'inspector/v8/IgnoreExceptionsScope.cpp', 1820 'inspector/v8/IgnoreExceptionsScope.cpp',
1821 'inspector/v8/InjectedScript.cpp',
1822 'inspector/v8/InjectedScript.h',
1823 'inspector/v8/InjectedScriptNative.cpp',
1824 'inspector/v8/InjectedScriptNative.h',
1825 'inspector/v8/InjectedScriptHost.cpp',
1826 'inspector/v8/InjectedScriptHost.h',
1827 'inspector/v8/InjectedScriptManager.cpp',
1828 'inspector/v8/InjectedScriptManager.h',
1829 'inspector/v8/JavaScriptCallFrame.cpp', 1829 'inspector/v8/JavaScriptCallFrame.cpp',
1830 'inspector/v8/JavaScriptCallFrame.h', 1830 'inspector/v8/JavaScriptCallFrame.h',
1831 'inspector/v8/ScriptBreakpoint.h', 1831 'inspector/v8/ScriptBreakpoint.h',
1832 'inspector/v8/SourceMap.cpp', 1832 'inspector/v8/SourceMap.cpp',
1833 'inspector/v8/SourceMap.h', 1833 'inspector/v8/SourceMap.h',
1834 'inspector/v8/V8AsyncCallTracker.cpp', 1834 'inspector/v8/V8AsyncCallTracker.cpp',
1835 'inspector/v8/V8AsyncCallTracker.h', 1835 'inspector/v8/V8AsyncCallTracker.h',
1836 'inspector/v8/V8DebuggerAgent.h', 1836 'inspector/v8/V8DebuggerAgent.h',
1837 'inspector/v8/V8DebuggerAgentImpl.cpp', 1837 'inspector/v8/V8DebuggerAgentImpl.cpp',
1838 'inspector/v8/V8DebuggerAgentImpl.h', 1838 'inspector/v8/V8DebuggerAgentImpl.h',
1839 'inspector/v8/V8Debugger.h', 1839 'inspector/v8/V8Debugger.h',
1840 'inspector/v8/V8DebuggerClient.h', 1840 'inspector/v8/V8DebuggerClient.h',
1841 'inspector/v8/V8DebuggerImpl.cpp', 1841 'inspector/v8/V8DebuggerImpl.cpp',
1842 'inspector/v8/V8DebuggerImpl.h', 1842 'inspector/v8/V8DebuggerImpl.h',
1843 'inspector/v8/V8DebuggerScript.cpp', 1843 'inspector/v8/V8DebuggerScript.cpp',
1844 'inspector/v8/V8DebuggerScript.h', 1844 'inspector/v8/V8DebuggerScript.h',
1845 'inspector/v8/V8FunctionCall.cpp',
1846 'inspector/v8/V8FunctionCall.h',
1845 'inspector/v8/V8InjectedScriptHost.cpp', 1847 'inspector/v8/V8InjectedScriptHost.cpp',
1846 'inspector/v8/V8InjectedScriptHost.h', 1848 'inspector/v8/V8InjectedScriptHost.h',
1847 'inspector/v8/V8JavaScriptCallFrame.cpp', 1849 'inspector/v8/V8JavaScriptCallFrame.cpp',
1848 'inspector/v8/V8JavaScriptCallFrame.h', 1850 'inspector/v8/V8JavaScriptCallFrame.h',
1849 'inspector/v8/V8ProfilerAgent.h', 1851 'inspector/v8/V8ProfilerAgent.h',
1850 'inspector/v8/V8ProfilerAgentImpl.cpp', 1852 'inspector/v8/V8ProfilerAgentImpl.cpp',
1851 'inspector/v8/V8ProfilerAgentImpl.h', 1853 'inspector/v8/V8ProfilerAgentImpl.h',
1852 'inspector/v8/V8RuntimeAgent.h', 1854 'inspector/v8/V8RuntimeAgent.h',
1853 'inspector/v8/V8RuntimeAgentImpl.cpp', 1855 'inspector/v8/V8RuntimeAgentImpl.cpp',
1854 'inspector/v8/V8RuntimeAgentImpl.h', 1856 'inspector/v8/V8RuntimeAgentImpl.h',
(...skipping 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after
4040 'style/SVGComputedStyleTest.cpp', 4042 'style/SVGComputedStyleTest.cpp',
4041 'svg/SVGPathParserTest.cpp', 4043 'svg/SVGPathParserTest.cpp',
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4044 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4043 'testing/PrivateScriptTestTest.cpp', 4045 'testing/PrivateScriptTestTest.cpp',
4044 'timing/MemoryInfoTest.cpp', 4046 'timing/MemoryInfoTest.cpp',
4045 'workers/WorkerThreadTest.cpp', 4047 'workers/WorkerThreadTest.cpp',
4046 'xml/parser/SharedBufferReaderTest.cpp', 4048 'xml/parser/SharedBufferReaderTest.cpp',
4047 ], 4049 ],
4048 } 4050 }
4049 } 4051 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/v8.gypi ('k') | third_party/WebKit/Source/core/inspector/DebuggerScript.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698