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

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

Issue 1601283003: DevTools: deoilpanize inspector/v8 and related classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 4 years, 11 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 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 'frame/csp/MediaListDirective.cpp', 1693 'frame/csp/MediaListDirective.cpp',
1694 'frame/csp/SourceListDirective.cpp', 1694 'frame/csp/SourceListDirective.cpp',
1695 'imagebitmap/ImageBitmapFactories.cpp', 1695 'imagebitmap/ImageBitmapFactories.cpp',
1696 'imagebitmap/ImageBitmapFactories.h', 1696 'imagebitmap/ImageBitmapFactories.h',
1697 'imagebitmap/ImageBitmapSource.cpp', 1697 'imagebitmap/ImageBitmapSource.cpp',
1698 'imagebitmap/ImageBitmapSource.h', 1698 'imagebitmap/ImageBitmapSource.h',
1699 'inspector/AsyncCallChain.cpp', 1699 'inspector/AsyncCallChain.cpp',
1700 'inspector/AsyncCallChain.h', 1700 'inspector/AsyncCallChain.h',
1701 'inspector/AsyncCallTracker.cpp', 1701 'inspector/AsyncCallTracker.cpp',
1702 'inspector/AsyncCallTracker.h', 1702 'inspector/AsyncCallTracker.h',
1703 'inspector/AsyncOperationMap.h',
1704 'inspector/ConsoleAPITypes.h', 1703 'inspector/ConsoleAPITypes.h',
1705 'inspector/ConsoleMessage.cpp', 1704 'inspector/ConsoleMessage.cpp',
1706 'inspector/ConsoleMessage.h', 1705 'inspector/ConsoleMessage.h',
1707 'inspector/ConsoleMessageStorage.cpp', 1706 'inspector/ConsoleMessageStorage.cpp',
1708 'inspector/ConsoleMessageStorage.h', 1707 'inspector/ConsoleMessageStorage.h',
1709 'inspector/ContentSearchUtils.cpp', 1708 'inspector/ContentSearchUtils.cpp',
1710 'inspector/ContentSearchUtils.h', 1709 'inspector/ContentSearchUtils.h',
1711 'inspector/DebuggerScript.cpp', 1710 'inspector/DebuggerScript.cpp',
1712 'inspector/DebuggerScript.h', 1711 'inspector/DebuggerScript.h',
1713 'inspector/DOMEditor.cpp', 1712 'inspector/DOMEditor.cpp',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1812 'inspector/RemoteObjectId.cpp', 1811 'inspector/RemoteObjectId.cpp',
1813 'inspector/RemoteObjectId.h', 1812 'inspector/RemoteObjectId.h',
1814 'inspector/ScriptArguments.cpp', 1813 'inspector/ScriptArguments.cpp',
1815 'inspector/ScriptArguments.h', 1814 'inspector/ScriptArguments.h',
1816 'inspector/ScriptAsyncCallStack.cpp', 1815 'inspector/ScriptAsyncCallStack.cpp',
1817 'inspector/ScriptAsyncCallStack.h', 1816 'inspector/ScriptAsyncCallStack.h',
1818 'inspector/ScriptCallFrame.cpp', 1817 'inspector/ScriptCallFrame.cpp',
1819 'inspector/ScriptCallFrame.h', 1818 'inspector/ScriptCallFrame.h',
1820 'inspector/ScriptCallStack.cpp', 1819 'inspector/ScriptCallStack.cpp',
1821 'inspector/ScriptCallStack.h', 1820 'inspector/ScriptCallStack.h',
1821 'inspector/v8/AsyncOperationMap.h',
1822 'inspector/v8/InspectorWrapper.cpp', 1822 'inspector/v8/InspectorWrapper.cpp',
1823 'inspector/v8/InspectorWrapper.h', 1823 'inspector/v8/InspectorWrapper.h',
1824 'inspector/v8/IgnoreExceptionsScope.h', 1824 'inspector/v8/IgnoreExceptionsScope.h',
1825 'inspector/v8/JavaScriptCallFrame.cpp', 1825 'inspector/v8/JavaScriptCallFrame.cpp',
1826 'inspector/v8/JavaScriptCallFrame.h', 1826 'inspector/v8/JavaScriptCallFrame.h',
1827 'inspector/v8/ScriptBreakpoint.h', 1827 'inspector/v8/ScriptBreakpoint.h',
1828 'inspector/v8/SourceMap.cpp', 1828 'inspector/v8/SourceMap.cpp',
1829 'inspector/v8/SourceMap.h', 1829 'inspector/v8/SourceMap.h',
1830 'inspector/v8/V8AsyncCallTracker.cpp', 1830 'inspector/v8/V8AsyncCallTracker.cpp',
1831 'inspector/v8/V8AsyncCallTracker.h', 1831 'inspector/v8/V8AsyncCallTracker.h',
(...skipping 2197 matching lines...) Expand 10 before | Expand all | Expand 10 after
4029 'style/SVGComputedStyleTest.cpp', 4029 'style/SVGComputedStyleTest.cpp',
4030 'svg/SVGPathParserTest.cpp', 4030 'svg/SVGPathParserTest.cpp',
4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4032 'testing/PrivateScriptTestTest.cpp', 4032 'testing/PrivateScriptTestTest.cpp',
4033 'timing/MemoryInfoTest.cpp', 4033 'timing/MemoryInfoTest.cpp',
4034 'workers/WorkerThreadTest.cpp', 4034 'workers/WorkerThreadTest.cpp',
4035 'xml/parser/SharedBufferReaderTest.cpp', 4035 'xml/parser/SharedBufferReaderTest.cpp',
4036 ], 4036 ],
4037 } 4037 }
4038 } 4038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698